(fit, implant, context, projectionRange, **kwargs)
| 43031 | |
| 43032 | @staticmethod |
| 43033 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 43034 | fit.modules.filteredItemBoost( |
| 43035 | lambda mod: mod.item.group.name == 'Data Miners', 'virusCoherence', |
| 43036 | implant.getModifiedItemAttr('boosterHackingVirusCoherenceModifier'), **kwargs) |
| 43037 | |
| 43038 | |
| 43039 | class Effect12827(BaseEffect): |
nothing calls this directly
no test coverage detected