(fit, ship, context, projectionRange, **kwargs)
| 11188 | |
| 11189 | @staticmethod |
| 11190 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11191 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 11192 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusViolators1'), |
| 11193 | skill='Marauders', **kwargs) |
| 11194 | |
| 11195 | |
| 11196 | class Effect3650(BaseEffect): |
nothing calls this directly
no test coverage detected