(fit, src, context, projectionRange, **kwargs)
| 36644 | |
| 36645 | @staticmethod |
| 36646 | def handler(fit, src, context, projectionRange, **kwargs): |
| 36647 | fit.appliedImplants.filteredItemMultiply( |
| 36648 | lambda mod: mod.item.requiresSkill('Cybernetics'), |
| 36649 | 'capRechargeBonus', src.getModifiedItemAttr('ImplantSetRapture'), **kwargs) |
| 36650 | |
| 36651 | |
| 36652 | class Effect8104(BaseEffect): |
nothing calls this directly
no test coverage detected