#base robot_standard.pop #base robot_giant.pop #base robot_mastercat.pop #base robot_mastercat_expanded_pack#1.pop //CREDITS // WaveSchedule { StartingCurrency 6666 CanBotsAttackWhileInSpawnRoom No RespawnWaveTime 2 FixedRespawnWaveTime No SentryBusterFriendlyFire 1 RobotLimit 25 MaxSpectators 2 //Mission - sentry buster Mission { Objective DestroySentries Where spawnbot BeginAtWave 1 RunForThisManyWaves 1 CooldownTime 70 InitialCooldown 37 DesiredCount 1 TFBot { Template T_TFBot_SentryBuster } } Mission // Mission spy - wave 1 { Objective Spy Where spawnbot BeginAtWave 1 RunForThisManyWaves 1 InitialCooldown 10 CooldownTime 80 DesiredCount 2 TFBot { Class Spy Skill Expert } } Mission // Mission sniper - wave 1 { Objective Sniper Where spawnbot BeginAtWave 1 RunForThisManyWaves 1 InitialCooldown 6 CooldownTime 100 DesiredCount 3 TFBot { Class Sniper Skill Expert } } Mission // Mission engineer - wave 1 { Objective Engineer Where spawnbot BeginAtWave 1 RunForThisManyWaves 1 InitialCooldown 55 CooldownTime 55 DesiredCount 2 TFBot { Template T_TFBot_Engineer } } //Wave 69 Wave { StartWaveOutput { Target wave_start_relay_im_3bomb Action Trigger } InitWaveOutput { Target bombpath_choose_1_case Action PickRandom } DoneOutput { Target wave_finished_relay Action Trigger } WaitWhenDone 65 CheckPoint Yes WaveSpawn { TotalCurrency 250 Where spawnbot TotalCount 6 MaxActive 3 SpawnCount 1 WaitBetweenSpawns 8 WaitBeforeStarting 1 TFBot { Template T_TFBot_Giant_Soldier_Spammer Class Soldier Skill Expert Health 5000 WeaponRestrictions PrimaryOnly } } WaveSpawn { TotalCount 200 Where spawnbot Name "a2" TotalCount 27 MaxActive 9 SpawnCount 3 WaitBetweenSpawns 5 WaitBeforeStarting 0 Squad { TFBot { Class Soldier Skill Hard } TFBot { Class Heavyweapons Skill Hard } TFBot { Class Demoman Skill Expert } } } WaveSpawn // demoknights (100) { TotalCurrency 100 Where spawnbot_invasion Where spawnbot TotalCount 15 Name "a3" MaxActive 8 SpawnCount 2 WaitBetweenSpawns 3 WaitBeforeStarting 1 WaitForAllDead "a2" TFBot { Template T_TFBot_Demo_Persian // tymczasowy template, chcę tylko móc przetestować falę póki nie ma konkretnych demomanów } } WaveSpawn // Giant heavy'ies + Medics (100) { Name "a4" TotalCurrency 100 Where spawnbot TotalCount 25 MaxActive 15 SpawnCount 5 WaitBetweenSpawns 10.5 WaitBeforeStarting 2 WaitForAllDead "a2" Squad { TFBot { Template T_TFBot_Giant_Heavyweapons } TFBot { Template T_TFBot_Medic } TFBot { Template T_TFBot_Medic } TFBot { Template T_TFBot_Medic } TFBot { Template T_TFBot_Medic } } } } }