(fit, ship, context, projectionRange, **kwargs)
| 18350 | |
| 18351 | @staticmethod |
| 18352 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18353 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 18354 | 'emDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18355 | |
| 18356 | |
| 18357 | class Effect5222(BaseEffect): |
nothing calls this directly
no test coverage detected