Advertisement
warpdragon

Aether Lens

Feb 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. //=================================================================================================================
  2. // Recipe: Aether Lens
  3. //=================================================================================================================
  4. "item_recipe_aether_lens"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "233" // unique ID
  9. "Model" "models/props_gameplay/recipe.vmdl"
  10. "ItemCost" "600"
  11. "ItemShopTags" ""
  12. "ItemRecipe" "1"
  13. "ItemResult" "item_aether_lens"
  14. "ItemRequirements"
  15. {
  16. "01" "item_energy_booster;item_ring_of_health"
  17. }
  18. }
  19.  
  20. "item_recipe_aether_lens_2"
  21. {
  22. // General
  23. //-------------------------------------------------------------------------------------------------------------
  24. "ID" "3116" // unique ID
  25. "Model" "models/props_gameplay/recipe.vmdl"
  26. "ItemCost" "0"
  27. "ItemShopTags" ""
  28. "ItemRecipe" "1"
  29. "ItemResult" "item_aether_lens_2"
  30. "ItemRequirements"
  31. {
  32. "01" "item_aether_lens;item_upgrade_core;item_recipe_aether_lens"
  33. "02" "item_aether_lens;item_upgrade_core_2;item_recipe_aether_lens"
  34. "03" "item_aether_lens;item_upgrade_core_3;item_recipe_aether_lens"
  35. "04" "item_aether_lens;item_upgrade_core_4;item_recipe_aether_lens"
  36. }
  37. }
  38.  
  39. "item_recipe_aether_lens_3"
  40. {
  41. // General
  42. //-------------------------------------------------------------------------------------------------------------
  43. "ID" "3117" // unique ID
  44. "Model" "models/props_gameplay/recipe.vmdl"
  45. "ItemCost" "0"
  46. "ItemShopTags" ""
  47. "ItemRecipe" "1"
  48. "ItemResult" "item_aether_lens_3"
  49. "ItemRequirements"
  50. {
  51. "01" "item_aether_lens_2;item_upgrade_core_2;item_recipe_aether_lens"
  52. "02" "item_aether_lens_2;item_upgrade_core_3;item_recipe_aether_lens"
  53. "03" "item_aether_lens_2;item_upgrade_core_4;item_recipe_aether_lens"
  54. }
  55. }
  56.  
  57. //=================================================================================================================
  58. // Aether Lens
  59. //=================================================================================================================
  60. "item_aether_lens"
  61. {
  62. // General
  63. //-------------------------------------------------------------------------------------------------------------
  64. "ID" "232" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  65. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  66.  
  67.  
  68. // Item Info
  69. //-------------------------------------------------------------------------------------------------------------
  70. "ItemCost" "2350"
  71. "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag"
  72. "ItemQuality" "rare"
  73. "ItemAliases" "aether lens"
  74. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  75.  
  76. // Spicy Parameters
  77. //-------------------------------------------------------------------------------------------------------------
  78. "MaxUpgradeLevel" "3"
  79. "ItemBaseLevel" "1"
  80. "UpgradesItems" "item_aether_lens;item_aether_lens_2"
  81. "UpgradeRecipe" "item_recipe_aether_lens"
  82.  
  83. // Special
  84. //-------------------------------------------------------------------------------------------------------------
  85. "AbilitySpecial"
  86. {
  87. "01"
  88. {
  89. "var_type" "FIELD_INTEGER"
  90. "bonus_mana" "250 350 500"
  91. }
  92. "02"
  93. {
  94. "var_type" "FIELD_INTEGER"
  95. "bonus_health_regen" "8 12 16"
  96. }
  97. "03"
  98. {
  99. "var_type" "FIELD_INTEGER"
  100. "cast_range_bonus" "220 250 300"
  101. }
  102. "04"
  103. {
  104. "var_type" "FIELD_INTEGER"
  105. "spell_amp" "5 7 10"
  106. }
  107. }
  108. }
  109.  
  110. "item_aether_lens_2"
  111. {
  112. // General
  113. //-------------------------------------------------------------------------------------------------------------
  114. "ID" "3118" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  115. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  116.  
  117.  
  118. // Item Info
  119. //-------------------------------------------------------------------------------------------------------------
  120. "ItemCost" "4450"
  121. "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag"
  122. "ItemQuality" "rare"
  123. "ItemAliases" "aether lens"
  124. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  125.  
  126. // Spicy Parameters
  127. //-------------------------------------------------------------------------------------------------------------
  128. "MaxUpgradeLevel" "3"
  129. "ItemBaseLevel" "2"
  130. "UpgradesItems" "item_aether_lens_2"
  131. "UpgradeRecipe" "item_recipe_aether_lens"
  132.  
  133. // Special
  134. //-------------------------------------------------------------------------------------------------------------
  135. "AbilitySpecial"
  136. {
  137. "01"
  138. {
  139. "var_type" "FIELD_INTEGER"
  140. "bonus_mana" "250 350 500"
  141. }
  142. "02"
  143. {
  144. "var_type" "FIELD_INTEGER"
  145. "bonus_health_regen" "8 12 16"
  146. }
  147. "03"
  148. {
  149. "var_type" "FIELD_INTEGER"
  150. "cast_range_bonus" "220 250 300"
  151. }
  152. "04"
  153. {
  154. "var_type" "FIELD_INTEGER"
  155. "spell_amp" "5 7 10"
  156. }
  157. }
  158. }
  159.  
  160. "item_aether_lens_3"
  161. {
  162. // General
  163. //-------------------------------------------------------------------------------------------------------------
  164. "ID" "3119" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  165. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  166.  
  167.  
  168. // Item Info
  169. //-------------------------------------------------------------------------------------------------------------
  170. "ItemCost" "7550"
  171. "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag"
  172. "ItemQuality" "rare"
  173. "ItemAliases" "aether lens"
  174. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  175.  
  176. // Spicy Parameters
  177. //-------------------------------------------------------------------------------------------------------------
  178. "MaxUpgradeLevel" "3"
  179. "ItemBaseLevel" "3"
  180.  
  181. // Special
  182. //-------------------------------------------------------------------------------------------------------------
  183. "AbilitySpecial"
  184. {
  185. "01"
  186. {
  187. "var_type" "FIELD_INTEGER"
  188. "bonus_mana" "250 350 500"
  189. }
  190. "02"
  191. {
  192. "var_type" "FIELD_INTEGER"
  193. "bonus_health_regen" "8 12 16"
  194. }
  195. "03"
  196. {
  197. "var_type" "FIELD_INTEGER"
  198. "cast_range_bonus" "220 250 300"
  199. }
  200. "04"
  201. {
  202. "var_type" "FIELD_INTEGER"
  203. "spell_amp" "5 7 10"
  204. }
  205. }
  206. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement