(fit, ship, context, projectionRange, **kwargs)
| 14441 | |
| 14442 | @staticmethod |
| 14443 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14444 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14445 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 14446 | |
| 14447 | |
| 14448 | class Effect4384(BaseEffect): |
nothing calls this directly
no test coverage detected