(fit, implant, context, projectionRange, **kwargs)
| 41572 | |
| 41573 | @staticmethod |
| 41574 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 41575 | fit.modules.filteredItemBoost( |
| 41576 | lambda mod: mod.item.group.name == 'Data Miners', 'virusCoherence', |
| 41577 | implant.getModifiedItemAttr('implantSetHackingVirusCoherenceModifier'), **kwargs) |
| 41578 | |
| 41579 | |
| 41580 | class Effect12286(BaseEffect): |
nothing calls this directly
no test coverage detected