Advertisement
warpdragon

brewmaster_primal_split

Feb 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. //=================================================================================================================
  2. // Brewmaster: Primal Split
  3. //=================================================================================================================
  4. "brewmaster_primal_split"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5403" // 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. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  12. "FightRecapLevel" "2"
  13. "MaxLevel" "5"
  14. "HasScepterUpgrade" "1"
  15.  
  16. // Time
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCooldown" "140 120 100 95 90"
  19.  
  20. // Casting
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityCastPoint" "0.65"
  23.  
  24. // Cost
  25. //-------------------------------------------------------------------------------------------------------------
  26. "AbilityManaCost" "125 150 175 225 425"
  27.  
  28. // Special
  29. //-------------------------------------------------------------------------------------------------------------
  30. "AbilitySpecial"
  31. {
  32.  
  33. "01"
  34. {
  35. "var_type" "FIELD_FLOAT"
  36. "duration" "16 18 20 22 25"
  37. }
  38. "02"
  39. {
  40. "var_type" "FIELD_FLOAT"
  41. "split_duration" "0.6"
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement