(fit, container, context, projectionRange, **kwargs)
| 20231 | |
| 20232 | @staticmethod |
| 20233 | def handler(fit, container, context, projectionRange, **kwargs): |
| 20234 | level = container.level if 'skill' in context else 1 |
| 20235 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Archaeology'), |
| 20236 | 'virusCoherence', container.getModifiedItemAttr('virusCoherenceBonus') * level, **kwargs) |
| 20237 | |
| 20238 | |
| 20239 | class Effect5440(BaseEffect): |
nothing calls this directly
no test coverage detected