Zeon = {
	name = "Zeon"
	spawn_enabled = yes # yes / no / always
	
	name_list = "Human2"
	ship_prefix = "ZMF"
	
	species_name = "Human"
	species_plural = "Humans"	#we should localize the names!
	species_adjective = "Human"
	species_class = "MAM"
	trait = "trait_quick_learners"
	trait = "trait_resilient"
	trait = "trait_slow_breeders"	
	trait = "trait_nomadic"	
	portrait = "zeon"
	adjective = "Human"
	
	government = "military_dictatorship"
	ethic = "ethic_materialist"
	ethic = "ethic_fanatic_militarist"

	flags = { Zeon }
	
	weapon = "tech_missiles_1"
	ftl = warp
	
	planet_name = "Earth"
	system_name = "Sol"
	planet_class = "pc_continental"
	initializer = "sol_system_initializer"
	
	graphical_culture = "reptilian_01"
	city_graphical_culture = "mammalian_01"
	
	empire_flag = {
		icon= {
			category = "zeon"
			file = "zeon.dds"
		}
		background= {
			category = "backgrounds"
			file = "00_solid.dds"
		}
		colors={
			"red"
			"black"
			"null"
			"null"
		}
	}
	
	#leader = {
	#	name = "Sidney Beauclair"
	#	class = ruler
	#	portrait = "human_male_04"
	#	experience = 1200.0
	#}	
	ruler = {
		name = "Gihren Zabi"
		portrait = "zeon_male_01"
		gender = male
	}
}