(fit, implant, context, projectionRange, **kwargs)
| 20556 | |
| 20557 | @staticmethod |
| 20558 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 20559 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 20560 | 'armorHpBonus2', implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 20561 | |
| 20562 | |
| 20563 | class Effect5485(BaseEffect): |
nothing calls this directly
no test coverage detected