(fit, src, context, projectionRange, **kwargs)
| 39808 | |
| 39809 | @staticmethod |
| 39810 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39811 | fit.modules.filteredItemBoost( |
| 39812 | lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 39813 | src.getModifiedItemAttr('eliteBonusViolators2'), skill='Marauders', **kwargs) |
| 39814 | |
| 39815 | |
| 39816 | class Effect11704(BaseEffect): |
nothing calls this directly
no test coverage detected