#base robot_giant.pop #base robot_standard.pop population { StartingCurrency 30000 RespawnWaveTime 0 CanBotsAttackWhileInSpawnRoom no AddSentryBusterWhenDamageDealtExceeds 5 AddSentryBusterWhenKillCountExceeds 2 Mission { Objective DestroySentries Where spawnbot BeginAtWave 1 RunForThisManyWaves 1 InitialCooldown 5 CooldownTime 5 DesiredCount 1 TFBot { Template T_TFBot_SentryBuster ItemAttributes { ItemName "the ullapool caber" "damage penalty" 1 "no clip" .5 } } } Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 0 TotalCount 100 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 Where spawnbot Squad { TFBot { ClassIcon demoman Health 1 Name Demoman Class Demoman Skill Expert WeaponRestrictions MeleeOnly Attributes DisableDodge Attributes MiniBoss ItemAttributes { ItemName "the half-zatoichi" "damage penalty" 0 "no clip" .2 } CharacterAttributes { "charge recharge rate increased" 3 } Item "the splendid screen" Item "the half-zatoichi" } } } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 35 Where spawnbot Squad { TFBot { ClassIcon scout Health 125 Name Scout Class Scout Skill Normal ItemAttributes { ItemName tf_weapon_scattergun "damage penalty" 0 "no clip" 1 } } } } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 5 WaitBetweenSpawns 35 Where spawnbot Squad { TFBot { ClassIcon scout Health 125 Name Scout Class Scout Skill Normal BehaviorModifiers Push ItemAttributes { ItemName tf_weapon_scattergun "damage penalty" 0 "no clip" .1 } } } } WaveSpawn { TotalCurrency 0 TotalCount 200 MaxActive 2 SpawnCount 2 WaitBeforeStarting 0 WaitBetweenSpawns 50 Where spawnbot Squad { TFBot { ClassIcon heavy Health 1 Name HeavyWeapons Class HeavyWeapons Skill Normal Attributes "DisableDodge" ItemAttributes { ItemName tf_weapon_minigun "damage penalty" 0 "no clip" .5 } } TFBot { Health 1 Template T_TFBot_Medic ItemAttributes { ItemName tf_weapon_medigun "ubercharge rate bonus" 3 "no clip" .5 } } } } } }