(fit, ship, context, projectionRange, **kwargs)
| 14593 | |
| 14594 | @staticmethod |
| 14595 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14596 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14597 | 'explosionDelay', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 14598 | |
| 14599 | |
| 14600 | class Effect4416(BaseEffect): |
nothing calls this directly
no test coverage detected