(fit, implant, context, projectionRange, **kwargs)
| 35785 | |
| 35786 | @staticmethod |
| 35787 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35788 | fit.appliedImplants.filteredItemMultiply( |
| 35789 | lambda implant: implant.item.requiresSkill('Cybernetics'), |
| 35790 | 'remoteRepDurationCapBonus', implant.getModifiedItemAttr('implantSetSavior'), **kwargs) |
| 35791 | |
| 35792 | |
| 35793 | class Effect8018(BaseEffect): |
nothing calls this directly
no test coverage detected