(fit, module, context, projectionRange, **kwargs)
| 7614 | |
| 7615 | @staticmethod |
| 7616 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7617 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 7618 | 'cpu', module.getModifiedItemAttr('cpuNeedBonus'), **kwargs) |
| 7619 | |
| 7620 | |
| 7621 | class Effect2691(BaseEffect): |
nothing calls this directly
no test coverage detected