(fit, ship, context, projectionRange, **kwargs)
| 21386 | |
| 21387 | @staticmethod |
| 21388 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21389 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21390 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21391 | skill='Minmatar Battleship', **kwargs) |
| 21392 | |
| 21393 | |
| 21394 | class Effect5639(BaseEffect): |
nothing calls this directly
no test coverage detected