(fit, ship, context, projectionRange, **kwargs)
| 19699 | |
| 19700 | @staticmethod |
| 19701 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19702 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 19703 | 'armorDamageAmount', ship.getModifiedItemAttr('eliteBonusViolators2'), |
| 19704 | skill='Marauders', **kwargs) |
| 19705 | |
| 19706 | |
| 19707 | class Effect5366(BaseEffect): |
nothing calls this directly
no test coverage detected