(fit, ship, context, projectionRange, **kwargs)
| 21252 | |
| 21253 | @staticmethod |
| 21254 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21255 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 21256 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21257 | skill='Minmatar Battleship', **kwargs) |
| 21258 | |
| 21259 | |
| 21260 | class Effect5631(BaseEffect): |
nothing calls this directly
no test coverage detected