(fit, ship, context, projectionRange, **kwargs)
| 14409 | |
| 14410 | @staticmethod |
| 14411 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14412 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14413 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 14414 | |
| 14415 | |
| 14416 | class Effect4379(BaseEffect): |
nothing calls this directly
no test coverage detected