# Do not change tags in here without changing every other reference to them.
# If adding new technology, make sure they are uniquely named.

# Armies get a insufficient support penalty when the ratio cav / (inf+cav) is _higher_ than "cav_to_inf_ratio". This applies for the "unit_type" of a country.

# Groups must be defined BEFORE tables.


groups = {
	western = {
		modifier = 0
		start_level = 3
		cav_to_inf_ratio = 0.5
		trade_company = yes
	}
	eastern = {
		modifier = 0.20
		start_level = 3
		cav_to_inf_ratio = 0.6
	}
	ottoman = {
		modifier = 0.25
		start_level = 3
		cav_to_inf_ratio = 0.5
	}
	muslim = {
		modifier = 0.30
		start_level = 3
		cav_to_inf_ratio = 0.8
	}
	indian = {
		modifier = 0.40
		start_level = 3
		cav_to_inf_ratio = 0.5
	}
	chinese = {
		modifier = 0.50
		start_level = 3
		cav_to_inf_ratio = 0.5
	}
	nomad_group = {
		modifier = 0.75
		start_level = 3
		cav_to_inf_ratio = 1.0
		nation_designer_trigger = {
			government = steppe_horde
		}
	}
	sub_saharan = {
		modifier = 0.60
		start_level = 2
		cav_to_inf_ratio = 0.5
	}
	north_american = {
		modifier = 2.5
		start_level = 1
		cav_to_inf_ratio = 0.5
	}
	mesoamerican = {
		modifier = 1.5
		start_level = 1
		cav_to_inf_ratio = 0.5
	}
	south_american = {
		modifier = 2.5
		start_level = 1
		cav_to_inf_ratio = 0.5
	}
	andean = {
		modifier = 1.5
		start_level = 1
		cav_to_inf_ratio = 0.5
		nation_designer_unit_type = south_american
	}	
	high_american = {
		modifier = 0
		start_level = 3
		cav_to_inf_ratio = 0.5
		nation_designer_unit_type = north_american		
	}
}

tables = {
	adm_tech = "technologies/adm.txt"
	dip_tech = "technologies/dip.txt"
	mil_tech = "technologies/mil.txt"
}
