(fit, implant, context, projectionRange, **kwargs)
| 35802 | |
| 35803 | @staticmethod |
| 35804 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35805 | for attr in ('duration', 'capacitorNeed'): |
| 35806 | fit.modules.filteredItemBoost( |
| 35807 | lambda mod: mod.item.requiresSkill('Shield Emission Systems') |
| 35808 | or mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 35809 | attr, implant.getModifiedItemAttr('remoteRepDurationCapBonus'), **kwargs) |
| 35810 | |
| 35811 | |
| 35812 | class Effect8020(BaseEffect): |
nothing calls this directly
no test coverage detected