(fit, implant, context, projectionRange, **kwargs)
| 21535 | |
| 21536 | @staticmethod |
| 21537 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 21538 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 21539 | 'WarpSBonus', implant.getModifiedItemAttr('implantSetWarpSpeed'), **kwargs) |
| 21540 | |
| 21541 | |
| 21542 | class Effect5721(BaseEffect): |
nothing calls this directly
no test coverage detected