(fit, ship, context, projectionRange, **kwargs)
| 14625 | |
| 14626 | @staticmethod |
| 14627 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14628 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14629 | 'explosionDelay', ship.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 14630 | |
| 14631 | |
| 14632 | class Effect4451(BaseEffect): |
nothing calls this directly
no test coverage detected