// Machine Attacks ep3 by redmyclan // Remaster by hamn // Mission by FaN Scout (https://steamcommunity.com/profiles/76561198089243988/) #base robot_standard.pop #base robot_giant.pop #base robot_fan.pop #base robot_typicalcolors_weapons.pop WaveSchedule { StartingCurrency 5000 CanBotsAttackWhileInSpawnRoom no RespawnWaveTime 0 Advanced 1 Templates {} SniperAllowHeadshots 1 PointTemplates { moneybegone { logic_relay { "OnSpawn" "rp_simple_money,kill,,0,-1" "OnSpawn" "simple_money,kill,,0,-1" } } } SpawnTemplate "moneybegone" Wave { StartWaveOutput { Target rl_start Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Where rb_0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 0 TFBot { Class Scout Health 123456789 } } WaveSpawn { Where rb_1 TotalCount 1000 MaxActive 8 SpawnCount 4 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 5000 Support 1 RandomChoice { TFBot { Class Scout } TFBot { Class Soldier } TFBot { Class Demoman } TFBot { Class Heavyweapons } } } WaveSpawn { Where rb_3 TotalCount 1000 MaxActive 4 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 5000 Support 1 RandomChoice { TFBot { Template T_TFBot_Soldier_WW2 } TFBot { Class Sniper Item "M16A1 Sniper" ClassIcon sniper_m4a1_lite CharacterAttributes { "damage bonus" 0.5 } } TFBot { Template T_TFBot_Engineer_Sentry_Battle } } } WaveSpawn { Where rb_2 TotalCount 1000 MaxActive 2 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 5000 Support 1 RandomChoice { TFBot { Template T_TFBot_Pyro_Flaregun } TFBot { Template T_TFBot_Sniper_Huntsman } TFBot { Template T_TFBot_Sniper_Poachers_Pride } TFBot { Template T_TFBot_Demoman_TwoPills_Cluster } } } WaveSpawn { Where rb_4 TotalCount 1000 MaxActive 2 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 5000 Support 1 RandomChoice { TFBot { Template T_TFBot_Demoman_Glock } TFBot { Template T_TFBot_Pyro_Flaregun_Shotgun } TFBot { Template T_TFBot_Spy_Revolver_Mark } TFBot { Template T_TFBot_Engineer_Widomaker_Double } } } WaveSpawn { Where rb_5 TotalCount 1000 MaxActive 2 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 5000 Support 1 RandomChoice { TFBot { Template T_TFBot_Heavyweapons_Shotgun_HoK_Heavy } TFBot { Template T_TFBot_Soldier_Airstrike_Chaser } TFBot { Template T_TFBot_Scout_Shortstop Item "The Milkman" } } } } }