(fit, ship, context, projectionRange, **kwargs)
| 21353 | |
| 21354 | @staticmethod |
| 21355 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21356 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21357 | 'emDamage', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 21358 | |
| 21359 | |
| 21360 | class Effect5637(BaseEffect): |
nothing calls this directly
no test coverage detected