(fit, ship, context, projectionRange, **kwargs)
| 21303 | |
| 21304 | @staticmethod |
| 21305 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21306 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 21307 | 'emDamage', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 21308 | |
| 21309 | |
| 21310 | class Effect5634(BaseEffect): |
nothing calls this directly
no test coverage detected