Advertisement
warpdragon

arc_warden_tempest_double

Feb 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. //=================================================================================================================
  2. // Arc warden: Tempest Double
  3. //=================================================================================================================
  4. "arc_warden_tempest_double"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5683" // 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"
  10. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  11. "FightRecapLevel" "2"
  12.  
  13. // Casting
  14. //-------------------------------------------------------------------------------------------------------------
  15. "AbilityCastPoint" "0.15"
  16.  
  17. // Time
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCooldown" "60 50 40 40 40"
  20.  
  21.  
  22. // Special
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilitySpecial"
  25. {
  26. "01"
  27. {
  28. "var_type" "FIELD_FLOAT"
  29. "duration" "12 14 16 18 20"
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement