(fit, implant, context, projectionRange, **kwargs)
| 16233 | |
| 16234 | @staticmethod |
| 16235 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 16236 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 16237 | 'capacitorCapacityBonus', |
| 16238 | implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 16239 | |
| 16240 | |
| 16241 | class Effect4869(BaseEffect): |
nothing calls this directly
no test coverage detected