(fit, skill, context, projectionRange, **kwargs)
| 9553 | |
| 9554 | @staticmethod |
| 9555 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 9556 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Bomb', |
| 9557 | 'moduleReactivationDelay', skill.getModifiedItemAttr('reactivationDelayBonus') * skill.level, **kwargs) |
| 9558 | |
| 9559 | |
| 9560 | class Effect3046(BaseEffect): |
nothing calls this directly
no test coverage detected