Advertisement
warpdragon

tooltip_new_keys

Mar 5th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. // These are the DOTA 2 ORIGINAL keys here
  2.  
  3. // "dota_ability_variable_health" "Health" // $health
  4. // "dota_ability_variable_mana" "Mana" // $mana
  5. // "dota_ability_variable_armor" "Armor" // $armor
  6. // "dota_ability_variable_damage" "Damage" // $damage
  7. // "dota_ability_variable_str" "Strength" // $str
  8. // "dota_ability_variable_int" "Intelligence" // $int
  9. // "dota_ability_variable_agi" "Agility" // $agi
  10. // "dota_ability_variable_all" "All Attributes" // $all
  11. // "dota_ability_variable_attack" "Attack Speed" // $attack
  12. // "dota_ability_variable_hp_regen" "HP Regeneration" // $hp_regen
  13. // "dota_ability_variable_mana_regen" "Mana Regeneration" // $mana_regen
  14. // "dota_ability_variable_move_speed" "Movement Speed" // $move_speed
  15. // "dota_ability_variable_evasion" "Evasion" // $evasion
  16. // "dota_ability_variable_spell_resist" "Spell Resistance" // $spell_resist
  17. // "dota_ability_variable_selected_attrib" "Selected Attribute" // $selected_attribute
  18. // "dota_ability_variable_attack_range" "Attack Range <font color='#7d7d7d'>(Ranged Only)</font>" // $attack_range
  19. // "dota_ability_variable_cast_range" "Cast Range" // $cast_range
  20.  
  21. // Insert NEW Keys here
  22.  
  23. "dota_ability_variable_gpm" "Gold per Min" // $gpm
  24. "dota_ability_variable_spell_damage" "Spell Damage" // $spell_damage
  25. "dota_ability_variable_projectile_bonus" "Projectile Bonus" // $projectile_bonus
  26. "dota_ability_variable_projectile_total" "Projectile Total" // $projectile_total
  27. "dota_ability_variable_projectile_range" "Projectile Range" // $projectile_range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement