(fit, ship, context, projectionRange, **kwargs)
| 41623 | |
| 41624 | @staticmethod |
| 41625 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41626 | fit.modules.filteredItemBoost( |
| 41627 | lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'damageMultiplierBonusMax', |
| 41628 | ship.getModifiedItemAttr('eliteBonusViolators1'), skill='Marauders', **kwargs) |
| 41629 | |
| 41630 | |
| 41631 | class Effect12296(BaseEffect): |
nothing calls this directly
no test coverage detected