#####GUNDAM#####
zeon_cui = {
	icon = "gfx/interface/icons/army_attachments/attachment_cui.dds"
	cost = { minerals = 75 energy = 10 }
	
	modifier = {
		army_health = 0.1
		army_damage_mult = 0.15
		army_morale = 0.1
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}

zeon_magella = {
	icon = "gfx/interface/icons/army_attachments/attachment_magella.dds"
	cost = { minerals = 150 energy = 50 }
	
	modifier = {
		army_damage_mult = 0.30
		army_health = 0.15
	}
	
	prerequisites = { "tech_BEAMC_1" }
	
	ai_weight = {
		weight = 100
		modifier = {
			weight = 0
			NOT = {
				has_technology = tech_gene_expressions
			}
		}
	}
}
zeon_zaku1 = {
	icon = "gfx/interface/icons/army_attachments/attachment_zaku1.dds"
	cost = { minerals = 200 energy = 55 }
	
	modifier = {
		army_damage_mult = 0.35
		army_health = 0.20
		army_upkeep_mult = 0.1
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
zeon_zaku2 = {
	icon = "gfx/interface/icons/army_attachments/attachment_zaku2.dds"
	cost = { minerals = 230 energy = 60 }
	
	modifier = {
		army_damage_mult = 0.38
		army_health = 0.22
		army_morale_damage_mult = 0.2
		army_upkeep_mult = 0.2
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
zeon_gouf = {
	icon = "gfx/interface/icons/army_attachments/attachment_gouf.dds"
	cost = { minerals = 240 energy = 62 }
	
	modifier = {
		army_damage_mult = 0.39
		army_health = 0.23
		army_morale_damage_mult = 0.2
		army_morale = 0.1
		army_upkeep_mult = 0.3
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
zeon_dom = {
	icon = "gfx/interface/icons/army_attachments/attachment_dom.dds"
	cost = { minerals = 280 energy = 65 }
	
	modifier = {
		army_damage_mult = 0.43
		army_health = 0.25
		army_morale_damage_mult = 0.2
		army_upkeep_mult = 0.4
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
zeon_gelgoog = {
	icon = "gfx/interface/icons/army_attachments/attachment_gelgoog.dds"
	cost = { minerals = 300 energy = 70 }
	
	modifier = {
		army_damage_mult = 0.45
		army_health = 0.30
		army_morale_damage_mult = 0.3
		army_morale = 0.2
		army_upkeep_mult = 0.5
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
zeon_gyan = {
	icon = "gfx/interface/icons/army_attachments/attachment_gyan.dds"
	cost = { minerals = 310 energy = 65 }
	
	modifier = {
		army_damage_mult = 0.43
		army_health = 0.30
		army_morale_damage_mult = 0.4
		army_morale = 0.3
		army_upkeep_mult = 0.6
	}
	
	prerequisites = { "tech_BEAMC_1" }	
}
