warpdragon

chen_hand_of_god

Feb 25th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chen: Hand of God
  3. //=================================================================================================================
  4. "chen_hand_of_god"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5331" // 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. "SpellImmunityType" "SPELL_IMMUNITY_ALLIES_YES"
  12. "FightRecapLevel" "2"
  13. "MaxLevel" "5"
  14. // Casting
  15. //-------------------------------------------------------------------------------------------------------------
  16. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3"
  17.  
  18. // Time
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCooldown" "160 140 120 115 110"
  21.  
  22. // Cost
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilityManaCost" "200 300 400 600 1400"
  25.  
  26. // Special
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilitySpecial"
  29. {
  30. "01"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "heal_amount" "200 300 400 600 1400"
  34. "LinkedSpecialBonus" "special_bonus_unique_chen_2"
  35. }
  36. "02"
  37. {
  38. "var_type" "FIELD_INTEGER"
  39. "ancient_creeps_scepter" "1 2 3 5 13"
  40. }
  41. }
  42. }
Add Comment
Please, Sign In to add comment