(fit, implant, context, projectionRange, **kwargs)
| 35768 | |
| 35769 | @staticmethod |
| 35770 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35771 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 35772 | 'shieldHpBonus', implant.getModifiedItemAttr('ImplantSetNirvana') or 1, **kwargs) |
| 35773 | |
| 35774 | |
| 35775 | class Effect8017(BaseEffect): |
nothing calls this directly
no test coverage detected