How spectator widgets show team-wide metal income and energy usage at a glance in large matches.
When comparing economies across teams with multiple players each, displaying raw metal and energy separately forces the viewer to mentally add up eight or more values per team. The solution is metal-equivalent: metal income plus energy income divided by 70. This collapses each team economic output into one comparable number you can read instantly.
Rather than listing income numbers in a table, some spectator widgets draw a single multicolored bar per team where the bar length represents total metal-equivalent income. Warm colors on one side, cool colors on the other. In a match with eight players per team, this visual approach lets you see which economy is stronger in half a second instead of fifteen seconds of mental arithmetic.
The existing ecostats widget already calculates per-player resource flows. Spectator widget developers can reuse much of this code directly instead of rebuilding the calculation pipeline from scratch. The ecostats module provides metal per second, energy per second, and storage percentages for every player on the map. Wrapping a visual display layer around these existing numbers is significantly cheaper than computing them independently.
Spectators watching BAR matches struggle to follow economy shifts when the information lives in raw numbers. Graphical displays that convert income differentials into bar lengths or color gradients let commentators and viewers spot turning points in real time. A shrinking income bar during an opponent push tells the story faster than reading updated income figures every ten seconds.
Good spectator displays help viewers understand the game state. At Creed of Champions, members develop that same awareness during actual matches through coordinated teamwork. Everyone on the team knows the economy situation, the threat level, and the game plan without needing constant repetition. Clear information, shared understanding, better outcomes.
[Crd] It is so easy to get on with everyone and there is zero toxicity. Just fun games of BAR which can have quite a toxic community usually.
Whether you are watching a match or playing in one, seeing the full picture matters.