/info/scripts/population/mvm_15wave_of_the_dead_2_fix.pop

https://bitbucket.org/kimoto/sushi · Unknown · 7025 lines · 6357 code · 668 blank · 0 comment · 0 complexity · 1f46112e0b13666d39112cd1559797dd MD5 · raw file

Large files are truncated click here to view the full file

  1. // mvm_SFshanghai
  2. #base robot_giant.pop
  3. #base robot_standard.pop
  4. WaveSchedule
  5. {
  6. StartingCurrency 400
  7. RespawnWaveTime 15
  8. CanBotsAttackWhileInSpawnRoom No
  9. // MISSION: Sentry Buster
  10. Mission
  11. {
  12. Objective DestroySentries
  13. Where rb_respawn
  14. CooldownTime 30
  15. TFBot
  16. {
  17. Template T_TFBot_SentryBuster
  18. }
  19. }
  20. // MISSION: Spy Sapper
  21. Mission
  22. {
  23. Objective Spy
  24. InitialCooldown 30
  25. Where rb_respawn
  26. RunForThisManyWaves 1
  27. CooldownTime 5
  28. DesiredCount 1
  29. TFBot
  30. {
  31. Class Spy
  32. Name "Spy Sapper"
  33. Skill Expert
  34. WeaponRestrictions SecondaryOnly
  35. }
  36. }
  37. // MISSION: Sniper
  38. Mission
  39. {
  40. Objective Sniper
  41. InitialCooldown 30
  42. Where rb_respawn
  43. RunForThisManyWaves 5
  44. BeginAtWave 10
  45. CooldownTime 30
  46. DesiredCount 1
  47. TFBot
  48. {
  49. Class Sniper
  50. Name "Accurately Sniper"
  51. Skill Expert
  52. WeaponRestrictions PrimaryOnly
  53. }
  54. }
  55. // MISSION: Sniper
  56. Mission
  57. {
  58. Objective Sniper
  59. InitialCooldown 30
  60. Where rb_respawn
  61. RunForThisManyWaves 5
  62. BeginAtWave 11
  63. CooldownTime 30
  64. DesiredCount 1
  65. TFBot
  66. {
  67. Class Sniper
  68. Name "Sydney Sleeper Sniper"
  69. Item "The Sydney Sleeper"
  70. Item "Master's Yellow Belt"
  71. Skill Normal
  72. WeaponRestrictions PrimaryOnly
  73. }
  74. }
  75. // WAVE 1
  76. Wave
  77. {
  78. WaitWhenDone 60
  79. Sound "Announcer.IncomingMob"
  80. Checkpoint Yes
  81. StartWaveOutput
  82. {
  83. Target bombpath_arrows_clear_relay
  84. Action Trigger
  85. }
  86. DoneOutput
  87. {
  88. Target bombpath_wavefinished
  89. Action Trigger
  90. }
  91. WaveSpawn //WAVE 01a: 48 total, 6 active, scout
  92. {
  93. Where rb_respawn
  94. TotalCount 30
  95. MaxActive 30
  96. SpawnCount 2
  97. WaitBetweenSpawns 7
  98. WaitBeforeStarting 0
  99. TotalCurrency 100
  100. TFBot
  101. {
  102. Class Scout
  103. Skill Easy
  104. WeaponRestrictions MeleeOnly
  105. CharacterAttributes
  106. {
  107. "move speed bonus" 0.3
  108. }
  109. }
  110. }
  111. WaveSpawn //WAVE 01b: 16 total, 6 active, pyro
  112. {
  113. Where rb_respawn
  114. TotalCount 10
  115. MaxActive 6
  116. SpawnCount 1
  117. WaitBetweenSpawns 6
  118. WaitBeforeStarting 0
  119. TotalCurrency 150
  120. TFBot
  121. {
  122. Class Pyro
  123. Skill Easy
  124. WeaponRestrictions MeleeOnly
  125. CharacterAttributes
  126. {
  127. "move speed bonus" 0.3
  128. }
  129. }
  130. }
  131. WaveSpawn
  132. {
  133. Where rb_respawn
  134. TotalCount 15
  135. MaxActive 6
  136. SpawnCount 1
  137. WaitBetweenSpawns 6
  138. WaitBeforeStarting 0
  139. TotalCurrency 120
  140. TFBot
  141. {
  142. Class Demoman
  143. Skill Easy
  144. WeaponRestrictions MeleeOnly
  145. CharacterAttributes
  146. {
  147. "move speed bonus" 0.3
  148. }
  149. }
  150. }
  151. WaveSpawn
  152. {
  153. Where rb_respawn
  154. TotalCount 10
  155. MaxActive 6
  156. SpawnCount 1
  157. WaitBetweenSpawns 6
  158. WaitBeforeStarting 0
  159. TotalCurrency 150
  160. TFBot
  161. {
  162. Class Soldier
  163. Skill Easy
  164. WeaponRestrictions MeleeOnly
  165. CharacterAttributes
  166. {
  167. "move speed bonus" 0.3
  168. }
  169. }
  170. }
  171. WaveSpawn
  172. {
  173. Where rb_respawn
  174. TotalCount 10
  175. MaxActive 6
  176. SpawnCount 1
  177. WaitBetweenSpawns 6
  178. WaitBeforeStarting 0
  179. TotalCurrency 200
  180. TFBot
  181. {
  182. Class Heavyweapons
  183. Skill Easy
  184. WeaponRestrictions MeleeOnly
  185. CharacterAttributes
  186. {
  187. "move speed bonus" 0.3
  188. }
  189. }
  190. }
  191. WaveSpawn
  192. {
  193. Where rb_respawn
  194. TotalCount 10
  195. MaxActive 3
  196. SpawnCount 1
  197. WaitBetweenSpawns 6
  198. WaitBeforeStarting 0
  199. TotalCurrency 150
  200. TFBot
  201. {
  202. Class Medic
  203. Skill Easy
  204. WeaponRestrictions MeleeOnly
  205. CharacterAttributes
  206. {
  207. "move speed bonus" 0.3
  208. }
  209. }
  210. }
  211. WaveSpawn
  212. {
  213. Where rb_respawn
  214. TotalCount 20
  215. MaxActive 6
  216. SpawnCount 2
  217. WaitBetweenSpawns 6
  218. WaitBeforeStarting 0
  219. TotalCurrency 100
  220. TFBot
  221. {
  222. Class Sniper
  223. Skill Easy
  224. WeaponRestrictions MeleeOnly
  225. CharacterAttributes
  226. {
  227. "move speed bonus" 0.3
  228. }
  229. }
  230. }
  231. WaveSpawn
  232. {
  233. Where rb_respawn
  234. TotalCount 5
  235. MaxActive 2
  236. SpawnCount 1
  237. WaitBetweenSpawns 6
  238. WaitBeforeStarting 0
  239. TotalCurrency 100
  240. TFBot
  241. {
  242. Class Spy
  243. Skill Easy
  244. WeaponRestrictions MeleeOnly
  245. CharacterAttributes
  246. {
  247. "move speed bonus" 0.6
  248. }
  249. }
  250. }
  251. }
  252. // WAVE 2
  253. Wave
  254. {
  255. WaitWhenDone 60
  256. Sound "Announcer.IncomingMob"
  257. Checkpoint Yes
  258. StartWaveOutput
  259. {
  260. Target bombpath_arrows_clear_relay
  261. Action Trigger
  262. }
  263. DoneOutput
  264. {
  265. Target bombpath_wavefinished
  266. Action Trigger
  267. }
  268. WaveSpawn //WAVE 01a: 48 total, 6 active, scout
  269. {
  270. Where rb_respawn
  271. TotalCount 35
  272. MaxActive 30
  273. SpawnCount 2
  274. WaitBetweenSpawns 6
  275. WaitBeforeStarting 0
  276. TotalCurrency 100
  277. RandomChoice
  278. {
  279. TFBot
  280. {
  281. Class Scout
  282. Skill Easy
  283. WeaponRestrictions MeleeOnly
  284. CharacterAttributes
  285. {
  286. "move speed bonus" 0.3
  287. }
  288. }
  289. TFBot
  290. {
  291. Class Scout
  292. Skill Easy
  293. WeaponRestrictions MeleeOnly
  294. Name "PLAY BALL!!"
  295. Item "Batter's Helmet"
  296. Item "The Sandman"
  297. CharacterAttributes
  298. {
  299. "move speed bonus" 0.3
  300. "effect bar recharge rate increased" 0.3
  301. }
  302. }
  303. }
  304. }
  305. WaveSpawn //WAVE 01b: 16 total, 6 active, pyro
  306. {
  307. Where rb_respawn
  308. TotalCount 15
  309. MaxActive 6
  310. SpawnCount 1
  311. WaitBetweenSpawns 6
  312. WaitBeforeStarting 0
  313. TotalCurrency 150
  314. Randomchoice
  315. {
  316. TFBot
  317. {
  318. Class Pyro
  319. Skill Easy
  320. WeaponRestrictions MeleeOnly
  321. CharacterAttributes
  322. {
  323. "move speed bonus" 0.3
  324. }
  325. }
  326. TFBot
  327. {
  328. Class Pyro
  329. Skill Easy
  330. Name "Cooking Pyro"
  331. WeaponRestrictions MeleeOnly
  332. Item "Sharpened Volcano Fragment"
  333. Item "Connoisseur's Cap"
  334. CharacterAttributes
  335. {
  336. "move speed bonus" 0.3
  337. }
  338. }
  339. }
  340. }
  341. WaveSpawn
  342. {
  343. Where rb_respawn
  344. TotalCount 20
  345. MaxActive 6
  346. SpawnCount 1
  347. WaitBetweenSpawns 6
  348. WaitBeforeStarting 0
  349. TotalCurrency 120
  350. Randomchoice
  351. {
  352. TFBot
  353. {
  354. Class Demoman
  355. Skill Easy
  356. WeaponRestrictions MeleeOnly
  357. CharacterAttributes
  358. {
  359. "move speed bonus" 0.3
  360. }
  361. }
  362. TFBot
  363. {
  364. Class Demoman
  365. Skill Easy
  366. Name "Boomer"
  367. WeaponRestrictions MeleeOnly
  368. Item "The Ullapool Caber"
  369. Item "Ghastly Gibus"
  370. Health 75
  371. CharacterAttributes
  372. {
  373. "move speed bonus" 0.3
  374. "damage bonus" 10.0
  375. }
  376. }
  377. }
  378. }
  379. WaveSpawn
  380. {
  381. Where rb_respawn
  382. TotalCount 15
  383. MaxActive 6
  384. SpawnCount 1
  385. WaitBetweenSpawns 6
  386. WaitBeforeStarting 0
  387. TotalCurrency 150
  388. RandomChoice
  389. {
  390. TFBot
  391. {
  392. Class Soldier
  393. Skill Easy
  394. WeaponRestrictions MeleeOnly
  395. CharacterAttributes
  396. {
  397. "move speed bonus" 0.3
  398. }
  399. }
  400. TFBot
  401. {
  402. Class Soldier
  403. Skill Easy
  404. Name "Damage Hurter"
  405. WeaponRestrictions MeleeOnly
  406. Item "The Equalizer"
  407. Health 400
  408. CharacterAttributes
  409. {
  410. "move speed bonus" 0.3
  411. }
  412. }
  413. }
  414. }
  415. WaveSpawn
  416. {
  417. Where rb_respawn
  418. TotalCount 15
  419. MaxActive 6
  420. SpawnCount 1
  421. WaitBetweenSpawns 6
  422. WaitBeforeStarting 0
  423. TotalCurrency 200
  424. RandomChoice
  425. {
  426. TFBot
  427. {
  428. Class Heavyweapons
  429. Skill Easy
  430. WeaponRestrictions MeleeOnly
  431. CharacterAttributes
  432. {
  433. "move speed bonus" 0.3
  434. }
  435. }
  436. TFBot
  437. {
  438. Class Heavyweapons
  439. Skill Easy
  440. Name "Boxer"
  441. WeaponRestrictions MeleeOnly
  442. Attributes AlwaysCrit
  443. Item "The Killing Gloves of Boxing"
  444. Item "Pugilist's Protector"
  445. CharacterAttributes
  446. {
  447. "move speed bonus" 0.3
  448. }
  449. }
  450. TFBot
  451. {
  452. Class Heavyweapons
  453. Skill Easy
  454. WeaponRestrictions MeleeOnly
  455. Name "Wrestler"
  456. Item "Gloves of Running Urgently"
  457. Item "Large Luchadore"
  458. Health 600
  459. CharacterAttributes
  460. {
  461. "move speed bonus" 0.3
  462. }
  463. }
  464. }
  465. }
  466. WaveSpawn
  467. {
  468. Where rb_respawn
  469. TotalCount 15
  470. MaxActive 3
  471. SpawnCount 1
  472. WaitBetweenSpawns 6
  473. WaitBeforeStarting 0
  474. TotalCurrency 150
  475. Randomchoice
  476. {
  477. TFBot
  478. {
  479. Class Medic
  480. Skill Easy
  481. WeaponRestrictions MeleeOnly
  482. CharacterAttributes
  483. {
  484. "move speed bonus" 0.3
  485. }
  486. }
  487. TFBot
  488. {
  489. Class Medic
  490. Skill Easy
  491. Name "Uber Medic"
  492. Attributes SpawnWithFullCharge
  493. WeaponRestrictions SecondaryOnly
  494. CharacterAttributes
  495. {
  496. "move speed bonus" 0.3
  497. }
  498. }
  499. }
  500. }
  501. WaveSpawn
  502. {
  503. Where rb_respawn
  504. TotalCount 25
  505. MaxActive 6
  506. SpawnCount 2
  507. WaitBetweenSpawns 6
  508. WaitBeforeStarting 0
  509. TotalCurrency 100
  510. Randomchoice
  511. {
  512. TFBot
  513. {
  514. Class Sniper
  515. Skill Easy
  516. WeaponRestrictions MeleeOnly
  517. CharacterAttributes
  518. {
  519. "move speed bonus" 0.3
  520. }
  521. }
  522. TFBot
  523. {
  524. Class Sniper
  525. Skill Easy
  526. Name "Poison Bleeder"
  527. WeaponRestrictions MeleeOnly
  528. Item "The Tribalman's Shiv"
  529. Item "Towering pillar of hats"
  530. CharacterAttributes
  531. {
  532. "move speed bonus" 0.3
  533. "bleeding duration" 20
  534. }
  535. }
  536. }
  537. }
  538. WaveSpawn
  539. {
  540. Where rb_respawn
  541. TotalCount 10
  542. MaxActive 2
  543. SpawnCount 1
  544. WaitBetweenSpawns 6
  545. WaitBeforeStarting 0
  546. TotalCurrency 100
  547. RandomChoice
  548. {
  549. TFBot
  550. {
  551. Class Spy
  552. Skill Easy
  553. WeaponRestrictions MeleeOnly
  554. CharacterAttributes
  555. {
  556. "move speed bonus" 0.6
  557. }
  558. }
  559. TFBot
  560. {
  561. Class Spy
  562. Skill Easy
  563. Name "Not Deadring Spy"
  564. WeaponRestrictions MeleeOnly
  565. Item "The Dead Ringer"
  566. CharacterAttributes
  567. {
  568. "move speed bonus" 0.6
  569. }
  570. }
  571. }
  572. }
  573. }
  574. // WAVE 3
  575. Wave
  576. {
  577. WaitWhenDone 60
  578. Sound "Announcer.IncomingMob"
  579. Checkpoint Yes
  580. StartWaveOutput
  581. {
  582. Target bombpath_arrows_clear_relay
  583. Action Trigger
  584. }
  585. DoneOutput
  586. {
  587. Target bombpath_wavefinished
  588. Action Trigger
  589. }
  590. WaveSpawn
  591. {
  592. Where boss_respawn
  593. TotalCount 1
  594. MaxActive 1
  595. SpawnCount 1
  596. WaitBetweenSpawns 6
  597. WaitBeforeStarting 0
  598. TotalCurrency 500
  599. TFBot
  600. {
  601. Class Heavyweapons
  602. Name "Giant Heavy"
  603. ClassIcon heavy_giant
  604. Skill Easy
  605. Health 5000
  606. Item "Warrior's Spirit"
  607. Item "Big Chief"
  608. Item "The All-Father"
  609. WeaponRestrictions MeleeOnly
  610. MaxVisionRange 1200
  611. CharacterAttributes
  612. {
  613. "move speed bonus" 0.5
  614. "damage bonus" 2.0
  615. "damage force reduction" 0.3
  616. "airblast vulnerability multiplier" 0.3
  617. "override footstep sound set" 2
  618. }
  619. }
  620. }
  621. }
  622. // WAVE 4
  623. Wave
  624. {
  625. WaitWhenDone 60
  626. Sound "Announcer.IncomingMob"
  627. Checkpoint Yes
  628. StartWaveOutput
  629. {
  630. Target bombpath_arrows_clear_relay
  631. Action Trigger
  632. }
  633. DoneOutput
  634. {
  635. Target bombpath_wavefinished
  636. Action Trigger
  637. }
  638. WaveSpawn //WAVE 01a: 48 total, 6 active, scout
  639. {
  640. Where rb_respawn
  641. TotalCount 45
  642. MaxActive 10
  643. SpawnCount 2
  644. WaitBetweenSpawns 6
  645. WaitBeforeStarting 0
  646. TotalCurrency 100
  647. RandomChoice
  648. {
  649. TFBot
  650. {
  651. Class Scout
  652. Skill Easy
  653. WeaponRestrictions MeleeOnly
  654. CharacterAttributes
  655. {
  656. "move speed bonus" 0.3
  657. }
  658. }
  659. TFBot
  660. {
  661. Class Scout
  662. Skill Easy
  663. WeaponRestrictions MeleeOnly
  664. Name "PLAY BALL!!"
  665. Item "Batter's Helmet"
  666. Item "The Sandman"
  667. CharacterAttributes
  668. {
  669. "move speed bonus" 0.3
  670. "effect bar recharge rate increased" 0.3
  671. }
  672. }
  673. TFBot
  674. {
  675. Class Scout
  676. Skill Easy
  677. Name "So Fast!"
  678. Item "Ye olde baker boy"
  679. WeaponRestrictions MeleeOnly
  680. Item "The Holy Mackerel"
  681. CharacterAttributes
  682. {
  683. "move speed bonus" 2.0
  684. }
  685. }
  686. }
  687. }
  688. WaveSpawn //WAVE 01b: 16 total, 6 active, pyro
  689. {
  690. Where rb_respawn
  691. TotalCount 25
  692. MaxActive 6
  693. SpawnCount 1
  694. WaitBetweenSpawns 6
  695. WaitBeforeStarting 0
  696. TotalCurrency 150
  697. Randomchoice
  698. {
  699. TFBot
  700. {
  701. Class Pyro
  702. Skill Easy
  703. WeaponRestrictions MeleeOnly
  704. CharacterAttributes
  705. {
  706. "move speed bonus" 0.3
  707. }
  708. }
  709. TFBot
  710. {
  711. Class Pyro
  712. Skill Easy
  713. Name "Cooking Pyro"
  714. WeaponRestrictions MeleeOnly
  715. Item "Sharpened Volcano Fragment"
  716. Item "Connoisseur's Cap"
  717. CharacterAttributes
  718. {
  719. "move speed bonus" 0.3
  720. }
  721. }
  722. TFBot
  723. {
  724. Class Pyro
  725. Skill Easy
  726. Name "I like Fire!"
  727. WeaponRestrictions MeleeOnly
  728. Item "The Axtinguisher"
  729. Item "Hottie's Hoodie"
  730. CharacterAttributes
  731. {
  732. "move speed bonus" 0.6
  733. "dmg taken from fire reduced" 0.0
  734. }
  735. }
  736. }
  737. }
  738. WaveSpawn
  739. {
  740. Where rb_respawn
  741. TotalCount 30
  742. MaxActive 6
  743. SpawnCount 1
  744. WaitBetweenSpawns 6
  745. WaitBeforeStarting 0
  746. TotalCurrency 120
  747. Randomchoice
  748. {
  749. TFBot
  750. {
  751. Class Demoman
  752. Skill Easy
  753. WeaponRestrictions MeleeOnly
  754. CharacterAttributes
  755. {
  756. "move speed bonus" 0.3
  757. }
  758. }
  759. TFBot
  760. {
  761. Class Demoman
  762. Skill Easy
  763. Name "Boomer"
  764. WeaponRestrictions MeleeOnly
  765. Item "The Ullapool Caber"
  766. Item "Ghastly Gibus"
  767. Health 75
  768. CharacterAttributes
  769. {
  770. "move speed bonus" 0.3
  771. "damage bonus" 10.0
  772. }
  773. }
  774. TFBot
  775. {
  776. Class Demoman
  777. Skill Easy
  778. Name "Sharp Sider"
  779. WeaponRestrictions MeleeOnly
  780. Item "The Scotsman's Skullcutter"
  781. Item "Rimmed Raincatcher"
  782. Health 250
  783. CharacterAttributes
  784. {
  785. "move speed bonus" 0.3
  786. }
  787. }
  788. }
  789. }
  790. WaveSpawn
  791. {
  792. Where rb_respawn
  793. TotalCount 25
  794. MaxActive 6
  795. SpawnCount 1
  796. WaitBetweenSpawns 6
  797. WaitBeforeStarting 0
  798. TotalCurrency 150
  799. RandomChoice
  800. {
  801. TFBot
  802. {
  803. Class Soldier
  804. Skill Easy
  805. WeaponRestrictions MeleeOnly
  806. CharacterAttributes
  807. {
  808. "move speed bonus" 0.3
  809. }
  810. }
  811. TFBot
  812. {
  813. Class Soldier
  814. Skill Easy
  815. Name "Damage Hurter"
  816. WeaponRestrictions MeleeOnly
  817. Item "The Equalizer"
  818. Health 400
  819. CharacterAttributes
  820. {
  821. "move speed bonus" 0.3
  822. }
  823. }
  824. TFBot
  825. {
  826. Class Soldier
  827. Skill Easy
  828. Health 600
  829. Name "Speed Hurter"
  830. WeaponRestrictions MeleeOnly
  831. Item "The Escape Plan"
  832. CharacterAttributes
  833. {
  834. "move speed bonus" 0.3
  835. }
  836. }
  837. }
  838. }
  839. WaveSpawn
  840. {
  841. Where rb_respawn
  842. TotalCount 25
  843. MaxActive 6
  844. SpawnCount 1
  845. WaitBetweenSpawns 6
  846. WaitBeforeStarting 0
  847. TotalCurrency 200
  848. RandomChoice
  849. {
  850. TFBot
  851. {
  852. Class Heavyweapons
  853. Skill Easy
  854. WeaponRestrictions MeleeOnly
  855. CharacterAttributes
  856. {
  857. "move speed bonus" 0.3
  858. }
  859. }
  860. TFBot
  861. {
  862. Class Heavyweapons
  863. Skill Easy
  864. Name "Boxer"
  865. WeaponRestrictions MeleeOnly
  866. Attributes AlwaysCrit
  867. Item "The Killing Gloves of Boxing"
  868. Item "Pugilist's Protector"
  869. CharacterAttributes
  870. {
  871. "move speed bonus" 0.3
  872. }
  873. }
  874. TFBot
  875. {
  876. Class Heavyweapons
  877. Skill Easy
  878. WeaponRestrictions MeleeOnly
  879. Name "Wrestler"
  880. Item "Gloves of Running Urgently"
  881. Item "Large Luchadore"
  882. Health 600
  883. CharacterAttributes
  884. {
  885. "move speed bonus" 0.3
  886. }
  887. }
  888. TFBot
  889. {
  890. Class Heavyweapons
  891. Skill Easy
  892. Name "Gangster"
  893. Item "Mann Co Cap"
  894. WeaponRestrictions MeleeOnly
  895. Item "The Eviction Notice"
  896. CharacterAttributes
  897. {
  898. "move speed bonus" 0.3
  899. "fire rate Bonus" 0.6
  900. }
  901. }
  902. }
  903. }
  904. WaveSpawn
  905. {
  906. Where rb_respawn
  907. TotalCount 25
  908. MaxActive 3
  909. SpawnCount 1
  910. WaitBetweenSpawns 6
  911. WaitBeforeStarting 0
  912. TotalCurrency 150
  913. Randomchoice
  914. {
  915. TFBot
  916. {
  917. Class Medic
  918. Skill Easy
  919. WeaponRestrictions MeleeOnly
  920. CharacterAttributes
  921. {
  922. "move speed bonus" 0.3
  923. }
  924. }
  925. TFBot
  926. {
  927. Class Medic
  928. Skill Easy
  929. Name "Uber Medic"
  930. Attributes SpawnWithFullCharge
  931. WeaponRestrictions SecondaryOnly
  932. CharacterAttributes
  933. {
  934. "move speed bonus" 0.3
  935. }
  936. }
  937. TFBot
  938. {
  939. Class Medic
  940. Skill Easy
  941. Name "Critical Medic"
  942. Attributes SpawnWithFullCharge
  943. Item "The Kritzkrieg"
  944. WeaponRestrictions SecondaryOnly
  945. CharacterAttributes
  946. {
  947. "move speed bonus" 0.3
  948. }
  949. }
  950. }
  951. }
  952. WaveSpawn
  953. {
  954. Where rb_respawn
  955. TotalCount 35
  956. MaxActive 6
  957. SpawnCount 2
  958. WaitBetweenSpawns 6
  959. WaitBeforeStarting 0
  960. TotalCurrency 100
  961. Randomchoice
  962. {
  963. TFBot
  964. {
  965. Class Sniper
  966. Skill Easy
  967. WeaponRestrictions MeleeOnly
  968. CharacterAttributes
  969. {
  970. "move speed bonus" 0.3
  971. }
  972. }
  973. TFBot
  974. {
  975. Class Sniper
  976. Skill Easy
  977. Name "Poison Bleeder"
  978. WeaponRestrictions MeleeOnly
  979. Item "The Tribalman's Shiv"
  980. Item "Towering pillar of hats"
  981. CharacterAttributes
  982. {
  983. "move speed bonus" 0.3
  984. "bleeding duration" 20
  985. }
  986. }
  987. TFBot
  988. {
  989. Class Sniper
  990. Skill Easy
  991. Name "Piss Thrower"
  992. WeaponRestrictions SecondaryOnly
  993. Item "Jarate"
  994. Item "Trophy belt"
  995. CharacterAttributes
  996. {
  997. "move speed bonus" 0.3
  998. "effect bar recharge rate increased" 0.1
  999. }
  1000. }
  1001. }
  1002. }
  1003. WaveSpawn
  1004. {
  1005. Where rb_respawn
  1006. TotalCount 15
  1007. MaxActive 2
  1008. SpawnCount 1
  1009. WaitBetweenSpawns 6
  1010. WaitBeforeStarting 0
  1011. TotalCurrency 100
  1012. RandomChoice
  1013. {
  1014. TFBot
  1015. {
  1016. Class Spy
  1017. Skill Easy
  1018. WeaponRestrictions MeleeOnly
  1019. CharacterAttributes
  1020. {
  1021. "move speed bonus" 0.6
  1022. }
  1023. }
  1024. TFBot
  1025. {
  1026. Class Spy
  1027. Skill Easy
  1028. Name "Not Deadring Spy"
  1029. WeaponRestrictions MeleeOnly
  1030. Item "The Dead Ringer"
  1031. CharacterAttributes
  1032. {
  1033. "move speed bonus" 0.6
  1034. }
  1035. }
  1036. TFBot
  1037. {
  1038. Class Spy
  1039. Skill Easy
  1040. Name "Ninja Spy"
  1041. WeaponRestrictions MeleeOnly
  1042. Item "Spy Oni Mask"
  1043. Item "Conniver's Kunai"
  1044. CharacterAttributes
  1045. {
  1046. "move speed bonus" 2.0
  1047. }
  1048. }
  1049. }
  1050. }
  1051. }
  1052. // WAVE 5
  1053. Wave
  1054. {
  1055. WaitWhenDone 60
  1056. Sound "Announcer.IncomingMob"
  1057. Checkpoint Yes
  1058. StartWaveOutput
  1059. {
  1060. Target bombpath_arrows_clear_relay
  1061. Action Trigger
  1062. }
  1063. DoneOutput
  1064. {
  1065. Target bombpath_wavefinished
  1066. Action Trigger
  1067. }
  1068. WaveSpawn
  1069. {
  1070. Where boss_respawn
  1071. TotalCount 1
  1072. MaxActive 1
  1073. SpawnCount 1
  1074. WaitBetweenSpawns 6
  1075. WaitBeforeStarting 0
  1076. TotalCurrency 1000
  1077. TFBot
  1078. {
  1079. Class Scout
  1080. Name "Giant Heavy"
  1081. Skill Easy
  1082. Health 3000
  1083. WeaponRestrictions MeleeOnly
  1084. MaxVisionRange 1200
  1085. Item "The Atomizer"
  1086. Item "Bonk Boy"
  1087. CharacterAttributes
  1088. {
  1089. "move speed bonus" 2.0
  1090. "damage force reduction" 0.3
  1091. "airblast vulnerability multiplier" 0.3
  1092. "override footstep sound set" 2
  1093. }
  1094. }
  1095. }
  1096. }
  1097. // WAVE 6
  1098. Wave
  1099. {
  1100. WaitWhenDone 60
  1101. Sound "Announcer.IncomingMob"
  1102. Checkpoint Yes
  1103. StartWaveOutput
  1104. {
  1105. Target bombpath_arrows_clear_relay
  1106. Action Trigger
  1107. }
  1108. DoneOutput
  1109. {
  1110. Target bombpath_wavefinished
  1111. Action Trigger
  1112. }
  1113. WaveSpawn //WAVE 01a: 48 total, 6 active, scout
  1114. {
  1115. Where rb_respawn
  1116. TotalCount 55
  1117. MaxActive 10
  1118. SpawnCount 2
  1119. WaitBetweenSpawns 6
  1120. WaitBeforeStarting 0
  1121. TotalCurrency 200
  1122. RandomChoice
  1123. {
  1124. TFBot
  1125. {
  1126. Class Scout
  1127. Skill Easy
  1128. WeaponRestrictions MeleeOnly
  1129. CharacterAttributes
  1130. {
  1131. "move speed bonus" 0.3
  1132. }
  1133. }
  1134. TFBot
  1135. {
  1136. Class Scout
  1137. Skill Easy
  1138. WeaponRestrictions MeleeOnly
  1139. Name "PLAY BALL!!"
  1140. Item "Batter's Helmet"
  1141. Item "The Sandman"
  1142. CharacterAttributes
  1143. {
  1144. "move speed bonus" 0.3
  1145. "effect bar recharge rate increased" 0.3
  1146. }
  1147. }
  1148. TFBot
  1149. {
  1150. Class Scout
  1151. Skill Easy
  1152. Name "So Fast!"
  1153. Item "Ye olde baker boy"
  1154. WeaponRestrictions MeleeOnly
  1155. Item "The Holy Mackerel"
  1156. CharacterAttributes
  1157. {
  1158. "move speed bonus" 2.0
  1159. }
  1160. }
  1161. TFBot
  1162. {
  1163. Class Scout
  1164. Skill Easy
  1165. Name "Elf (Can you see?)"
  1166. Scale 0.08
  1167. WeaponRestrictions MeleeOnly
  1168. Item "The Big Elfin Deal"
  1169. Item "The Bootie Time"
  1170. Item "The Wrap Assassin"
  1171. CharacterAttributes
  1172. {
  1173. "move speed bonus" 0.3
  1174. "effect bar recharge rate increased" 0.3
  1175. }
  1176. }
  1177. }
  1178. }
  1179. WaveSpawn //WAVE 01b: 16 total, 6 active, pyro
  1180. {
  1181. Where rb_respawn
  1182. TotalCount 35
  1183. MaxActive 6
  1184. SpawnCount 1
  1185. WaitBetweenSpawns 6
  1186. WaitBeforeStarting 0
  1187. TotalCurrency 150
  1188. Randomchoice
  1189. {
  1190. TFBot
  1191. {
  1192. Class Pyro
  1193. Skill Easy
  1194. WeaponRestrictions MeleeOnly
  1195. CharacterAttributes
  1196. {
  1197. "move speed bonus" 0.3
  1198. }
  1199. }
  1200. TFBot
  1201. {
  1202. Class Pyro
  1203. Skill Easy
  1204. Name "Cooking Pyro"
  1205. WeaponRestrictions MeleeOnly
  1206. Item "Sharpened Volcano Fragment"
  1207. Item "Connoisseur's Cap"
  1208. CharacterAttributes
  1209. {
  1210. "move speed bonus" 0.3
  1211. }
  1212. }
  1213. TFBot
  1214. {
  1215. Class Pyro
  1216. Skill Easy
  1217. Name "I like Fire!"
  1218. WeaponRestrictions MeleeOnly
  1219. Item "The Axtinguisher"
  1220. Item "Hottie's Hoodie"
  1221. CharacterAttributes
  1222. {
  1223. "move speed bonus" 0.6
  1224. "dmg taken from fire reduced" 0.0
  1225. }
  1226. }
  1227. TFBot
  1228. {
  1229. Class Pyro
  1230. Skill Easy
  1231. Name "Sentry Hitter"
  1232. WeaponRestrictions MeleeOnly
  1233. Item "The Homewrecker"
  1234. Item "Respectless rubber glove"
  1235. CharacterAttributes
  1236. {
  1237. "move speed bonus" 0.3
  1238. "dmg from sentry reduced" 0.0
  1239. }
  1240. }
  1241. }
  1242. }
  1243. WaveSpawn
  1244. {
  1245. Where rb_respawn
  1246. TotalCount 40
  1247. MaxActive 6
  1248. SpawnCount 1
  1249. WaitBetweenSpawns 6
  1250. WaitBeforeStarting 0
  1251. TotalCurrency 120
  1252. Randomchoice
  1253. {
  1254. TFBot
  1255. {
  1256. Class Demoman
  1257. Skill Easy
  1258. WeaponRestrictions MeleeOnly
  1259. CharacterAttributes
  1260. {
  1261. "move speed bonus" 0.3
  1262. }
  1263. }
  1264. TFBot
  1265. {
  1266. Class Demoman
  1267. Skill Easy
  1268. Name "Boomer"
  1269. WeaponRestrictions MeleeOnly
  1270. Item "The Ullapool Caber"
  1271. Item "Ghastly Gibus"
  1272. Health 75
  1273. CharacterAttributes
  1274. {
  1275. "move speed bonus" 0.3
  1276. "damage bonus" 10.0
  1277. }
  1278. }
  1279. TFBot
  1280. {
  1281. Class Demoman
  1282. Skill Easy
  1283. Name "Sharp Sider"
  1284. WeaponRestrictions MeleeOnly
  1285. Item "The Scotsman's Skullcutter"
  1286. Item "Rimmed Raincatcher"
  1287. Health 250
  1288. CharacterAttributes
  1289. {
  1290. "move speed bonus" 0.3
  1291. }
  1292. }
  1293. TFBot
  1294. {
  1295. Class Demoman
  1296. Skill Easy
  1297. Health 300
  1298. Name "This is DEMOKNIGHT!"
  1299. WeaponRestrictions MeleeOnly
  1300. Item "The Eyelander"
  1301. Item "The Chargin' Targe"
  1302. Item "The Bolgan"
  1303. CharacterAttributes
  1304. {
  1305. "charge recharge rate increased" 3.0
  1306. }
  1307. }
  1308. }
  1309. }
  1310. WaveSpawn
  1311. {
  1312. Where rb_respawn
  1313. TotalCount 35
  1314. MaxActive 6
  1315. SpawnCount 1
  1316. WaitBetweenSpawns 6
  1317. WaitBeforeStarting 0
  1318. TotalCurrency 150
  1319. RandomChoice
  1320. {
  1321. TFBot
  1322. {
  1323. Class Soldier
  1324. Skill Easy
  1325. WeaponRestrictions MeleeOnly
  1326. CharacterAttributes
  1327. {
  1328. "move speed bonus" 0.3
  1329. }
  1330. }
  1331. TFBot
  1332. {
  1333. Class Soldier
  1334. Skill Easy
  1335. Name "Damage Hurter"
  1336. WeaponRestrictions MeleeOnly
  1337. Item "The Equalizer"
  1338. Health 400
  1339. CharacterAttributes
  1340. {
  1341. "move speed bonus" 0.3
  1342. }
  1343. }
  1344. TFBot
  1345. {
  1346. Class Soldier
  1347. Skill Easy
  1348. Health 600
  1349. Name "Speed Hurter"
  1350. WeaponRestrictions MeleeOnly
  1351. Item "The Escape Plan"
  1352. CharacterAttributes
  1353. {
  1354. "move speed bonus" 0.3
  1355. }
  1356. }
  1357. TFBot
  1358. {
  1359. Class Soldier
  1360. Skill Easy
  1361. Name "Samurai Soldier"
  1362. WeaponRestrictions MeleeOnly
  1363. Item "The Half-Zatoichi"
  1364. Item "The Concheror"
  1365. Item "Furious Fukaamigasa"
  1366. Attributes SpawnWithFullCharge
  1367. CharacterAttributes
  1368. {
  1369. "move speed bonus" 0.3
  1370. }
  1371. }
  1372. }
  1373. }
  1374. WaveSpawn
  1375. {
  1376. Where rb_respawn
  1377. TotalCount 35
  1378. MaxActive 6
  1379. SpawnCount 1
  1380. WaitBetweenSpawns 6
  1381. WaitBeforeStarting 0
  1382. TotalCurrency 200
  1383. RandomChoice
  1384. {
  1385. TFBot
  1386. {
  1387. Class Heavyweapons
  1388. Skill Easy
  1389. WeaponRestrictions MeleeOnly
  1390. CharacterAttributes
  1391. {
  1392. "move speed bonus" 0.3
  1393. }
  1394. }
  1395. TFBot
  1396. {
  1397. Class Heavyweapons
  1398. Skill Easy
  1399. Name "Boxer"
  1400. WeaponRestrictions MeleeOnly
  1401. Attributes AlwaysCrit
  1402. Item "The Killing Gloves of Boxing"
  1403. Item "Pugilist's Protector"
  1404. CharacterAttributes
  1405. {
  1406. "move speed bonus" 0.3
  1407. }
  1408. }
  1409. TFBot
  1410. {
  1411. Class Heavyweapons
  1412. Skill Easy
  1413. WeaponRestrictions MeleeOnly
  1414. Name "Wrestler"
  1415. Item "Gloves of Running Urgently"
  1416. Item "Large Luchadore"
  1417. Health 600
  1418. CharacterAttributes
  1419. {
  1420. "move speed bonus" 0.3
  1421. }
  1422. }
  1423. TFBot
  1424. {
  1425. Class Heavyweapons
  1426. Skill Easy
  1427. Name "Gangster"
  1428. Item "Mann Co Cap"
  1429. WeaponRestrictions MeleeOnly
  1430. Item "The Eviction Notice"
  1431. CharacterAttributes
  1432. {
  1433. "move speed bonus" 0.3
  1434. "fire rate Bonus" 0.6
  1435. }
  1436. }
  1437. TFBot
  1438. {
  1439. Class Heavyweapons
  1440. Skill Easy
  1441. Name "Iron Heavy"
  1442. Health 800
  1443. Scale 1.5
  1444. WeaponRestrictions MeleeOnly
  1445. Item "Fists of Steel"
  1446. CharacterAttributes
  1447. {
  1448. "move speed bonus" 0.3
  1449. }
  1450. }
  1451. }
  1452. }
  1453. WaveSpawn
  1454. {
  1455. Where rb_respawn
  1456. TotalCount 25
  1457. MaxActive 3
  1458. SpawnCount 1
  1459. WaitBetweenSpawns 6
  1460. WaitBeforeStarting 0
  1461. TotalCurrency 150
  1462. Randomchoice
  1463. {
  1464. TFBot
  1465. {
  1466. Class Medic
  1467. Skill Easy
  1468. WeaponRestrictions MeleeOnly
  1469. CharacterAttributes
  1470. {
  1471. "move speed bonus" 0.3
  1472. }
  1473. }
  1474. TFBot
  1475. {
  1476. Class Medic
  1477. Skill Easy
  1478. Name "Uber Medic"
  1479. Attributes SpawnWithFullCharge
  1480. WeaponRestrictions SecondaryOnly
  1481. CharacterAttributes
  1482. {
  1483. "move speed bonus" 0.3
  1484. }
  1485. }
  1486. TFBot
  1487. {
  1488. Class Medic
  1489. Skill Easy
  1490. Name "Critical Medic"
  1491. Attributes SpawnWithFullCharge
  1492. Item "The Kritzkrieg"
  1493. WeaponRestrictions SecondaryOnly
  1494. CharacterAttributes
  1495. {
  1496. "move speed bonus" 0.3
  1497. }
  1498. }
  1499. TFBot
  1500. {
  1501. Class Medic
  1502. Skill Expert
  1503. Name "Healer Medic"
  1504. Item "The Quick-Fix"
  1505. WeaponRestrictions SecondaryOnly
  1506. CharacterAttributes
  1507. {
  1508. "move speed bonus" 0.3
  1509. }
  1510. }
  1511. }
  1512. }
  1513. WaveSpawn
  1514. {
  1515. Where rb_respawn
  1516. TotalCount 45
  1517. MaxActive 6
  1518. SpawnCount 2
  1519. WaitBetweenSpawns 6
  1520. WaitBeforeStarting 0
  1521. TotalCurrency 100
  1522. Randomchoice
  1523. {
  1524. TFBot
  1525. {
  1526. Class Sniper
  1527. Skill Easy
  1528. WeaponRestrictions MeleeOnly
  1529. CharacterAttributes
  1530. {
  1531. "move speed bonus" 0.3
  1532. }
  1533. }
  1534. TFBot
  1535. {
  1536. Class Sniper
  1537. Skill Easy
  1538. Name "Poison Bleeder"
  1539. WeaponRestrictions MeleeOnly
  1540. Item "The Tribalman's Shiv"
  1541. Item "Towering pillar of hats"
  1542. CharacterAttributes
  1543. {
  1544. "move speed bonus" 0.3
  1545. "bleeding duration" 20
  1546. }
  1547. }
  1548. TFBot
  1549. {
  1550. Class Sniper
  1551. Skill Easy
  1552. Name "Piss Thrower"
  1553. WeaponRestrictions SecondaryOnly
  1554. Item "Jarate"
  1555. Item "Trophy belt"
  1556. CharacterAttributes
  1557. {
  1558. "move speed bonus" 0.3
  1559. "effect bar recharge rate increased" 0.1
  1560. }
  1561. }
  1562. TFBot
  1563. {
  1564. Class Sniper
  1565. Skill Easy
  1566. Name "India Sniper"
  1567. WeaponRestrictions MeleeOnly
  1568. Item "The Shahanshah"
  1569. Item "Desert Marauder"
  1570. Health 200
  1571. CharacterAttributes
  1572. {
  1573. "move speed bonus" 0.3
  1574. }
  1575. }
  1576. }
  1577. }
  1578. WaveSpawn
  1579. {
  1580. Where rb_respawn
  1581. TotalCount 20
  1582. MaxActive 2
  1583. SpawnCount 1
  1584. WaitBetweenSpawns 6
  1585. WaitBeforeStarting 0
  1586. TotalCurrency 100
  1587. RandomChoice
  1588. {
  1589. TFBot
  1590. {
  1591. Class Spy
  1592. Skill Easy
  1593. WeaponRestrictions MeleeOnly
  1594. CharacterAttributes
  1595. {
  1596. "move speed bonus" 0.6
  1597. }
  1598. }
  1599. TFBot
  1600. {
  1601. Class Spy
  1602. Skill Easy
  1603. Name "Not Deadring Spy"
  1604. WeaponRestrictions MeleeOnly
  1605. Item "The Dead Ringer"
  1606. CharacterAttributes
  1607. {
  1608. "move speed bonus" 0.6
  1609. }
  1610. }
  1611. TFBot
  1612. {
  1613. Class Spy
  1614. Skill Easy
  1615. Name "Ninja Spy"
  1616. WeaponRestrictions MeleeOnly
  1617. Item "Spy Oni Mask"
  1618. Item "Conniver's Kunai"
  1619. CharacterAttributes
  1620. {
  1621. "move speed bonus" 2.0
  1622. }
  1623. }
  1624. TFBot
  1625. {
  1626. Class Spy
  1627. Skill Easy
  1628. Name "Sahara Spy"
  1629. WeaponRestrictions MeleeOnly
  1630. Item "The Familiar Fez"
  1631. Item "Your Eternal Reward"
  1632. Health 200
  1633. CharacterAttributes
  1634. {
  1635. "move speed bonus" 0.6
  1636. }
  1637. }
  1638. }
  1639. }
  1640. }
  1641. // WAVE 7
  1642. Wave
  1643. {
  1644. WaitWhenDone 60
  1645. Sound "Announcer.IncomingMob"
  1646. Checkpoint Yes
  1647. StartWaveOutput
  1648. {
  1649. Target bombpath_arrows_clear_relay
  1650. Action Trigger
  1651. }
  1652. DoneOutput
  1653. {
  1654. Target bombpath_wavefinished
  1655. Action Trigger
  1656. }
  1657. WaveSpawn //WAVE 01a: 48 total, 6 active, scout
  1658. {
  1659. Where rb_respawn
  1660. TotalCount 70
  1661. MaxActive 10
  1662. SpawnCount 2
  1663. WaitBetweenSpawns 6
  1664. WaitBeforeStarting 0
  1665. TotalCurrency 100
  1666. RandomChoice
  1667. {
  1668. TFBot
  1669. {
  1670. Class Scout
  1671. Skill Easy
  1672. WeaponRestrictions MeleeOnly
  1673. CharacterAttributes
  1674. {
  1675. "move speed bonus" 0.3
  1676. }
  1677. }
  1678. TFBot
  1679. {
  1680. Class Scout
  1681. Skill Easy
  1682. WeaponRestrictions MeleeOnly
  1683. Name "PLAY BALL!!"
  1684. Item "Batter's Helmet"
  1685. Item "The Sandman"
  1686. CharacterAttributes
  1687. {
  1688. "move speed bonus" 0.3
  1689. "effect bar recharge rate increased" 0.3
  1690. }
  1691. }
  1692. TFBot
  1693. {
  1694. Class Scout
  1695. Skill Easy
  1696. Name "So Fast!"
  1697. Item "Ye olde baker boy"
  1698. WeaponRestrictions MeleeOnly
  1699. Item "The Holy Mackerel"
  1700. CharacterAttributes
  1701. {
  1702. "move speed bonus" 2.0
  1703. }
  1704. }
  1705. TFBot
  1706. {
  1707. Class Scout
  1708. Skill Easy
  1709. Scale 0.08
  1710. Name "Elf (Can you see?)"
  1711. WeaponRestrictions MeleeOnly
  1712. Item "The Big Elfin Deal"
  1713. Item "The Bootie Time"
  1714. Item "The Wrap Assassin"
  1715. CharacterAttributes
  1716. {
  1717. "move speed bonus" 0.3
  1718. "effect bar recharge rate increased" 0.3
  1719. }
  1720. }
  1721. TFBot
  1722. {
  1723. Class Scout
  1724. Skill Easy
  1725. Name "Milkman"
  1726. WeaponRestrictions SecondaryOnly
  1727. Item "Mad Milk"
  1728. Item "The Milkman"
  1729. CharacterAttributes
  1730. {
  1731. "move speed bonus" 0.3
  1732. "effect bar recharge rate increased" 0.1
  1733. }
  1734. }
  1735. TFBot
  1736. {
  1737. Class Scout
  1738. Skill Easy
  1739. Name "Fan of The Crit"
  1740. WeaponRestrictions MeleeOnly
  1741. Item "The Fan O'War"
  1742. Item "Hero's Tail"
  1743. CharacterAttributes
  1744. {
  1745. "move speed bonus" 0.3
  1746. }
  1747. }
  1748. }
  1749. }
  1750. WaveSpawn //WAVE 01b: 16 total, 6 active, pyro
  1751. {
  1752. Where rb_respawn
  1753. TotalCount 45
  1754. MaxActive 6
  1755. SpawnCount 1
  1756. WaitBetweenSpawns 6
  1757. WaitBeforeStarting 0
  1758. TotalCurrency 150
  1759. Randomchoice
  1760. {
  1761. TFBot
  1762. {
  1763. Class Pyro
  1764. Skill Easy
  1765. WeaponRestrictions MeleeOnly
  1766. CharacterAttributes
  1767. {
  1768. "move speed bonus" 0.3
  1769. }
  1770. }
  1771. TFBot
  1772. {
  1773. Class Pyro
  1774. Skill Easy
  1775. Name "Cooking Pyro"
  1776. WeaponRestrictions MeleeOnly
  1777. Item "Sharpened Volcano Fragment"
  1778. Item "Connoisseur's Cap"
  1779. CharacterAttributes
  1780. {
  1781. "move speed bonus" 0.3
  1782. }
  1783. }
  1784. TFBot
  1785. {
  1786. Class Pyro
  1787. Skill Easy
  1788. Name "I like Fire!"
  1789. WeaponRestrictions MeleeOnly
  1790. Item "The Axtinguisher"
  1791. Item "Hottie's Hoodie"
  1792. CharacterAttributes
  1793. {
  1794. "move speed bonus" 0.6
  1795. "dmg taken from fire reduced" 0.0
  1796. }
  1797. }
  1798. TFBot
  1799. {
  1800. Class Pyro
  1801. Skill Easy
  1802. Name "Sentry Hitter"
  1803. WeaponRestrictions MeleeOnly
  1804. Item "The Homewrecker"
  1805. Item "Respectless rubber glove"
  1806. CharacterAttributes
  1807. {
  1808. "move speed bonus" 0.3
  1809. "dmg from sentry reduced" 0.0
  1810. }
  1811. }
  1812. TFBot
  1813. {
  1814. Class Pyro
  1815. Skill Easy
  1816. Name "Electro Pyro"
  1817. WeaponRestrictions MeleeOnly
  1818. Item "The Neon Annihilator"
  1819. Item "The Human Cannonball"
  1820. CharacterAttributes
  1821. {
  1822. "move speed bonus" 0.3
  1823. }
  1824. }
  1825. }
  1826. }
  1827. WaveSpawn
  1828. {
  1829. Where rb_respawn
  1830. TotalCount 40
  1831. MaxActive 6
  1832. SpawnCount 1
  1833. WaitBetweenSpawns 6
  1834. WaitBeforeStarting 0
  1835. TotalCurrency 120
  1836. Randomchoice
  1837. {
  1838. TFBot
  1839. {
  1840. Class Demoman
  1841. Skill Easy
  1842. WeaponRestrictions MeleeOnly
  1843. CharacterAttributes
  1844. {
  1845. "move speed bonus" 0.3
  1846. }
  1847. }
  1848. TFBot
  1849. {
  1850. Class Demoman
  1851. Skill Easy
  1852. Name "Boomer"
  1853. WeaponRestrictions MeleeOnly
  1854. Item "The Ullapool Caber"
  1855. Item "Ghastly Gibus"
  1856. Health 75
  1857. CharacterAttributes
  1858. {
  1859. "move speed bonus" 0.3
  1860. "damage bonus" 10.0
  1861. }
  1862. }
  1863. TFBot
  1864. {
  1865. Class Demoman
  1866. Skill Easy
  1867. Name "Sharp Sider"
  1868. WeaponRestrictions MeleeOnly
  1869. Item "The Scotsman's Skullcutter"
  1870. Item "Rimmed Raincatcher"
  1871. Health 250
  1872. CharacterAttributes
  1873. {
  1874. "move speed bonus" 0.3
  1875. }
  1876. }
  1877. TFBot
  1878. {
  1879. Class Demoman
  1880. Skill Easy
  1881. Health 300
  1882. Name "This is DEMOKNIGHT!"
  1883. WeaponRestrictions MeleeOnly
  1884. Item "The Eyelander"
  1885. Item "The Chargin' Targe"
  1886. Item "The Bolgan"
  1887. CharacterAttributes
  1888. {
  1889. "charge recharge rate increased" 3.0
  1890. }
  1891. }
  1892. TFBot
  1893. {
  1894. Class Demoman
  1895. Skill Easy
  1896. Name "Alademo"
  1897. Health 300
  1898. WeaponRestrictions MeleeOnly
  1899. Item "The Persian Persuader"
  1900. Item "The Splendid Screen"
  1901. Item "Ali Baba's Wee Booties"
  1902. Item "Sultan's Ceremonial"
  1903. Item "Aladdin's Private Reserve"
  1904. Item "The Liquor Locker"
  1905. CharacterAttributes
  1906. {
  1907. "move speed bonus" 0.3
  1908. "charge recharge rate increased" 3.0
  1909. "dmg taken from crit increased" 10.0
  1910. }
  1911. }
  1912. }
  1913. }
  1914. WaveSpawn
  1915. {
  1916. Where rb_respawn
  1917. TotalCount 35
  1918. MaxActive 6
  1919. SpawnCount 1
  1920. WaitBetweenSpawns 6
  1921. WaitBeforeStarting 0
  1922. TotalCurrency 150
  1923. RandomChoice
  1924. {
  1925. TFBot
  1926. {
  1927. Class Soldier
  1928. Skill Easy
  1929. WeaponRestrictions MeleeOnly
  1930. CharacterAttributes
  1931. {
  1932. "move speed bonus" 0.3
  1933. }
  1934. }
  1935. TFBot
  1936. {
  1937. Class Soldier
  1938. Skill Easy
  1939. Name "Minicrit Soldier"
  1940. WeaponRestrictions MeleeOnly
  1941. Item "The Equalizer"
  1942. Item "The Buff Banner"
  1943. Item "Soldier's Stash"
  1944. Attributes SpawnWithFullCharge
  1945. CharacterAttributes
  1946. {
  1947. "move speed bonus" 0.3
  1948. "increase buff duration" 5.0
  1949. }
  1950. }
  1951. TFBot
  1952. {
  1953. Class Soldier
  1954. Skill Easy
  1955. Name "Resistant Solider"
  1956. WeaponRestrictions MeleeOnly
  1957. Item "The Escape Plan"
  1958. Item "The Battalion's Backup"
  1959. Item "The Grenadier's Softcap"
  1960. Attributes SpawnWithFullCharge
  1961. CharacterAttributes
  1962. {
  1963. "move speed bonus" 0.3
  1964. "increase buff duration" 5.0
  1965. }
  1966. }
  1967. TFBot
  1968. {
  1969. Class Soldier
  1970. Skill Easy
  1971. Name "Samurai Soldier"
  1972. WeaponRestrictions MeleeOnly
  1973. Item "The Half-Zatoichi"
  1974. Item "The Concheror"
  1975. Item "Furious Fukaamigasa"
  1976. Attributes SpawnWithFullCharge