Advertisement
warpdragon

item_shivas_rush

Feb 22nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. //=================================================================================================================
  2. // Recipe: Shivas Rush (Based on Shivas Guard)
  3. //=================================================================================================================
  4. "item_recipe_shivas_rush"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "3228" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  9. "Model" "models/props_gameplay/recipe.mdl"
  10.  
  11. // Item Info
  12. //-------------------------------------------------------------------------------------------------------------
  13. "ItemCost" "600"
  14. "ItemShopTags" ""
  15.  
  16. // Recipe
  17. //-------------------------------------------------------------------------------------------------------------
  18. "ItemRecipe" "1"
  19. "ItemResult" "item_shivas_rush"
  20. "ItemRequirements"
  21. {
  22. "01" "item_shivas_guard_3;item_force_staff;item_combiner;item_recipe_force_staff"
  23. }
  24. }
  25.  
  26. "item_recipe_shivas_rush_2"
  27. {
  28. // General
  29. //-------------------------------------------------------------------------------------------------------------
  30. "ID" "3229" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  31. "Model" "models/props_gameplay/recipe.mdl"
  32.  
  33. // Item Info
  34. //-------------------------------------------------------------------------------------------------------------
  35. "ItemCost" "0"
  36. "ItemShopTags" ""
  37.  
  38. // Recipe
  39. //-------------------------------------------------------------------------------------------------------------
  40. "ItemRecipe" "1"
  41. "ItemResult" "item_shivas_rush_2"
  42. "ItemRequirements"
  43. {
  44. "01" "item_shivas_rush;item_recipe_shivas_rush;item_upgrade_core_4"
  45. }
  46. }
  47.  
  48. //=================================================================================================================
  49. // Shivas Rush (Based on Shivas Guard)
  50. //=================================================================================================================
  51. "item_shivas_rush"
  52. {
  53. // General
  54. //-------------------------------------------------------------------------------------------------------------
  55. "ID" "3230" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  56. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
  57. "FightRecapLevel" "1"
  58.  
  59. // Stats
  60. //-------------------------------------------------------------------------------------------------------------
  61. "AbilityCooldown" "10"
  62. "AbilitySharedCooldown" "shivas"
  63. "MaxUpgradeLevel" "2"
  64. "ItemBaseLevel" "1"
  65.  
  66. // Item Info
  67. //-------------------------------------------------------------------------------------------------------------
  68. "AbilityManaCost" "100"
  69. "ItemCost" "20000"
  70. "ItemShopTags" "int;armor;hard_to_tag"
  71. "ItemQuality" "epic"
  72. "ItemAliases" "shivas rush"
  73. "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS"
  74. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  75.  
  76. "UpgradesItems" "item_shivas_rush"
  77. "UpgradeRecipe" "item_recipe_shivas_rush"
  78.  
  79. // Special
  80. //-------------------------------------------------------------------------------------------------------------
  81. "AbilitySpecial"
  82. {
  83. "01"
  84. {
  85. "var_type" "FIELD_INTEGER"
  86. "bonus_intellect" "75 80"
  87. }
  88. "02"
  89. {
  90. "var_type" "FIELD_INTEGER"
  91. "bonus_armor" "40 45"
  92. }
  93. "03"
  94. {
  95. "var_type" "FIELD_INTEGER"
  96. "aura_radius" "900"
  97. }
  98. "04"
  99. {
  100. "var_type" "FIELD_INTEGER"
  101. "aura_attack_speed" "-55"
  102. }
  103. "05"
  104. {
  105. "var_type" "FIELD_INTEGER"
  106. "blast_damage" "450 600"
  107. }
  108. "06"
  109. {
  110. "var_type" "FIELD_INTEGER"
  111. "blast_movement_speed" "-50"
  112. }
  113. "07"
  114. {
  115. "var_type" "FIELD_FLOAT"
  116. "blast_debuff_duration" "4.0"
  117. }
  118. "08"
  119. {
  120. "var_type" "FIELD_INTEGER"
  121. "blast_radius" "450"
  122. }
  123. "09"
  124. {
  125. "var_type" "FIELD_INTEGER"
  126. "blast_speed" "350"
  127. }
  128. // Force Staff Parameters
  129. "10"
  130. {
  131. "var_type" "FIELD_INTEGER"
  132. "push_length" "600"
  133. }
  134. }
  135. }
  136. }
  137.  
  138. "item_shivas_rush_2"
  139. {
  140. // General
  141. //-------------------------------------------------------------------------------------------------------------
  142. "ID" "3231" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  143. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
  144. "FightRecapLevel" "1"
  145.  
  146. // Stats
  147. //-------------------------------------------------------------------------------------------------------------
  148. "AbilityCooldown" "10"
  149. "AbilitySharedCooldown" "shivas"
  150. "MaxUpgradeLevel" "2"
  151. "ItemBaseLevel" "2"
  152.  
  153. // Item Info
  154. //-------------------------------------------------------------------------------------------------------------
  155. "AbilityManaCost" "150"
  156. "ItemCost" "25000"
  157. "ItemShopTags" "int;armor;hard_to_tag"
  158. "ItemQuality" "epic"
  159. "ItemAliases" "shivas rush"
  160. "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS"
  161. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  162.  
  163. // Special
  164. //-------------------------------------------------------------------------------------------------------------
  165. "AbilitySpecial"
  166. {
  167. "01"
  168. {
  169. "var_type" "FIELD_INTEGER"
  170. "bonus_intellect" "75 80"
  171. }
  172. "02"
  173. {
  174. "var_type" "FIELD_INTEGER"
  175. "bonus_armor" "40 45"
  176. }
  177. "03"
  178. {
  179. "var_type" "FIELD_INTEGER"
  180. "aura_radius" "900"
  181. }
  182. "04"
  183. {
  184. "var_type" "FIELD_INTEGER"
  185. "aura_attack_speed" "-55"
  186. }
  187. "05"
  188. {
  189. "var_type" "FIELD_INTEGER"
  190. "blast_damage" "450 600"
  191. }
  192. "06"
  193. {
  194. "var_type" "FIELD_INTEGER"
  195. "blast_movement_speed" "-50"
  196. }
  197. "07"
  198. {
  199. "var_type" "FIELD_FLOAT"
  200. "blast_debuff_duration" "4.0"
  201. }
  202. "08"
  203. {
  204. "var_type" "FIELD_INTEGER"
  205. "blast_radius" "450"
  206. }
  207. "09"
  208. {
  209. "var_type" "FIELD_INTEGER"
  210. "blast_speed" "350"
  211. }
  212. // Force Staff Parameters
  213. "10"
  214. {
  215. "var_type" "FIELD_INTEGER"
  216. "push_length" "600"
  217. }
  218. }
  219. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement