Advertisement
warpdragon

dark_seer_wall_of_replica

Feb 25th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. //=================================================================================================================
  2. // Dark Seer: Wall of Replica
  3. //=================================================================================================================
  4. "dark_seer_wall_of_replica"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5258" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT"
  10. "AbilityType" "DOTA_ABILITY_TYPE_ULTIMATE"
  11. "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
  12. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  13. "FightRecapLevel" "2"
  14. "MaxLevels" "5"
  15. "HasScepterUpgrade" "1"
  16.  
  17. // Casting
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCastRange" "500 900 1300 1550 2000"
  20. "AbilityCastPoint" "0.4 0.4 0.4 0.4 0.4"
  21.  
  22. // Time
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilityCooldown" "100.0 100.0 100.0 95.0 90.0"
  25.  
  26. // Cost
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilityManaCost" "125 250 375 625 1250"
  29.  
  30. // Special
  31. //-------------------------------------------------------------------------------------------------------------
  32. "AbilitySpecial"
  33. {
  34. "01"
  35. {
  36. "var_type" "FIELD_FLOAT"
  37. "duration" "45.0"
  38. }
  39. "02"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "replica_damage_outgoing" "-40 -25 -10 20 140"
  43. }
  44. "03"
  45. {
  46. "var_type" "FIELD_INTEGER"
  47. "tooltip_outgoing" "60 75 90 120 240"
  48. }
  49. "04"
  50. {
  51. "var_type" "FIELD_INTEGER"
  52. "replica_damage_incoming" "300 300 300 300 300"
  53. }
  54. "05"
  55. {
  56. "var_type" "FIELD_INTEGER"
  57. "tooltip_replica_total_damage_incoming" "400 400 400 400 400"
  58. "CalculateSpellDamageTooltip" "0"
  59. }
  60. "06"
  61. {
  62. "var_type" "FIELD_INTEGER"
  63. "width" "1000 1000 1000 1250 1500"
  64. }
  65. "07"
  66. {
  67. "var_type" "FIELD_INTEGER"
  68. "replica_scale" "0"
  69. }
  70. "08"
  71. {
  72. "var_type" "FIELD_INTEGER"
  73. "range_tooltip" "500 900 1300 1550 2000"
  74. }
  75. "09"
  76. {
  77. "var_type" "FIELD_INTEGER"
  78. "replica_damage_outgoing_scepter" "0 20 40 80 240"
  79. }
  80. "10"
  81. {
  82. "var_type" "FIELD_INTEGER"
  83. "tooltip_outgoing_scepter" "100 120 140 180 340"
  84. }
  85. "11"
  86. {
  87. "var_type" "FIELD_INTEGER"
  88. "movement_slow" "75"
  89. }
  90. "12"
  91. {
  92. "var_type" "FIELD_FLOAT"
  93. "slow_duration" "1.0"
  94. }
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement