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


#groups must be defined BEFORE tables.


groups = {
	latin = 1.0
	eastern = 0.9
	muslim = 0.8
	indian = 0.5
	chinese = 0.4
	african = 0.2
	new_world = 0.1
}

tables = {
	land_tech = "technologies/land.txt"
	naval_tech = "technologies/naval.txt"
	trade_tech = "technologies/trade.txt"
	production_tech = "technologies/production.txt"
	government_tech = "technologies/government.txt"
}


