(fit, implant, context, projectionRange, **kwargs)
| 8773 | |
| 8774 | @staticmethod |
| 8775 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 8776 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Repair Systems'), |
| 8777 | 'armorDamageAmount', implant.getModifiedItemAttr('repairBonus'), |
| 8778 | stackingPenalties=True, **kwargs) |
| 8779 | |
| 8780 | |
| 8781 | class Effect2872(BaseEffect): |
nothing calls this directly
no test coverage detected