Advertisement
warpdragon

centaur_stampede

Feb 25th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. //=================================================================================================================
  2. // Centaur: Stampede
  3. //=================================================================================================================
  4. "centaur_stampede"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5517" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
  10. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  13. "FightRecapLevel" "2"
  14. "MaxLevel" "5"
  15. "HasScepterUpgrade" "1"
  16.  
  17. // Time
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCooldown" "90.0 75.0 60.0 60 60"
  20.  
  21. // Cost
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityManaCost" "100"
  24.  
  25. // Stats
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityModifierSupportValue" "0.2" // hits everything on the map
  28.  
  29. // Special
  30. //-------------------------------------------------------------------------------------------------------------
  31. "AbilitySpecial"
  32. {
  33. "01"
  34. {
  35. "var_type" "FIELD_FLOAT"
  36. "duration" "4.0"
  37. }
  38. "02"
  39. {
  40. "var_type" "FIELD_INTEGER"
  41. "base_damage" "0"
  42. }
  43. "03"
  44. {
  45. "var_type" "FIELD_FLOAT"
  46. "strength_damage" "1.0 2.0 3.0 5.0 13.0"
  47. "CalculateSpellDamageTooltip" "1"
  48. }
  49. "04"
  50. {
  51. "var_type" "FIELD_FLOAT"
  52. "slow_duration" "1.8"
  53. }
  54. "05"
  55. {
  56. "var_type" "FIELD_INTEGER"
  57. "radius" "105"
  58. }
  59. "06"
  60. {
  61. "var_type" "FIELD_INTEGER"
  62. "slow_movement_speed" "100"
  63. }
  64. "07"
  65. {
  66. "var_type" "FIELD_INTEGER"
  67. "cooldown_scepter" "90 75 60 60 60"
  68. }
  69. "08"
  70. {
  71. "var_type" "FIELD_INTEGER"
  72. "damage_reduction" "60"
  73. }
  74. "09"
  75. {
  76. "var_type" "FIELD_INTEGER"
  77. "damage_reduction_tooltip_scepter" "60"
  78. }
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement