Net Worth
Displays each player's net worth (gold value) and the teams' total net worth right on the screen during the game.
Menu location
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)
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the entire script. |
| Allies | Toggle | Off | Show allied players in the panel. |
| Enemies | Toggle | Off | Show enemy players in the panel. |
| Only items | Toggle | On | Count net worth from items only, without accounting for gold on hand and other sources. |
| Your net worth | Toggle | Off | Show your own hero in the panel (visible only with Allies enabled). |
Hotkeys
| Option | Type | Default | Description |
|---|---|---|---|
| Key | Key | Not set | Button to enable/disable the panel. |
| Touch panel | Key | Ctrl | Button to grab the panel for dragging. If not set, the panel can be moved with a simple mouse click. |
| Key mode | Dropdown | Toggled | Behavior of the panel toggle key: Hold key — the panel is visible only while the button is held; Toggled — the button toggles visibility. |
Settings heroes
| Option | Type | Default | Description |
|---|---|---|---|
| Outlined text | Toggle | On | Adds an outline to the text in the players panel for better readability. |
| Size | Slider | 0 | Additional size of the panel rows. Range: 0–20. |
| Opacity | Slider | 0 | Reduces the panel opacity (0 — fully opaque, 70 — almost transparent). Range: 0–70. |
| Settings heroes | Position (X/Y) | X: 0, Y: 309 | Position of the players panel on the screen in pixels. Dragged with the mouse or via this field. |
Between teams
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the team net worth comparison panel. |
| Show only difference | Toggle | On | Show only the net worth difference between teams (instead of two separate values). |
| Text color | Color picker | 🟡 Gold (#F2C31E) | Color of the digits in the teams panel. |