(fit, container, context, projectionRange, **kwargs)
| 20210 | |
| 20211 | @staticmethod |
| 20212 | def handler(fit, container, context, projectionRange, **kwargs): |
| 20213 | level = container.level if 'skill' in context else 1 |
| 20214 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Hacking'), |
| 20215 | 'virusCoherence', container.getModifiedItemAttr('virusCoherenceBonus') * level, **kwargs) |
| 20216 | |
| 20217 | |
| 20218 | class Effect5437(BaseEffect): |
nothing calls this directly
no test coverage detected