(fit, implant, context, projectionRange, **kwargs)
| 10696 | |
| 10697 | @staticmethod |
| 10698 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 10699 | fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant', |
| 10700 | 'scanStrengthBonus', implant.getModifiedItemAttr('implantSetSisters'), **kwargs) |
| 10701 | |
| 10702 | |
| 10703 | class Effect3499(BaseEffect): |
nothing calls this directly
no test coverage detected