Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. "skeleton_king_reincarnation"
  2. {
  3. // General
  4. //-------------------------------------------------------------------------------------------------------------
  5. "ID" "5089" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  6. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  7. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  8. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY"
  9. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO"
  10. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  11. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  12. "FightRecapLevel" "2"
  13. "MaxLevel" "5"
  14.  
  15. "HasScepterUpgrade" "1"
  16.  
  17. // Cost
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityManaCost" "160"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCooldown" "240 140 40"
  24.  
  25. // Stats
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityModifierSupportValue" "0.2" // Slow isn't the main function of this ability.
  28.  
  29. "AbilitySpecial"
  30. {
  31. "01"
  32. {
  33. "var_type" "FIELD_FLOAT"
  34. "reincarnate_time" "3.0 3.0 3.0 2.5 2"
  35. }
  36. "02"
  37. {
  38. "var_type" "FIELD_INTEGER"
  39. "slow_radius" "900"
  40. }
  41. "03"
  42. {
  43. "var_type" "FIELD_INTEGER"
  44. "movespeed" "-75"
  45. }
  46. "04"
  47. {
  48. "var_type" "FIELD_INTEGER"
  49. "attackslow_tooltip" "-75"
  50. }
  51. "05"
  52. {
  53. "var_type" "FIELD_FLOAT"
  54. "slow_duration" "5.0 5.0 5.0 6.0 7.0"
  55. }
  56. "07"
  57. {
  58. "var_type" "FIELD_FLOAT"
  59. "scepter_duration" "7 7 7 8 9"
  60. }
  61. "08"
  62. {
  63. "var_type" "FIELD_INTEGER"
  64. "aura_radius" "1200"
  65. }
  66. "09"
  67. {
  68. "var_type" "FIELD_INTEGER"
  69. "aura_radius_tooltip_scepter" "1200"
  70. }
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement