(fit, ship, context, projectionRange, **kwargs)
| 21649 | |
| 21650 | @staticmethod |
| 21651 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21652 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21653 | 'kineticDamage', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 21654 | |
| 21655 | |
| 21656 | class Effect5735(BaseEffect): |
nothing calls this directly
no test coverage detected