(fit, implant, context, projectionRange, **kwargs)
| 41555 | |
| 41556 | @staticmethod |
| 41557 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 41558 | fit.appliedImplants.filteredItemMultiply( |
| 41559 | lambda imp: imp.item.requiresSkill('Cybernetics'), 'implantSetHackingVirusCoherenceModifier', |
| 41560 | implant.getModifiedItemAttr('implantSetHackingVirusCoherenceOmegaSetBonus'), **kwargs) |
| 41561 | |
| 41562 | |
| 41563 | class Effect12284(BaseEffect): |
nothing calls this directly
no test coverage detected