# Types:
# 0 - Light Infantry
# 1 - Heavy Infantry
# 2 - Pikemen
# 3 - Light Cavalry
# 4 - Heavy Cavalry
# 5 - Archers
# 6 - Special troops

RETTYPE_CUL_RICE = 
{
	first_type = 0
	first_amount = 300
	
	second_type = 3
	second_amount = 100
	
	potential = {
		is_nomadic = no
		OR = {
			culture = ligian
			culture = carinean
			culture = macromani
			culture = gambrione
			culture = gepid
		}
	}
	
	modifier = {
		light_infantry_offensive = 0.6
		light_infantry_defensive = 0.2
		light_infantry_morale = 0.2
		light_cavalry_offensive = 0.3
		light_cavalry_defensive = 0.2
		light_cavalry_morale = 0.1
	}
}

