(fit, ship, context, projectionRange, **kwargs)
| 42680 | |
| 42681 | @staticmethod |
| 42682 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42683 | fit.modules.filteredChargeMultiply( |
| 42684 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 42685 | 'explosionDelay', 1 / ship.getModifiedItemAttr('modeAnhingaMissileFlightTimePostDiv'), |
| 42686 | stackingPenalties=True, penaltyGroup='postDiv', **kwargs) |
| 42687 | |
| 42688 | |
| 42689 | class Effect12798(BaseEffect): |
nothing calls this directly
no test coverage detected