(fit, ship, context, projectionRange, **kwargs)
| 18414 | |
| 18415 | @staticmethod |
| 18416 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18417 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 18418 | 'emDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18419 | |
| 18420 | |
| 18421 | class Effect5226(BaseEffect): |
nothing calls this directly
no test coverage detected