Advertisement
warpdragon

brewmaster_earth_hurl_boulder

Feb 25th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. //=================================================================================================================
  2. // Brewmaster Earth: Hurl Boulder
  3. //=================================================================================================================
  4. "brewmaster_earth_hurl_boulder"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5404" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP"
  12. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  14. "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG"
  15.  
  16. "AbilityCastRange" "800 800 800 800 800"
  17. "MaxLevel" "5"
  18. // Time
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCooldown" "5"
  21. "AbilityCastPoint" "0.4"
  22.  
  23. // Cost
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityManaCost" "0"
  26.  
  27. // Special
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilitySpecial"
  30. {
  31. "01"
  32. {
  33. "var_type" "FIELD_INTEGER"
  34. "damage" "50 100 150 250 650"
  35. }
  36. "02"
  37. {
  38. "var_type" "FIELD_FLOAT"
  39. "duration" "2.0 2.0 2.0 2.0 2.0"
  40. }
  41. "03"
  42. {
  43. "var_type" "FIELD_INTEGER"
  44. "speed" "800 800 800 800 800"
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement