Skip to main content

Net Worth

Displays each player's net worth (gold value) and the teams' total net worth right on the screen during the game.


Visual (Визуалы)  →  Net worth (Общая ценность)

What it does

The script shows two independent panels with net worth information:

Players panel

A vertical list of all displayed players (allies and/or enemies). Each row contains:

  • Hero icon with a colored border on the left (player color) and a gradient bar on the right (green for allies, red for enemies).
  • Numeric net worth value (e.g. 12 450) — shown at rest.
  • Player nickname — shown when you hover the cursor over the row.

The panel can be dragged across the screen with the mouse. A configurable button is used to grab the panel (by default Ctrl); if no button is assigned, the panel is dragged with a simple click.

The panel is hidden automatically while the shop or scoreboard is open (if the panel overlaps these elements).

The net worth calculation mode is toggled by the Only items setting: when enabled, only the gold invested in items is counted; when disabled, the standard full player net worth is used.

Teams panel («Between teams»)

A separate block at the top of the screen next to the scoreboard, showing the net worth difference between Radiant and Dire.

  • In Show only difference mode (default), a single number is shown — the lead of the team with the higher net worth. Next to the number, an arrow is shown (gold — for your team, red — for the opposing team) and a gold icon.
  • With Show only difference disabled, the net worth values of both teams are shown simultaneously.

Numbers are rounded to thousands: >14k, <15k, etc. — the > sign means "slightly more", < means "slightly less".

The teams panel is not displayed in observer mode during the showcase phase or the strategy phase.


Settings

Net worth (main)

OptionTypeDefaultDescription
StateToggleOnEnables/disables the entire script.
AlliesToggleOffShow allied players in the panel.
EnemiesToggleOffShow enemy players in the panel.
Only itemsToggleOnCount net worth from items only, without accounting for gold on hand and other sources.
Your net worthToggleOffShow your own hero in the panel (visible only with Allies enabled).

Hotkeys

OptionTypeDefaultDescription
KeyKeyNot setButton to enable/disable the panel.
Touch panelKeyCtrlButton to grab the panel for dragging. If not set, the panel can be moved with a simple mouse click.
Key modeDropdownToggledBehavior of the panel toggle key: Hold key — the panel is visible only while the button is held; Toggled — the button toggles visibility.

Settings heroes

OptionTypeDefaultDescription
Outlined textToggleOnAdds an outline to the text in the players panel for better readability.
SizeSlider0Additional size of the panel rows. Range: 0–20.
OpacitySlider0Reduces the panel opacity (0 — fully opaque, 70 — almost transparent). Range: 0–70.
Settings heroesPosition (X/Y)X: 0, Y: 309Position of the players panel on the screen in pixels. Dragged with the mouse or via this field.

Between teams

OptionTypeDefaultDescription
StateToggleOnEnables/disables the team net worth comparison panel.
Show only differenceToggleOnShow only the net worth difference between teams (instead of two separate values).
Text colorColor picker🟡 Gold (#F2C31E)Color of the digits in the teams panel.