Advertisement
warpdragon

item_healing_mines

Feb 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. //=================================================================================================================
  2. // Recipe: Healing Mines
  3. //=================================================================================================================
  4. "item_recipe_healing_mines"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "3320" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  9. "Model" "models/props_gameplay/recipe.vmdl"
  10.  
  11. // Item Info
  12. //-------------------------------------------------------------------------------------------------------------
  13. "ItemCost" "400"
  14. "ItemShopTags" ""
  15.  
  16. // Recipe
  17. //-------------------------------------------------------------------------------------------------------------
  18. "ItemRecipe" "1"
  19. "ItemResult" "item_healing_mines"
  20. "ItemRequirements"
  21. {
  22. "01" "item_bloodstone_2;item_upgrade_core_2;item_recipe_healing_mines"
  23. "02" "item_bloodstone_2;item_upgrade_core_3;item_recipe_healing_mines"
  24. "03" "item_bloodstone_2;item_upgrade_core_4;item_recipe_healing_mines"
  25. }
  26. }
  27.  
  28. "item_recipe_healing_mines_2"
  29. {
  30. // General
  31. //-------------------------------------------------------------------------------------------------------------
  32. "ID" "3321" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  33. "Model" "models/props_gameplay/recipe.vmdl"
  34.  
  35. // Item Info
  36. //-------------------------------------------------------------------------------------------------------------
  37. "ItemCost" "0"
  38. "ItemShopTags" ""
  39.  
  40. // Recipe
  41. //-------------------------------------------------------------------------------------------------------------
  42. "ItemRecipe" "1"
  43. "ItemResult" "item_healing_mines_2"
  44. "ItemRequirements"
  45. {
  46. "01" "item_healing_mines;item_upgrade_core_3;item_recipe_healing_mines"
  47. "02" "item_healing_mines;item_upgrade_core_4;item_recipe_healing_mines"
  48. }
  49. }
  50.  
  51. "item_recipe_healing_mines_2"
  52. {
  53. // General
  54. //-------------------------------------------------------------------------------------------------------------
  55. "ID" "3322" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  56. "Model" "models/props_gameplay/recipe.vmdl"
  57.  
  58. // Item Info
  59. //-------------------------------------------------------------------------------------------------------------
  60. "ItemCost" "0"
  61. "ItemShopTags" ""
  62.  
  63. // Recipe
  64. //-------------------------------------------------------------------------------------------------------------
  65. "ItemRecipe" "1"
  66. "ItemResult" "item_healing_mines_3"
  67. "ItemRequirements"
  68. {
  69. "01" "item_healing_mines_2;item_upgrade_core_4;item_recipe_healing_mines"
  70. }
  71. }
  72.  
  73.  
  74.  
  75.  
  76. //=================================================================================================================
  77. // Healing Mines
  78. //=================================================================================================================
  79. "item_healing_mines"
  80. {
  81. // General
  82. //-------------------------------------------------------------------------------------------------------------
  83. "ID" "3323" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  84. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT"
  85.  
  86. // Stats
  87. //-------------------------------------------------------------------------------------------------------------
  88. "AbilityCooldown" "30"
  89. "AbilityCastRange" "500"
  90. "AbilityCastPoint" "0.0"
  91.  
  92.  
  93. // Item Info
  94. //-------------------------------------------------------------------------------------------------------------
  95. "AbilityManaCost" "50"
  96. "ItemCost" "12000"
  97. "ItemShopTags" "int;armor;regen_health;hard_to_tag"
  98. "ItemQuality" "rare"
  99. "ItemAliases" ""
  100. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  101. "MaxUpgradeLevel" "3"
  102. "ItemBaseLevel" "1"
  103. "UpgradesItems" "item_healing_mines;item_healing_mines_2"
  104. "UpgradeRecipe" "item_recipe_healing_mines"
  105.  
  106. // Special
  107. //-------------------------------------------------------------------------------------------------------------
  108. "AbilitySpecial"
  109. {
  110. "01"
  111. {
  112. "var_type" "FIELD_INTEGER"
  113. "number_of_mines" "8"
  114. }
  115. "02"
  116. {
  117. "var_type" "FIELD_INTEGER"
  118. "mine_aoe" "350"
  119. }
  120. "03"
  121. {
  122. "var_type" "FIELD_INTEGER"
  123. "mine_duration" "8"
  124. }
  125. "04"
  126. {
  127. "var_type" "FIELD_INTEGER"
  128. "mine_heal" "100 150 225"
  129. }
  130. }
  131. }
  132.  
  133. "item_healing_mines_2"
  134. {
  135. // General
  136. //-------------------------------------------------------------------------------------------------------------
  137. "ID" "3324" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  138. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT"
  139.  
  140. // Stats
  141. //-------------------------------------------------------------------------------------------------------------
  142. "AbilityCooldown" "30"
  143. "AbilityCastRange" "500"
  144. "AbilityCastPoint" "0.0"
  145.  
  146.  
  147. // Item Info
  148. //-------------------------------------------------------------------------------------------------------------
  149. "AbilityManaCost" "50"
  150. "ItemCost" "18000"
  151. "ItemShopTags" "int;armor;regen_health;hard_to_tag"
  152. "ItemQuality" "rare"
  153. "ItemAliases" ""
  154. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  155. "MaxUpgradeLevel" "3"
  156. "ItemBaseLevel" "2"
  157. "UpgradesItems" "item_healing_mines_2"
  158. "UpgradeRecipe" "item_recipe_healing_mines"
  159.  
  160. // Special
  161. //-------------------------------------------------------------------------------------------------------------
  162. "AbilitySpecial"
  163. {
  164. "01"
  165. {
  166. "var_type" "FIELD_INTEGER"
  167. "number_of_mines" "8"
  168. }
  169. "02"
  170. {
  171. "var_type" "FIELD_INTEGER"
  172. "mine_aoe" "350"
  173. }
  174. "03"
  175. {
  176. "var_type" "FIELD_INTEGER"
  177. "mine_duration" "8"
  178. }
  179. "04"
  180. {
  181. "var_type" "FIELD_INTEGER"
  182. "mine_heal" "100 150 225"
  183. }
  184. }
  185. }
  186.  
  187. "item_healing_mines_3"
  188. {
  189. // General
  190. //-------------------------------------------------------------------------------------------------------------
  191. "ID" "3325" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  192. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT"
  193.  
  194. // Stats
  195. //-------------------------------------------------------------------------------------------------------------
  196. "AbilityCooldown" "30"
  197. "AbilityCastRange" "500"
  198. "AbilityCastPoint" "0.0"
  199.  
  200.  
  201. // Item Info
  202. //-------------------------------------------------------------------------------------------------------------
  203. "AbilityManaCost" "50"
  204. "ItemCost" "28000"
  205. "ItemShopTags" "int;armor;regen_health;hard_to_tag"
  206. "ItemQuality" "rare"
  207. "ItemAliases" ""
  208. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  209. "MaxUpgradeLevel" "3"
  210. "ItemBaseLevel" "3"
  211.  
  212. // Special
  213. //-------------------------------------------------------------------------------------------------------------
  214. "AbilitySpecial"
  215. {
  216. "01"
  217. {
  218. "var_type" "FIELD_INTEGER"
  219. "number_of_mines" "8"
  220. }
  221. "02"
  222. {
  223. "var_type" "FIELD_INTEGER"
  224. "mine_aoe" "350"
  225. }
  226. "03"
  227. {
  228. "var_type" "FIELD_INTEGER"
  229. "mine_duration" "8"
  230. }
  231. "04"
  232. {
  233. "var_type" "FIELD_INTEGER"
  234. "mine_heal" "100 150 225"
  235. }
  236. }
  237. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement