(fit, ship, context, projectionRange, **kwargs)
| 20170 | |
| 20171 | @staticmethod |
| 20172 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20173 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 20174 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonusMB2'), |
| 20175 | skill='Minmatar Battleship', **kwargs) |
| 20176 | |
| 20177 | |
| 20178 | class Effect5430(BaseEffect): |
nothing calls this directly
no test coverage detected