(fit, ship, context, projectionRange, **kwargs)
| 21336 | |
| 21337 | @staticmethod |
| 21338 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21339 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 21340 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21341 | skill='Minmatar Battleship', **kwargs) |
| 21342 | |
| 21343 | |
| 21344 | class Effect5636(BaseEffect): |
nothing calls this directly
no test coverage detected