(fit, ship, context, projectionRange, **kwargs)
| 39326 | |
| 39327 | @staticmethod |
| 39328 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39329 | fit.modules.filteredChargeBoost( |
| 39330 | lambda mod: mod.charge.requiresSkill('Torpedoes'), 'aoeVelocity', |
| 39331 | ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 39332 | |
| 39333 | |
| 39334 | class Effect11430(BaseEffect): |
nothing calls this directly
no test coverage detected