Advertisement
warpdragon

bristleback_warpath

Feb 25th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. //=================================================================================================================
  2. // Bristleback: Warpath
  3. //=================================================================================================================
  4. "bristleback_warpath"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5551" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  10. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  12. "MaxLevel" "5"
  13. // Casting
  14. //-------------------------------------------------------------------------------------------------------------
  15. "AbilityDuration" "10.0 10.0 10.0 10.0 10.0"
  16.  
  17. // Special
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilitySpecial"
  20. {
  21. "01"
  22. {
  23. "var_type" "FIELD_INTEGER"
  24. "base_damage" "20 25 30 40 80"
  25. }
  26. "02"
  27. {
  28. "var_type" "FIELD_INTEGER"
  29. "damage_per_stack" "20 25 30 40 80"
  30. }
  31. "03"
  32. {
  33. "var_type" "FIELD_INTEGER"
  34. "base_move_speed" "3 4 5 6 7"
  35. }
  36. "04"
  37. {
  38. "var_type" "FIELD_INTEGER"
  39. "move_speed_per_stack" "3 4 5 6 7"
  40. }
  41. "05"
  42. {
  43. "var_type" "FIELD_FLOAT"
  44. "stack_duration" "14.0"
  45. }
  46. "06"
  47. {
  48. "var_type" "FIELD_INTEGER"
  49. "max_stacks" "5 7 9 13 25"
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement