(fit, implant, context, projectionRange, **kwargs)
| 4093 | |
| 4094 | @staticmethod |
| 4095 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 4096 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 4097 | 'velocityBonus', implant.getModifiedItemAttr('implantSetSerpentis'), **kwargs) |
| 4098 | |
| 4099 | |
| 4100 | class Effect1264(BaseEffect): |
nothing calls this directly
no test coverage detected