//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	400
	RespawnWaveTime	6
	CanBotsAttackWhileInSpawnRoom	no
	Templates
	{
	}
	Wave
	{
		WaitWhenDone	65
		Checkpoint	Yes
		StartWaveOutput
		{
			Target	wave_start_relay
			Action	Trigger
		}
		DoneOutput
		{
			Target	wave_finished_relay
			Action	Trigger
		}
		WaveSpawn
		{
			TotalCurrency	400
			TotalCount	1
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	0
			WaitBetweenSpawns	10
			Where	spawnbot
			Squad
			{
				TFBot
				{
					ClassIcon	heavy_atomic_giant
					Health	5000
					Name	"Giant Plasma Heavy"
					Scale	1.8
					Class	HeavyWeapons
					Attributes	"IgnoreFlag"
					Action Mobber
					Skill	Expert
					WeaponRestrictions	PrimaryOnly
					Attributes	"MiniBoss"
					ItemAttributes
					{
						ItemName	tf_weapon_minigun
						"attach particle effect"	704
						"projectile spread angle penalty"	3
						"override projectile type"	13
						"fire rate bonus"	0.8
						"damage bonus"	1.2
						"projectile speed increased"	1.5
					}
					CharacterAttributes
					{
						"move speed bonus"	0.5
						"damage force reduction"	0.3
						"airblast vulnerability multiplier"	0.3
						"override footstep sound set"	2
					}
					Item	"the tungsten toque"
				}
			}
		}
		WaveSpawn
		{
			TotalCurrency	400
			TotalCount	1
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	0
			WaitBetweenSpawns	10
			Where	respawnpoints
			Squad
			{
				TFBot
				{
					Template	T_TFBot_Giant_Soldier
					AddCond   { Name TF_COND_REPROGRAMMED } 
					Action Mobber  
				}
			}
		}
	}
}
//This file has been generated by http://mvm.tf
