// MVM mission for Team Fortress 2 // Created by Zane Tf2 in programm Gray Factory #base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop population { StartingCurrency 400 RespawnWaveTime 5 CanBotsAttackWhileInSpawnRoom no Wave { StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name "Squad #1" TotalCurrency 400 TotalCount 10 MaxActive 2 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 0 Where spawnbot Squad { TFBot { Name "Scout" ClassIcon pyro_heal Health 125 Class Scout Skill Easy Scale 1 //WeaponRestrictions All CharacterAttributes { "Damage penalty" 1 } Item "Force-A-Nature" Item "Crit-a-Cola" Item "Frying Pan" Item "The Flapjack" Item "Bonk Leadwear" } TFBot { Name "Scout" ClassIcon scout Health 125 Class Scout Skill Easy Scale 1 //WeaponRestrictions All CharacterAttributes { "Damage penalty" 1 } Item "Scattergun" Item "Scout's Pistol" Item "Bat" Item "The Robot Running Man" } } } } }