(fit, ship, context, projectionRange, **kwargs)
| 10352 | |
| 10353 | @staticmethod |
| 10354 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10355 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 10356 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusViolatorsRole1'), **kwargs) |
| 10357 | |
| 10358 | |
| 10359 | class Effect3417(BaseEffect): |
nothing calls this directly
no test coverage detected