Advertisement
warpdragon

brewmaster_thunder_clap

Feb 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. //=================================================================================================================
  2. // Brewmaster: Thunder Clap
  3. //=================================================================================================================
  4. "brewmaster_thunder_clap"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5400" // 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. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  11. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  12. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  13. "MaxLevel" "6"
  14. // Time
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCooldown" "13"
  17.  
  18. // Casting
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCastPoint" "0.4 0.4 0.4 0.4 0.4 0.4"
  21.  
  22. // Cost
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilityManaCost" "90 105 130 150 190 350"
  25.  
  26. // Special
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilitySpecial"
  29. {
  30. "01"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "radius" "400 400 400 400 400 400"
  34. }
  35. "02"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "damage" "100 175 250 300 450 1050"
  39. }
  40. "03"
  41. {
  42. "var_type" "FIELD_INTEGER"
  43. "movement_slow" "25 35 45 55 65 75"
  44. }
  45. "04"
  46. {
  47. "var_type" "FIELD_INTEGER"
  48. "attack_speed_slow" "25 35 45 55 75 150"
  49. }
  50. "05"
  51. {
  52. "var_type" "FIELD_FLOAT"
  53. "duration" "4.0"
  54. }
  55. "06"
  56. {
  57. "var_type" "FIELD_FLOAT"
  58. "duration_creeps" "8.0 8.0 8.0 8.0 8.0 8.0"
  59. }
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement