Advertisement
warpdragon

brewmaster_drunken_haze

Feb 25th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. //=================================================================================================================
  2. // Brewmaster: Drunken Haze
  3. //=================================================================================================================
  4. "brewmaster_drunken_haze"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5401" // 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. "AbilityCastRange" "850 850 850 850 850 850"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  14. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  15. "FightRecapLevel" "1"
  16. "MaxLevel" "6"
  17. // Casting
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCastPoint" "0.3"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "8 7 6 5 5 5"
  24.  
  25. // Cost
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityManaCost" "25"
  28.  
  29. // Special
  30. //-------------------------------------------------------------------------------------------------------------
  31. "AbilitySpecial"
  32. {
  33. "01"
  34. {
  35. "var_type" "FIELD_FLOAT"
  36. "duration" "4.0"
  37. }
  38. "02"
  39. {
  40. "var_type" "FIELD_INTEGER"
  41. "movement_slow" "10 20 30 40 55 75"
  42. }
  43. "03"
  44. {
  45. "var_type" "FIELD_INTEGER"
  46. "miss_chance" "70"
  47. }
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement