#base robot_standard.pop
#base robot_giant.pop
#base robot_gatebot.pop
population
{
	StartingCurrency	10000
	RespawnWaveTime	6
	CanBotsAttackWhileInSpawnRoom	yes
	FixedRespawnWaveTime	Yes
	Advanced	1

    ExtraSpawnPoint  
	{
        	Name "red"
        	TeamNum 2
        	X	"-2318.11"                     
        	Y	"-2974.33"                  
        	Z	"646.03"        
	}
    
	Wave
	{
		WaitWhenDone	65
		Checkpoint	Yes
		StartWaveOutput
		{
			Target	wave_start_relay
			Action	Trigger
		}
		DoneOutput
		{
			Target	wave_finished_relay
			Action	Trigger
		}
        WaveSpawn
		{       
			TotalCurrency	0
			TotalCount	1
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	0
			WaitBetweenSpawns	10
			Support	1
            
			Where	red



			Squad
			{
                TFBot
                {

					ClassIcon	red_soldier_spammer
					Health	75000
					Name	"The Narractor JR"
					Class	Soldier
					Skill	Normal
					Attributes	"SpawnWithFullCharge"
					Attributes	"AlwaysCrit"
					Attributes	"MiniBoss"
					Attributes	"UseBossHealthBar"
					CharacterAttributes
					{
						"cannot pick up intelligence"	1
						"move speed penalty"	0.4
					}
					Item	"the battalion's backup"
					Item	"exquisite rack"
                    AddCond   //Adds conditions to bots
                    {
	Name "TF_COND_REPROGRAMMED" // Condition to apply.
	//Index 43 //Condition index can be used instead
	Delay 0 // Delay before the condition activates (Default: 0)
	Duration -1 // Duration of the condition effect (Default: -1 - infinite duration)
                    }
                }
            }
        }
                WaveSpawn
		{       
			TotalCurrency	0
			TotalCount	1
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	45
			WaitBetweenSpawns	10
			Support	1
            
			Where	red



			Squad
			{
                TFBot
                {

					ClassIcon	engineer
					Health	75000
					Name	"ENGINEER YEAH ENGINGING MY FUCKING LIMITS"
					Class	engineer
					Skill	Normal
					Attributes	"SpawnWithFullCharge"
					Attributes	"AlwaysCrit"
					Attributes	"UseBossHealthBar"
					CharacterAttributes
					{
						"cannot pick up intelligence"	1
						"move speed penalty"	9.1
                        "damage bonus" 1000000
					}
					Item	"the battalion's backup"
					Item	"exquisite rack"
                    Action FetchFlag   //Overrides default bot AI. Possible values:
                    AddCond   //Adds conditions to bots
                    {
	Name "TF_COND_REPROGRAMMED" // Condition to apply.
	//Index 43 //Condition index can be used instead
	Delay 0 // Delay before the condition activates (Default: 0)
	Duration -1 // Duration of the condition effect (Default: -1 - infinite duration)
                    }
                }
            }
        }                 
		    WaveSpawn
	        {
			TotalCurrency	400
			TotalCount	1
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	0
			WaitBetweenSpawns	10
			Where	spawnbot_airdrop0

			Squad
			{

                TFBot
                {

                Class Pyro
                Name "OVERLORD LEVIATHAN SERPENT"
                ClassIcon boss_death_pyro
                UseMeleeThreatPrioritization 1
                Item "The Black Box"
                Attributes MiniBoss
                Health 125000
                Attributes AlwaysCrit
                Attributes UseBossHealthBar
                AimTrackingInterval 0.05
                Skill Expert
                Item "Firewall Helmet"
                Item "Kazan Karategi"
                WeaponRestrictions PrimaryOnly
                Scale 1.9
                ItemAttributes
                {
                    ItemName "The Black Box"
                    //"airblast_destroy_projectile" 1
                    "fire rate bonus" 0.6
                    "reload time decreased" 1.6
                }
                Tag bot_giant
                CharacterAttributes
                {
                    "move speed bonus"    0.5
                    "damage force reduction" 0.1
                    "rage giving scale" 0.1
                    "airblast vulnerability multiplier" 0.1
                    "override footstep sound set" 6
                    "cannot pick up intelligence" 1
                        }
                    }
                }
            }    
        }
    }            