//This file has been generated by http://mvm.tf //Copy this file in your tf/scripts/population folder #base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop population { StartingCurrency 10000 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no Templates { } ItemAttributes { ItemName "The Black Box" "clip size bonus" 2 "maxammo primary increased" 5 "fire rate bonus" 0.1 "Reload time decreased" 0.5 } ItemAttributes { ItemName "Rocket Jumper" "clip size bonus" 3 "maxammo primary increased" 5 "fire rate bonus" 0.5 "Reload time decreased" 0.5 "self dmg push force increased" 1.5 "cancel falling damage" 1 "damage bonus" 5 } ItemAttributes { ItemName "The Market Gardener" "fire rate bonus" 0.5 "critboost on kill" 5 "damage bonus" 2 } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 400 TotalCount 10 MaxActive 10 SpawnCount 4 WaitBeforeStarting 0 WaitBetweenSpawns 0 Where spawnbot Squad { TFBot { ClassIcon scout Health 125 Name Scout Class Scout Skill Normal } } } WaveSpawn { TotalCurrency 400 TotalCount 5 MaxActive 5 SpawnCount 3 WaitBeforeStarting 0 WaitBetweenSpawns 0 Where spawnbot Squad { TFBot { Template T_TFBot_Giant_Soldier } } } } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 400 TotalCount 10 MaxActive 5 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where spawnbot Squad { TFBot { ClassIcon scout Health 125 Name Scout Class Scout Skill Normal } } } } } //This file has been generated by http://mvm.tf