#base robot_standard.pop #base robot_giant.pop WaveSchedule { StartingCurrency 600 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no Mission { Objective Sniper Where spawnbot_mission_sniper BeginAtWave 4 RunForThisManyWaves 2 CooldownTime 60 InitialCooldown 45 DesiredCount 3 TFBot { Template T_TFBot_Sniper } } Mission { Objective Spy Where spawnbot_mission_spy BeginAtWave 2 RunForThisManyWaves 2 CooldownTime 50 InitialCooldown 90 DesiredCount 2 TFBot { Template T_TFBot_Spy } } Mission { Objective DestroySentries Where spawnbot_mission_sentrybuster BeginAtWave 1 RunForThisManyWaves 6 CooldownTime 40 DesiredCount 1 TFBot { Template T_TFBot_SentryBuster } } Wave //should be 1000 credits total { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name HealyBois Where spawnbot TotalCount 12 MaxActive 6 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 4 TotalCurrency 150 TFBot { ClassIcon scout Name "Pocket Pistol Scout" Class Scout Skill Easy WeaponRestrictions SecondaryOnly ItemAttributes { ItemName "Pretty Boy's Pocket Pistol" "fire rate penalty" 1.70 "damage penalty" 0.40 } Item "Pretty Boy's Pocket Pistol" } } WaveSpawn { Name RocketBois Where spawnbot_left TotalCount 24 MaxActive 8 SpawnCount 4 WaitBeforeStarting 12 WaitBetweenSpawns 8 TotalCurrency 250 TFBot { ClassIcon soldier Class Soldier Skill Easy WeaponRestrictions PrimaryOnly Item "The Liberty Launcher" } } WaveSpawn { Name FistsOfSteel WaitForAllSpawned HealyBois Where spawnbot_right TotalCount 12 MaxActive 6 SpawnCount 2 WaitBeforeStarting 2 WaitBetweenSpawns 8 TotalCurrency 100 TFBot { Template T_TFBot_Heavyweapons_Fist } } WaveSpawn { Name GiantHeavy WaitForAllSpawned RocketBois Where spawnbot_right TotalCount 2 MaxActive 2 SpawnCount 2 WaitBeforeStarting 10 WaitBetweenSpawns 0 TotalCurrency 200 TFBot { Template T_TFBot_Giant_Heavyweapons } } WaveSpawn { Name FlameSpammer WaitForAllSpawned GiantHeavy Where spawnbot_left TotalCount 4 MaxActive 4 SpawnCount 2 WaitBeforeStarting 10 WaitBetweenSpawns 10 TotalCurrency 100 TFBot { Template T_TFBot_Giant_Pyro } } WaveSpawn { Name ScootyBats WaitForAllSpawned GiantHeavy Where spawnbot_any TotalCount 36 MaxActive 12 SpawnCount 6 WaitBeforeStarting 15 WaitBetweenSpawns 8 TotalCurrency 200 TFBot { Template T_TFBot_Scout_Melee } } } }