(fit, implant, context, projectionRange, **kwargs)
| 10731 | |
| 10732 | @staticmethod |
| 10733 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 10734 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 10735 | 'rangeSkillBonus', implant.getModifiedItemAttr('implantSetMordus'), **kwargs) |
| 10736 | |
| 10737 | |
| 10738 | class Effect3514(BaseEffect): |
nothing calls this directly
no test coverage detected