(fit, ship, context, projectionRange, **kwargs)
| 14576 | |
| 14577 | @staticmethod |
| 14578 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14579 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14580 | 'explosionDelay', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 14581 | |
| 14582 | |
| 14583 | class Effect4415(BaseEffect): |
nothing calls this directly
no test coverage detected