(fit, ship, context, projectionRange, **kwargs)
| 21286 | |
| 21287 | @staticmethod |
| 21288 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21289 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 21290 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21291 | skill='Minmatar Battleship', **kwargs) |
| 21292 | |
| 21293 | |
| 21294 | class Effect5633(BaseEffect): |
nothing calls this directly
no test coverage detected