Advertisement
warpdragon

bristleback_bristleback

Feb 25th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. //=================================================================================================================
  2. // Bristleback: Bristleback
  3. //=================================================================================================================
  4. "bristleback_bristleback"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5550" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  10.  
  11. // Special
  12. //-------------------------------------------------------------------------------------------------------------
  13. "AbilitySpecial"
  14. {
  15. "01"
  16. {
  17. "var_type" "FIELD_INTEGER"
  18. "side_damage_reduction" "8 12 16 20 30 40"
  19. }
  20. "02"
  21. {
  22. "var_type" "FIELD_INTEGER"
  23. "back_damage_reduction" "16 24 32 40 45 55"
  24. }
  25. "03"
  26. {
  27. "var_type" "FIELD_INTEGER"
  28. "side_angle" "110"
  29. }
  30. "04"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "back_angle" "70"
  34. }
  35. "05"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "quill_release_threshold" "210"
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement