(fit, ship, context, projectionRange, **kwargs)
| 10336 | |
| 10337 | @staticmethod |
| 10338 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10339 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 10340 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 10341 | |
| 10342 | |
| 10343 | class Effect3416(BaseEffect): |
nothing calls this directly
no test coverage detected