(fit, implant, context, projectionRange, **kwargs)
| 20522 | |
| 20523 | @staticmethod |
| 20524 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 20525 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 20526 | 'agilityBonus', implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 20527 | |
| 20528 | |
| 20529 | class Effect5483(BaseEffect): |
nothing calls this directly
no test coverage detected