(fit, module, context, projectionRange, **kwargs)
| 13138 | |
| 13139 | @staticmethod |
| 13140 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13141 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Repair Systems') or |
| 13142 | mod.item.requiresSkill('Capital Repair Systems'), |
| 13143 | 'armorDamageAmount', module.getModifiedItemAttr('armorDamageAmountMultiplier'), |
| 13144 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13145 | |
| 13146 | |
| 13147 | class Effect4088(BaseEffect): |
nothing calls this directly
no test coverage detected