Advertisement
Guest User

witch_doctor_voodoo_restoration

a guest
Feb 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. "witch_doctor_voodoo_restoration"
  2. {
  3. // General
  4. //-------------------------------------------------------------------------------------------------------------
  5. "ID" "5139" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  6. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
  7. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  8. "MaxLevel" "6"
  9.  
  10. // Time
  11. //-------------------------------------------------------------------------------------------------------------
  12. "AbilityCooldown" "0.0 0.0 0.0 0.0"
  13.  
  14. // Cost
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityManaCost" "20 30 40 50 70 150"
  17.  
  18. // Special
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilitySpecial"
  21. {
  22. "01"
  23. {
  24. "var_type" "FIELD_INTEGER"
  25. "mana_per_second" "8 12 16 20 28 60"
  26. }
  27. "02"
  28. {
  29. "var_type" "FIELD_INTEGER"
  30. "radius" "500"
  31. }
  32. "03"
  33. {
  34. "var_type" "FIELD_INTEGER"
  35. "heal" "16 24 32 40 56 120"
  36. "LinkedSpecialBonus" "special_bonus_unique_witch_doctor_2"
  37. }
  38. "04"
  39. {
  40. "var_type" "FIELD_FLOAT"
  41. "heal_interval" "0.33 0.33 0.33 0.33"
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement