(fit, container, context, projectionRange, **kwargs)
| 1277 | |
| 1278 | @staticmethod |
| 1279 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1280 | level = container.level if 'skill' in context else 1 |
| 1281 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Energy Grid Upgrades'), |
| 1282 | 'cpu', container.getModifiedItemAttr('cpuNeedBonus') * level, **kwargs) |
| 1283 | |
| 1284 | |
| 1285 | class Effect397(BaseEffect): |
nothing calls this directly
no test coverage detected