Advertisement
warpdragon

Untitled

Apr 3rd, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. //=====================================================================
  2. //
  3. // Creeps
  4. //
  5. //=====================================================================
  6.  
  7. // Air Creeps
  8. //=================================================================
  9. #base "units/creeps/air/npc_dota_air_siege.txt"
  10. #base "units/creeps/air/npc_dota_air_siege_upgraded.txt"
  11. #base "units/creeps/air/npc_dota_air_siege_upgraded_mega.txt"
  12. #base "units/creeps/air/npc_dota_creep_air_melee.txt"
  13. #base "units/creeps/air/npc_dota_creep_air_melee_upgraded.txt"
  14. #base "units/creeps/air/npc_dota_creep_air_melee_upgraded_mega.txt"
  15. #base "units/creeps/air/npc_dota_creep_air_ranged.txt"
  16. #base "units/creeps/air/npc_dota_creep_air_ranged_upgraded.txt"
  17. #base "units/creeps/air/npc_dota_creep_air_ranged_upgraded_mega.txt"
  18.  
  19. // Fire Creeps
  20. //=================================================================
  21. #base "units/creeps/fire/npc_dota_fire_siege.txt"
  22. #base "units/creeps/fire/npc_dota_fire_siege_upgraded.txt"
  23. #base "units/creeps/fire/npc_dota_fire_siege_upgraded_mega.txt"
  24. #base "units/creeps/fire/npc_dota_creep_fire_melee.txt"
  25. #base "units/creeps/fire/npc_dota_creep_fire_melee_upgraded.txt"
  26. #base "units/creeps/fire/npc_dota_creep_fire_melee_upgraded_mega.txt"
  27. #base "units/creeps/fire/npc_dota_creep_fire_ranged.txt"
  28. #base "units/creeps/fire/npc_dota_creep_fire_ranged_upgraded.txt"
  29. #base "units/creeps/fire/npc_dota_creep_fire_ranged_upgraded_mega.txt"
  30.  
  31. // Water Creeps
  32. //=================================================================
  33. #base "units/creeps/water/npc_dota_water_siege.txt"
  34. #base "units/creeps/water/npc_dota_water_siege_upgraded.txt"
  35. #base "units/creeps/water/npc_dota_water_siege_upgraded_mega.txt"
  36. #base "units/creeps/water/npc_dota_creep_water_melee.txt"
  37. #base "units/creeps/water/npc_dota_creep_water_melee_upgraded.txt"
  38. #base "units/creeps/water/npc_dota_creep_water_melee_upgraded_mega.txt"
  39. #base "units/creeps/water/npc_dota_creep_water_ranged.txt"
  40. #base "units/creeps/water/npc_dota_creep_water_ranged_upgraded.txt"
  41. #base "units/creeps/water/npc_dota_creep_water_ranged_upgraded_mega.txt"
  42.  
  43. // Earth Creeps
  44. //=================================================================
  45. #base "units/creeps/earth/npc_dota_earth_siege.txt"
  46. #base "units/creeps/earth/npc_dota_earth_siege_upgraded.txt"
  47. #base "units/creeps/earth/npc_dota_earth_siege_upgraded_mega.txt"
  48. #base "units/creeps/earth/npc_dota_creep_earth_melee.txt"
  49. #base "units/creeps/earth/npc_dota_creep_earth_melee_upgraded.txt"
  50. #base "units/creeps/earth/npc_dota_creep_earth_melee_upgraded_mega.txt"
  51. #base "units/creeps/earth/npc_dota_creep_earth_ranged.txt"
  52. #base "units/creeps/earth/npc_dota_creep_earth_ranged_upgraded.txt"
  53. #base "units/creeps/earth/npc_dota_creep_earth_ranged_upgraded_mega.txt"
  54.  
  55. //=====================================================================
  56. //
  57. // Shrines
  58. //
  59. //=====================================================================
  60.  
  61. #base "units/buildings/other/air/npc_dota_air_healers.txt"
  62. #base "units/buildings/other/fire/npc_dota_fire_healers.txt"
  63. #base "units/buildings/other/water/npc_dota_water_healers.txt"
  64. #base "units/buildings/other/earth/npc_dota_earth_healers.txt"
  65.  
  66. //=====================================================================
  67. //
  68. // Towers
  69. //
  70. //=====================================================================
  71.  
  72. // Air Towers
  73. //=================================================================
  74. #base "units/buildings/towers/air/npc_dota_air_tower1_clockwise.txt"
  75. #base "units/buildings/towers/air/npc_dota_air_tower2_clockwise.txt"
  76. #base "units/buildings/towers/air/npc_dota_air_tower3_clockwise.txt"
  77. #base "units/buildings/towers/air/npc_dota_air_tower4_clockwise.txt"
  78. #base "units/buildings/towers/air/npc_dota_air_tower1_counter_clockwise.txt"
  79. #base "units/buildings/towers/air/npc_dota_air_tower2_counter_clockwise.txt"
  80. #base "units/buildings/towers/air/npc_dota_air_tower3_counter_clockwise.txt"
  81. #base "units/buildings/towers/air/npc_dota_air_tower4_counter_clockwise.txt"
  82.  
  83. // Fire Towers
  84. //=================================================================
  85. #base "units/buildings/towers/fire/npc_dota_fire_tower1_clockwise.txt"
  86. #base "units/buildings/towers/fire/npc_dota_fire_tower2_clockwise.txt"
  87. #base "units/buildings/towers/fire/npc_dota_fire_tower3_clockwise.txt"
  88. #base "units/buildings/towers/fire/npc_dota_fire_tower4_clockwise.txt"
  89. #base "units/buildings/towers/fire/npc_dota_fire_tower1_counter_clockwise.txt"
  90. #base "units/buildings/towers/fire/npc_dota_fire_tower2_counter_clockwise.txt"
  91. #base "units/buildings/towers/fire/npc_dota_fire_tower3_counter_clockwise.txt"
  92. #base "units/buildings/towers/fire/npc_dota_fire_tower4_counter_clockwise.txt"
  93.  
  94. // Water Towers
  95. //=================================================================
  96. #base "units/buildings/towers/water/npc_dota_water_tower1_clockwise.txt"
  97. #base "units/buildings/towers/water/npc_dota_water_tower2_clockwise.txt"
  98. #base "units/buildings/towers/water/npc_dota_water_tower3_clockwise.txt"
  99. #base "units/buildings/towers/water/npc_dota_water_tower4_clockwise.txt"
  100. #base "units/buildings/towers/water/npc_dota_water_tower1_counter_clockwise.txt"
  101. #base "units/buildings/towers/water/npc_dota_water_tower2_counter_clockwise.txt"
  102. #base "units/buildings/towers/water/npc_dota_water_tower3_counter_clockwise.txt"
  103. #base "units/buildings/towers/water/npc_dota_water_tower4_counter_clockwise.txt"
  104.  
  105. // Earth Towers
  106. //=================================================================
  107. #base "units/buildings/towers/earth/npc_dota_earth_tower1_clockwise.txt"
  108. #base "units/buildings/towers/earth/npc_dota_earth_tower2_clockwise.txt"
  109. #base "units/buildings/towers/earth/npc_dota_earth_tower3_clockwise.txt"
  110. #base "units/buildings/towers/earth/npc_dota_earth_tower4_clockwise.txt"
  111. #base "units/buildings/towers/earth/npc_dota_earth_tower1_counter_clockwise.txt"
  112. #base "units/buildings/towers/earth/npc_dota_earth_tower2_counter_clockwise.txt"
  113. #base "units/buildings/towers/earth/npc_dota_earth_tower3_counter_clockwise.txt"
  114. #base "units/buildings/towers/earth/npc_dota_earth_tower4_counter_clockwise.txt"
  115.  
  116. //=====================================================================
  117. //
  118. // Barracks
  119. //
  120. //=====================================================================
  121.  
  122. // Air Barracks
  123. //=================================================================
  124. #base "units/buildings/barracks/air/npc_dota_air_melee_rax_clockwise.txt"
  125. #base "units/buildings/barracks/air/npc_dota_air_melee_rax_counter_clockwise.txt"
  126. #base "units/buildings/barracks/air/npc_dota_air_range_rax_clockwise.txt"
  127. #base "units/buildings/barracks/air/npc_dota_air_range_rax_counter_clockwise.txt"
  128.  
  129. // Fire Barracks
  130. //=================================================================
  131. #base "units/buildings/barracks/fire/npc_dota_fire_melee_rax_clockwise.txt"
  132. #base "units/buildings/barracks/fire/npc_dota_fire_melee_rax_counter_clockwise.txt"
  133. #base "units/buildings/barracks/fire/npc_dota_fire_range_rax_clockwise.txt"
  134. #base "units/buildings/barracks/fire/npc_dota_fire_range_rax_counter_clockwise.txt"
  135.  
  136. // Water Barracks
  137. //=================================================================
  138. #base "units/buildings/barracks/water/npc_dota_water_melee_rax_clockwise.txt"
  139. #base "units/buildings/barracks/water/npc_dota_water_melee_rax_counter_clockwise.txt"
  140. #base "units/buildings/barracks/water/npc_dota_water_range_rax_clockwise.txt"
  141. #base "units/buildings/barracks/water/npc_dota_water_range_rax_counter_clockwise.txt"
  142.  
  143. // Earth Barracks
  144. //=================================================================
  145. #base "units/buildings/barracks/earth/npc_dota_earth_melee_rax_clockwise.txt"
  146. #base "units/buildings/barracks/earth/npc_dota_earth_melee_rax_counter_clockwise.txt"
  147. #base "units/buildings/barracks/earth/npc_dota_earth_range_rax_clockwise.txt"
  148. #base "units/buildings/barracks/earth/npc_dota_earth_range_rax_counter_clockwise.txt"
  149.  
  150. "DOTAUnits"
  151. {
  152.  
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement