Advertisement
warpdragon

bounty_hunter_wind_walk

Feb 25th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. //=================================================================================================================
  2. // Bounty Hunter: Wind Walk
  3. //=================================================================================================================
  4. "bounty_hunter_wind_walk"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5287" // 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. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  12. "AbilityUnitDamageType" "DAMAGE_TYPE_PHYSICAL"
  13. "MaxLevel" "6"
  14. // Time
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCooldown" "15.0 15.0 15.0 15.0 15.0 15.0"
  17. "AbilityCastPoint" "0.0 0.0 0.0 0.0 0.0 0.0"
  18.  
  19. // Cost
  20. //-------------------------------------------------------------------------------------------------------------
  21. "AbilityManaCost" "65"
  22.  
  23. // Special
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilitySpecial"
  26. {
  27. "01"
  28. {
  29. "var_type" "FIELD_FLOAT"
  30. "duration" "20.0 25.0 30.0 35.0 45.0 85.0"
  31. }
  32. "02"
  33. {
  34. "var_type" "FIELD_FLOAT"
  35. "fade_time" "1.0 0.75 0.5 0.25 0.1 0.0"
  36. }
  37. "03"
  38. {
  39. "var_type" "FIELD_INTEGER"
  40. "bonus_damage" "30 60 90 120 160 400"
  41. }
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement