(fit, ship, context, projectionRange, **kwargs)
| 21681 | |
| 21682 | @staticmethod |
| 21683 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21684 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 21685 | 'thermalDamage', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 21686 | |
| 21687 | |
| 21688 | class Effect5737(BaseEffect): |
nothing calls this directly
no test coverage detected