Advertisement
warpdragon

item_allied_cyclone

Feb 22nd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. //=================================================================================================================
  2. // Recipe: Allied cyclone
  3. //=================================================================================================================
  4. "item_recipe_allied_cyclone"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "3316" // 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" "950"
  14. "ItemShopTags" ""
  15.  
  16. // Recipe
  17. //-------------------------------------------------------------------------------------------------------------
  18. "ItemRecipe" "1"
  19. "ItemResult" "item_allied_cyclone"
  20. "ItemRequirements"
  21. {
  22. "01" "item_cyclone;item_upgrade_core;item_allied_cyclone_recipe"
  23. "02" "item_cyclone;item_upgrade_core_2;item_allied_cyclone_recipe"
  24. "03" "item_cyclone;item_upgrade_core_3;item_allied_cyclone_recipe"
  25. "04" "item_cyclone;item_upgrade_core_4;item_allied_cyclone_recipe"
  26.  
  27. }
  28. }
  29.  
  30. "item_recipe_allied_cyclone_2"
  31. {
  32. // General
  33. //-------------------------------------------------------------------------------------------------------------
  34. "ID" "3317" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  35. "Model" "models/props_gameplay/recipe.vmdl"
  36.  
  37. // Item Info
  38. //-------------------------------------------------------------------------------------------------------------
  39. "ItemCost" "0"
  40. "ItemShopTags" ""
  41.  
  42. // Recipe
  43. //-------------------------------------------------------------------------------------------------------------
  44. "ItemRecipe" "1"
  45. "ItemResult" "item_allied_cyclone_2"
  46. "ItemRequirements"
  47. {
  48. "01" "item_allied_cyclone;item_upgrade_core_2;item_allied_cyclone_recipe"
  49. "02" "item_allied_cyclone;item_upgrade_core_3;item_allied_cyclone_recipe"
  50. "03" "item_allied_cyclone;item_upgrade_core_4;item_allied_cyclone_recipe"
  51. }
  52. }
  53.  
  54. //=================================================================================================================
  55. // Allied cyclone
  56. //=================================================================================================================
  57. "item_allied_cyclone"
  58. {
  59. // General
  60. //-------------------------------------------------------------------------------------------------------------
  61. "ID" "3318" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  62. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK"
  63. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH | DOTA_UNIT_TARGET_TEAM_CUSTOM"
  64. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM"
  65. "FightRecapLevel" "1"
  66.  
  67. // Stats
  68. //-------------------------------------------------------------------------------------------------------------
  69. "AbilityCastRange" "575"
  70. "AbilityCastPoint" "0.0"
  71. "MaxUpgradeLevel" "2"
  72. "ItemBaseLevel" "1"
  73. "UpgradesItems" "item_allied_cyclone"
  74. "UpgradeRecipe" "item_recipe_allied_cyclone"
  75.  
  76.  
  77. // Stats
  78. //-------------------------------------------------------------------------------------------------------------
  79. "AbilityCooldown" "23.0"
  80.  
  81. // Item Info
  82. //-------------------------------------------------------------------------------------------------------------
  83. "AbilityManaCost" "175"
  84. "ItemCost" "4250"
  85. "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag"
  86. "ItemQuality" "rare"
  87. "ItemAliases" "allied_cyclone euls;eul's scepter of divinity"
  88. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  89.  
  90. // Special
  91. //-------------------------------------------------------------------------------------------------------------
  92. "AbilitySpecial"
  93. {
  94. "01"
  95. {
  96. "var_type" "FIELD_INTEGER"
  97. "bonus_intellect" "25"
  98. }
  99. "02"
  100. {
  101. "var_type" "FIELD_INTEGER"
  102. "bonus_mana_regen" "175"
  103. }
  104. "03"
  105. {
  106. "var_type" "FIELD_INTEGER"
  107. "bonus_movement_speed" "55"
  108. }
  109. "04"
  110. {
  111. "var_type" "FIELD_FLOAT"
  112. "allied_cyclone_duration" "2.5"
  113. }
  114. "05"
  115. {
  116. "var_type" "FIELD_INTEGER"
  117. "cast_range_tooltip" "575"
  118. }
  119. }
  120. }
  121.  
  122. "item_allied_cyclone_2"
  123. {
  124. // General
  125. //-------------------------------------------------------------------------------------------------------------
  126. "ID" "3319" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
  127. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK"
  128. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH | DOTA_UNIT_TARGET_TEAM_CUSTOM"
  129. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM"
  130. "FightRecapLevel" "1"
  131.  
  132. // Stats
  133. //-------------------------------------------------------------------------------------------------------------
  134. "AbilityCastRange" "575"
  135. "AbilityCastPoint" "0.0"
  136. "MaxUpgradeLevel" "2"
  137. "ItemBaseLevel" "2"
  138.  
  139. // Stats
  140. //-------------------------------------------------------------------------------------------------------------
  141. "AbilityCooldown" "23.0"
  142.  
  143. // Item Info
  144. //-------------------------------------------------------------------------------------------------------------
  145. "AbilityManaCost" "175"
  146. "ItemCost" "8250"
  147. "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag"
  148. "ItemQuality" "rare"
  149. "ItemAliases" "allied_cyclone euls;eul's scepter of divinity"
  150. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
  151.  
  152. // Special
  153. //-------------------------------------------------------------------------------------------------------------
  154. "AbilitySpecial"
  155. {
  156. "01"
  157. {
  158. "var_type" "FIELD_INTEGER"
  159. "bonus_intellect" "25"
  160. }
  161. "02"
  162. {
  163. "var_type" "FIELD_INTEGER"
  164. "bonus_mana_regen" "175"
  165. }
  166. "03"
  167. {
  168. "var_type" "FIELD_INTEGER"
  169. "bonus_movement_speed" "55"
  170. }
  171. "04"
  172. {
  173. "var_type" "FIELD_FLOAT"
  174. "allied_cyclone_duration" "2.5"
  175. }
  176. "05"
  177. {
  178. "var_type" "FIELD_INTEGER"
  179. "cast_range_tooltip" "575"
  180. }
  181. }
  182. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement