(fit, ship, context, projectionRange, **kwargs)
| 21319 | |
| 21320 | @staticmethod |
| 21321 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21322 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 21323 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21324 | skill='Minmatar Battleship', **kwargs) |
| 21325 | |
| 21326 | |
| 21327 | class Effect5635(BaseEffect): |
nothing calls this directly
no test coverage detected