Dota 2 Tooltip Formatting
Jump to navigation
Jump to search
[WIP]
List of codes used in formatting tooltips.
Code | Output | Example Input | Example Output |
---|---|---|---|
+ | Shows a + followed by the value. | +$str | + 50 Strength |
%+ | Shows a + followed by the value and %. | %+$mana_regen | + 30% Mana Regeneration |
: | Shows the value after the colon. | HEALTH BONUS: | HEALTH BONUS: 200 |
There are also variables for different value descriptions. Probably used for localization.
Code | Output |
---|---|
$health | Health |
$health | Mana |
$armor | Armor |
$damage | Damage |
$str | Strength |
$int | Intellect |
$agi | Agility |
$all | All Attributes |
$attack | Attack Speed |
$hp_regen | HP Regeneration |
$mana_regen | Mana Regeneration |
$move_speed | Movement Speed |
$evasion | Evasion |
$spell_resist | Spell Resistance |
$selected_attribute | Selected Attribute |