(fit, implant, context, projectionRange, **kwargs)
| 16215 | |
| 16216 | @staticmethod |
| 16217 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 16218 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 16219 | 'powerEngineeringOutputBonus', |
| 16220 | implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 16221 | |
| 16222 | |
| 16223 | class Effect4868(BaseEffect): |
nothing calls this directly
no test coverage detected