(fit, ship, context, projectionRange, **kwargs)
| 14609 | |
| 14610 | @staticmethod |
| 14611 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14612 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14613 | 'explosionDelay', ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 14614 | |
| 14615 | |
| 14616 | class Effect4417(BaseEffect): |
nothing calls this directly
no test coverage detected