﻿##############################################
# 
# Partial adaptation of *some* cultures from the Rajas of Asia mod.
# Not all cultures have been adapted to reduce potential compatibility issues and save time.
# 
##############################################


old_viet = {
	color = { 205 200 108 }

	ethos = ethos_stoic
	heritage = heritage_vietic
	language = language_vietnamese
	martial_custom = martial_custom_male_only

	name_list = name_list_vietnamese

	coa_gfx = { chinese_group_coa_gfx }
	building_gfx = { indian_building_gfx }
	clothing_gfx = { indian_clothing_gfx }
	unit_gfx = { mongol_unit_gfx }

	traditions = {
		tradition_agrarian
		tradition_poetry
		#tradition_concubines
		tradition_adaptive_skirmishing
	}	
	
	ethnicities = {
		10 = asian
	}
}

kinh = {
	color = { 208 205 28 }

	parents = { old_viet han }
	created = 600.1.1

	ethos = ethos_stoic
	heritage = heritage_vietic
	language = language_vietnamese
	martial_custom = martial_custom_male_only

	name_list = name_list_vietnamese

	coa_gfx = { chinese_group_coa_gfx }
	building_gfx = { indian_building_gfx }
	clothing_gfx = { chinese_clothing_gfx}
	unit_gfx = { mongol_unit_gfx }

	traditions = {
		tradition_agrarian
		tradition_poetry
		#tradition_concubines
		tradition_adaptive_skirmishing
		tradition_mystical_ancestors
	}
	
	ethnicities = {
		10 = asian
	}
}








