(fit, container, context, projectionRange, **kwargs)
| 2378 | |
| 2379 | @staticmethod |
| 2380 | def handler(fit, container, context, projectionRange, **kwargs): |
| 2381 | level = container.level if 'skill' in context else 1 |
| 2382 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('CPU Management'), |
| 2383 | 'duration', container.getModifiedItemAttr('scanspeedBonus') * level, **kwargs) |
| 2384 | |
| 2385 | |
| 2386 | class Effect754(BaseEffect): |
nothing calls this directly
no test coverage detected