(fit, ship, context, projectionRange, **kwargs)
| 14393 | |
| 14394 | @staticmethod |
| 14395 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14396 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14397 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 14398 | |
| 14399 | |
| 14400 | class Effect4378(BaseEffect): |
nothing calls this directly
no test coverage detected