}
return result;
}
protected void initializeEffect(final Effect effect, final EffectEventId effectEventId) {
Falloff falloff = new Falloff();
if (hoverType != null) {
falloff = hoverType.materialize();
}
effect.enableHover(falloff);
if (!EffectEventId.onEndHover.equals(effectEventId)) {