(fit, ship, context, projectionRange, **kwargs)
| 21633 | |
| 21634 | @staticmethod |
| 21635 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21636 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21637 | 'explosiveDamage', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 21638 | |
| 21639 | |
| 21640 | class Effect5734(BaseEffect): |
nothing calls this directly
no test coverage detected