(fit, ship, context, projectionRange, **kwargs)
| 21665 | |
| 21666 | @staticmethod |
| 21667 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21668 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21669 | 'emDamage', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 21670 | |
| 21671 | |
| 21672 | class Effect5736(BaseEffect): |
nothing calls this directly
no test coverage detected