// Made by Mince (STEAM_0:0:41588292)

#base robot_standard.pop
#base robot_giant.pop
#base robot_gatebot.pop

WaveSchedule
{
	StartingCurrency 1200
	RespawnWaveTime  4
	CanBotsAttackWhileInSpawnRoom no
	
////// WAVE 1 [$0000] /////////////////////////////////////////////////////////
	//
	// Overview
	//-------------------------------------------------
	// 
	//-------------------------------------------------
	
	Wave
	{
		InitWaveOutput
		{
			Target wave_start_relay
			Action RunScriptCode
			Param "
				DoEntFire(`wave_initA_relay`, `Trigger`, ``, -1, null, null);
				IncludeScript(`ravenous_main.nut`);				
			"
		}
		StartWaveOutput
		{
			Target wave_start_relay
			Action Trigger
		}
		DoneOutput
		{
			Target wave_finished_relay
			Action Trigger
		}
		
		// 8 Zombie Arm Scouts [$50]
		WaveSpawn
		{
			Name  "W2-INIT-ZOMBIES"
			Where spawnbot_ab

			TotalCount    1
			MaxActive     1
			SpawnCount    1
			TotalCurrency 50
			
			WaitBeforeStarting 2
			WaitBetweenSpawns  .25

			TFBot { Class Heavy WeaponRestrictions MeleeOnly Health 500 }
		}
	}

////// WAVE 2 [$0000] /////////////////////////////////////////////////////////	
	//
	// Overview
	//-------------------------------------------------
	// 
	//-------------------------------------------------
	
	Wave
	{
		InitWaveOutput
		{
			Target wave_initA_relay
			Action Trigger
		}
		StartWaveOutput
		{
			Target wave_start_relay
			Action Trigger
		}
		DoneOutput
		{
			Target wave_finished_relay
			Action Trigger
		}
		
		// 32 Zombie Arm Scouts [$100]
		WaveSpawn
		{
			Name  "W4-INIT-ZOMBIES"
			Where spawnbot_ab

			TotalCount    32
			MaxActive     32
			SpawnCount    1
			TotalCurrency 100
			
			WaitBeforeStarting 2
			WaitBetweenSpawns  .25

			TFBot { Class Heavy WeaponRestrictions MeleeOnly Health 9001 }
		}
	}

	Templates
	{

	}
}