(fit, implant, context, projectionRange, **kwargs)
| 4663 | |
| 4664 | @staticmethod |
| 4665 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4666 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 4667 | 'armorHpBonus', implant.getModifiedItemAttr('implantSetAmulet') or 1, **kwargs) |
| 4668 | |
| 4669 | |
| 4670 | class Effect1581(BaseEffect): |
nothing calls this directly
no test coverage detected