(fit, container, context, projectionRange, **kwargs)
| 4145 | |
| 4146 | @staticmethod |
| 4147 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4148 | penalized = 'implant' not in context |
| 4149 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 4150 | 'armorDamageAmount', container.getModifiedItemAttr('repairBonus'), |
| 4151 | stackingPenalties=penalized, **kwargs) |
| 4152 | |
| 4153 | |
| 4154 | class Effect1318(BaseEffect): |
nothing calls this directly
no test coverage detected