(fit, implant, context, projectionRange, **kwargs)
| 20539 | |
| 20540 | @staticmethod |
| 20541 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 20542 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 20543 | 'shieldCapacityBonus', implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 20544 | |
| 20545 | |
| 20546 | class Effect5484(BaseEffect): |
nothing calls this directly
no test coverage detected