Advertisement
warpdragon

clinkz_wind_walk

Feb 25th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. //=================================================================================================================
  2. // Clinkz: Wind Walk
  3. //=================================================================================================================
  4. "clinkz_wind_walk"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5261" // 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 | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
  10. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  11. "MaxLevel" "6"
  12. // Time
  13. //-------------------------------------------------------------------------------------------------------------
  14. "AbilityCooldown" "20 19 18 17 17 17"
  15. "AbilityCastPoint" "0.0 0.0 0.0 0.0"
  16.  
  17. // Cost
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityManaCost" "75 75 75 75 75 75"
  20.  
  21. // Special
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilitySpecial"
  24. {
  25. "01"
  26. {
  27. "var_type" "FIELD_FLOAT"
  28. "duration" "20.0 25.0 30.0 35.0 35.0 35.0"
  29. }
  30. "02"
  31. {
  32. "var_type" "FIELD_FLOAT"
  33. "fade_time" "0.6 0.6 0.6 0.6 0.6 0.6"
  34. }
  35. "03"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "move_speed_bonus_pct" "11 22 33 44 55 66"
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement