//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 5000 RespawnWaveTime 6 CanBotsAttackWhileInSpawnRoom no AddSentryBusterWhenKillCountExceeds 10 Templates { } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { Name "Smissmas Soldiers" TotalCurrency 2700 TotalCount 108 MaxActive 36 SpawnCount 18 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where spawnbot Squad { TFBot { ClassIcon soldier Health 200 Name "Smissmas Soldier" Class Soldier EventChangeAttributes { Default { Skill Normal Attributes "AlwaysCrit" Item "festive rocket launcher 2011" Item "a well wrapped hat" } RevertGateBotsBehavior { Skill Normal } } } } } WaveSpawn { Name "Soldier Claus" WaitForAllDead "Present Tanks" TotalCurrency 1000 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where spawnbot Squad { TFBot { ClassIcon soldier_crit Health 20000 Name "Soldier Claus" Scale 2 Class Soldier Skill Normal Tag "bot_giant" Attributes "UseBossHealthBar" Attributes "AlwaysCrit" ItemAttributes { ItemName "festive rocket launcher 2011" "fire rate bonus" 0.6 } Item "festive rocket launcher 2011" Item "the b.m.o.c." } } } WaveSpawn { Name "Support Smissmas Scouts" TotalCurrency 0 TotalCount 10 MaxActive 5 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 20 Support 1 Where spawnbot Squad { TFBot { ClassIcon scout Health 125 Name "Smissmas Scout" Class Scout Skill Normal WeaponRestrictions MeleeOnly Item "the b.m.o.c." } } } WaveSpawn { Name "Gifting Snipers" WaitForAllDead "Smissmas Soldiers" TotalCurrency 500 TotalCount 50 MaxActive 10 SpawnCount 10 WaitBeforeStarting 0 WaitBetweenSpawns 10 Where spawnbot Squad { TFBot { ClassIcon sniper Health 125 Name Sniper Class Sniper Skill Normal Attributes "AlwaysCrit" Item "festive sniper rifle 2011" Item "festive smg 2014" Item "daily gift giver reward hat" } } } WaveSpawn { Name "Present Tanks" WaitForAllDead "Gifting Snipers" TotalCurrency 5000 TotalCount 5 MaxActive 5 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 5 Where spawnbot Squad { Tank { Health 20000 Name "Present Delivery Tank" Speed 75 OnKilledOutput { Target boss_dead_relay Action Trigger } OnBombDroppedOutput { Target boss_deploy_relay Action Trigger } } } } } } //This file has been generated by http://mvm.tf