Advertisement
warpdragon

chen_holy_persuasion

Feb 25th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chen: Holy Persuasion
  3. //=================================================================================================================
  4. "chen_holy_persuasion"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5330" // 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 | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK"
  10. "SpellDispellableType" "SPELL_DISPELLABLE_NO"
  11. "MaxLevel" "6"
  12. "HasScepterUpgrade" "1"
  13.  
  14. // Casting
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  17.  
  18. // Time
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCastRange" "900 900 900 900 900 900"
  21. "AbilityCooldown" "30.0 26.0 22.0 18.0 18.0 18.0"
  22.  
  23. // Cost
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityManaCost" "100 100 100 100 100 100"
  26.  
  27. // Special
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilitySpecial"
  30. {
  31. "01"
  32. {
  33. "var_type" "FIELD_INTEGER"
  34. "max_units" "1 2 3 4 6 14"
  35. "LinkedSpecialBonus" "special_bonus_unique_chen_1"
  36. }
  37. "02"
  38. {
  39. "var_type" "FIELD_INTEGER"
  40. "health_min" "700 800 900 1000 1200 2000"
  41. }
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement