Advertisement
Guest User

MvM robots with Australium weapons

a guest
May 26th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. #base robot_giant.pop
  2. #base robot_standard.pop
  3.  
  4. WaveSchedule
  5. {
  6. StartingCurrency 10000
  7. RespawnWaveTime 2
  8. CanBotsAttackWhileInSpawnRoom no
  9. AddSentryBusterWhenDamageDealtExceeds 100000000
  10. AddSentryBusterWhenKillCountExceeds 1000000
  11. Advanced 1
  12.  
  13. Templates
  14. {
  15. T_Aussie_Scattergun
  16. {
  17. Class Scout
  18. Skill Expert
  19. Item "Upgradeable TF_WEAPON_SCATTERGUN"
  20. WeaponRestrictions PrimaryOnly
  21. ItemAttributes
  22. {
  23. ItemName "Upgradeable TF_WEAPON_SCATTERGUN"
  24. "item style override" "1"
  25. "is australium item" "1"
  26. }
  27. }
  28. T_Aussie_ForceANature
  29. {
  30. Class Scout
  31. Skill Expert
  32. Item "The Force-a-Nature"
  33. WeaponRestrictions PrimaryOnly
  34. ItemAttributes
  35. {
  36. ItemName "The Force-a-Nature"
  37. "item style override" "1"
  38. "is australium item" "1"
  39. }
  40. }
  41. T_Aussie_RocketLauncher
  42. {
  43. Class Soldier
  44. Skill Expert
  45. Item "Upgradeable TF_WEAPON_ROCKETLAUNCHER"
  46. WeaponRestrictions PrimaryOnly
  47. ItemAttributes
  48. {
  49. ItemName "Upgradeable TF_WEAPON_ROCKETLAUNCHER"
  50. "item style override" "1"
  51. "is australium item" "1"
  52. }
  53. }
  54. T_Aussie_BlackBox
  55. {
  56. Class Soldier
  57. Skill Expert
  58. Item "The Black Box"
  59. WeaponRestrictions PrimaryOnly
  60. ItemAttributes
  61. {
  62. ItemName "The Black Box"
  63. "item style override" "1"
  64. "is australium item" "1"
  65. }
  66. }
  67. T_Aussie_Flamethrower
  68. {
  69. Class Pyro
  70. Skill Expert
  71. Item "Upgradeable TF_WEAPON_FLAMETHROWER"
  72. WeaponRestrictions PrimaryOnly
  73. ItemAttributes
  74. {
  75. ItemName "Upgradeable TF_WEAPON_FLAMETHROWER"
  76. "item style override" "1"
  77. "is australium item" "1"
  78. }
  79. }
  80. T_Aussie_Axtinguisher
  81. {
  82. Class Pyro
  83. Skill Expert
  84. Item "The Axtinguisher"
  85. WeaponRestrictions MeleeOnly
  86. ItemAttributes
  87. {
  88. ItemName "The Axtinguisher"
  89. "item style override" "1"
  90. "is australium item" "1"
  91. }
  92. }
  93. T_Aussie_GrenadeLauncher
  94. {
  95. Class Demoman
  96. Skill Expert
  97. Item "Upgradeable TF_WEAPON_GRENADELAUNCHER"
  98. WeaponRestrictions PrimaryOnly
  99. ItemAttributes
  100. {
  101. ItemName "Upgradeable TF_WEAPON_GRENADELAUNCHER"
  102. "item style override" "1"
  103. "is australium item" "1"
  104. }
  105. }
  106. T_Aussie_StickyLauncher
  107. {
  108. Class Demoman
  109. Skill Expert
  110. Item "Upgradeable TF_WEAPON_PIPEBOMBLAUNCHER"
  111. WeaponRestrictions SecondaryOnly
  112. ItemAttributes
  113. {
  114. ItemName "Upgradeable TF_WEAPON_PIPEBOMBLAUNCHER"
  115. "item style override" "1"
  116. "is australium item" "1"
  117. }
  118. }
  119. T_Aussie_Eyelander
  120. {
  121. Class Demoman
  122. Skill Expert
  123. Item "The Eyelander"
  124. WeaponRestrictions MeleeOnly
  125. ItemAttributes
  126. {
  127. ItemName "The Eyelander"
  128. "item style override" "1"
  129. "is australium item" "1"
  130. }
  131. }
  132. T_Aussie_Minigun
  133. {
  134. Class Heavyweapons
  135. Skill Expert
  136. Item "Upgradeable TF_WEAPON_MINIGUN"
  137. WeaponRestrictions PrimaryOnly
  138. ItemAttributes
  139. {
  140. ItemName "Upgradeable TF_WEAPON_MINIGUN"
  141. "item style override" "1"
  142. "is australium item" "1"
  143. }
  144. }
  145. T_Aussie_Tomislav
  146. {
  147. Class Heavyweapons
  148. Skill Expert
  149. Item "The Tomislav"
  150. WeaponRestrictions PrimaryOnly
  151. ItemAttributes
  152. {
  153. ItemName "The Tomislav"
  154. "item style override" "1"
  155. "is australium item" "1"
  156. }
  157. }
  158. T_Aussie_FrontierJustice
  159. {
  160. Class Engineer
  161. Skill Expert
  162. Item "The Frontier Justice"
  163. WeaponRestrictions PrimaryOnly
  164. ItemAttributes
  165. {
  166. ItemName "The Frontier Justice"
  167. "item style override" "1"
  168. "is australium item" "1"
  169. }
  170. }
  171. T_Aussie_Wrench
  172. {
  173. Class Engineer
  174. Skill Expert
  175. Item "Upgradeable TF_WEAPON_WRENCH"
  176. WeaponRestrictions MeleeOnly
  177. ItemAttributes
  178. {
  179. ItemName "Upgradeable TF_WEAPON_WRENCH"
  180. "item style override" "1"
  181. "is australium item" "1"
  182. }
  183. }
  184. T_Aussie_Blutsauger
  185. {
  186. Class Medic
  187. Skill Expert
  188. Item "The Blutsauger"
  189. WeaponRestrictions PrimaryOnly
  190. ItemAttributes
  191. {
  192. ItemName "The Blutsauger"
  193. "item style override" "1"
  194. "is australium item" "1"
  195. }
  196. }
  197. T_Aussie_MediGun
  198. {
  199. Class Medic
  200. Skill Expert
  201. Item "Upgradeable TF_WEAPON_MEDIGUN"
  202. WeaponRestrictions SecondaryOnly
  203. ItemAttributes
  204. {
  205. ItemName "Upgradeable TF_WEAPON_MEDIGUN"
  206. "item style override" "1"
  207. "is australium item" "1"
  208. }
  209. }
  210. T_Aussie_SniperRifle
  211. {
  212. Class Sniper
  213. Skill Expert
  214. Item "Upgradeable TF_WEAPON_SNIPERRIFLE"
  215. WeaponRestrictions PrimaryOnly
  216. ItemAttributes
  217. {
  218. ItemName "Upgradeable TF_WEAPON_SNIPERRIFLE"
  219. "item style override" "1"
  220. "is australium item" "1"
  221. }
  222. }
  223. T_Aussie_SMG
  224. {
  225. Class Sniper
  226. Skill Expert
  227. Item "Upgradeable TF_WEAPON_SMG"
  228. WeaponRestrictions SecondaryOnly
  229. ItemAttributes
  230. {
  231. ItemName "Upgradeable TF_WEAPON_SMG"
  232. "item style override" "1"
  233. "is australium item" "1"
  234. }
  235. }
  236. T_Aussie_Ambassador
  237. {
  238. Class Spy
  239. Skill Expert
  240. Item "The Ambassador"
  241. WeaponRestrictions PrimaryOnly
  242. ItemAttributes
  243. {
  244. ItemName "The Ambassador"
  245. "item style override" "1"
  246. "is australium item" "1"
  247. }
  248. }
  249. T_Aussie_Knife
  250. {
  251. Class Spy
  252. Skill Expert
  253. Item "Upgradeable TF_WEAPON_KNIFE"
  254. WeaponRestrictions MeleeOnly
  255. ItemAttributes
  256. {
  257. ItemName "Upgradeable TF_WEAPON_KNIFE"
  258. "item style override" "1"
  259. "is australium item" "1"
  260. }
  261. }
  262. T_Aussie_GoldFryingPan
  263. {
  264. Class Spy
  265. Skill Expert
  266. Item "Gold Frying Pan"
  267. WeaponRestrictions MeleeOnly
  268. ItemAttributes
  269. {
  270. ItemName "Gold Frying Pan"
  271. }
  272. }
  273. }
  274.  
  275. Wave
  276. {
  277. StartWaveOutput
  278. {
  279. Target wave_start_relay
  280. Action Trigger
  281. }
  282. DoneOutput
  283. {
  284. Target wave_finished_relay
  285. Action trigger
  286. }
  287.  
  288. Checkpoint Yes
  289.  
  290. WaveSpawn
  291. {
  292. Where spawnbot
  293. TotalCount 20
  294. MaxActive 20
  295. SpawnCount 20
  296. WaitBeforeStarting 0
  297. WaitBetweenSpawns 0
  298. TotalCurrency 0
  299.  
  300. Squad
  301. {
  302. TFBot
  303. {
  304. Template T_Aussie_Scattergun
  305. }
  306. TFBot
  307. {
  308. Template T_Aussie_ForceANature
  309. }
  310. TFBot
  311. {
  312. Template T_Aussie_RocketLauncher
  313. }
  314. TFBot
  315. {
  316. Template T_Aussie_BlackBox
  317. }
  318. TFBot
  319. {
  320. Template T_Aussie_Flamethrower
  321. }
  322. TFBot
  323. {
  324. Template T_Aussie_Axtinguisher
  325. }
  326. TFBot
  327. {
  328. Template T_Aussie_GrenadeLauncher
  329. }
  330. TFBot
  331. {
  332. Template T_Aussie_StickyLauncher
  333. }
  334. TFBot
  335. {
  336. Template T_Aussie_Eyelander
  337. }
  338. TFBot
  339. {
  340. Template T_Aussie_Minigun
  341. }
  342. TFBot
  343. {
  344. Template T_Aussie_Tomislav
  345. }
  346. TFBot
  347. {
  348. Template T_Aussie_FrontierJustice
  349. }
  350. TFBot
  351. {
  352. Template T_Aussie_Wrench
  353. }
  354. TFBot
  355. {
  356. Template T_Aussie_Blutsauger
  357. }
  358. TFBot
  359. {
  360. Template T_Aussie_MediGun
  361. }
  362. TFBot
  363. {
  364. Template T_Aussie_SniperRifle
  365. }
  366. TFBot
  367. {
  368. Template T_Aussie_SMG
  369. }
  370. TFBot
  371. {
  372. Template T_Aussie_Ambassador
  373. }
  374. TFBot
  375. {
  376. Template T_Aussie_Knife
  377. }
  378. TFBot
  379. {
  380. Template T_Aussie_GoldFryingPan
  381. }
  382. }
  383. }
  384. }
  385. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement