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