(fit, implant, context, projectionRange, **kwargs)
| 11424 | |
| 11425 | @staticmethod |
| 11426 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11427 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 11428 | 'maxRangeBonus', implant.getModifiedItemAttr('implantSetORE'), **kwargs) |
| 11429 | |
| 11430 | |
| 11431 | class Effect3674(BaseEffect): |
nothing calls this directly
no test coverage detected