(fit, module, context, projectionRange, **kwargs)
| 24198 | |
| 24199 | @staticmethod |
| 24200 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24201 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24202 | 'explosionDelay', module.getModifiedItemAttr('explosionDelayBonus'), |
| 24203 | stackingPenalties=True, **kwargs) |
| 24204 | |
| 24205 | |
| 24206 | class Effect6112(BaseEffect): |
nothing calls this directly
no test coverage detected