(fit, implant, context, projectionRange, **kwargs)
| 20505 | |
| 20506 | @staticmethod |
| 20507 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 20508 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant', |
| 20509 | 'implantBonusVelocity', implant.getModifiedItemAttr('implantSetChristmas'), **kwargs) |
| 20510 | |
| 20511 | |
| 20512 | class Effect5482(BaseEffect): |
nothing calls this directly
no test coverage detected