RETTYPE_CUL_BYZ2 = 
{
	first_type = 4
	first_amount = 300
	
	second_type = 3
	second_amount = 200
	
	potential = {
		is_nomadic = no
		culture_group = byzantine
	}
	
	modifier = {
		knights_offensive = 0.2
		knights_morale = 0.2
	}
}

RETTYPE_GREEK_INFANTRY = 
{
	first_type = 1
	first_amount = 800
	
	potential = {
		is_nomadic = no
		culture = greek
	}
	
	modifier = {
		heavy_infantry_offensive = 0.2
		heavy_infantry_defensive = 0.2
		heavy_infantry_morale = 0.2
	}
}

RETTYPE_GREEK_INFANTRY2 = 
{
	first_type = 2
	first_amount = 400
	second_type = 1
	second_amount = 200
	
	potential = {
		is_nomadic = no
		culture = greek
	}
	
	modifier = {
		pikemen_defensive = 0.2
		pikemen_morale = 0.2
		heavy_infantry_offensive = 0.1
		heavy_infantry_defensive = 0.1
		heavy_infantry_morale = 0.2
	}
}

RETTYPE_MENAULION = 
{
	first_type = 2
	first_amount = 800
	
	potential = {
		is_nomadic = no
		culture = greek
	}
	
	modifier = {
		pikemen_offensive = 0.2
		pikemen_defensive = 0.4
		pikemen_morale = 0.2
	}
}

RETTYPE_AKRITOI = 
{
	first_type = 0
	first_amount = 800
	second_type = 5
	second_amount = 400
	
	potential = {
		is_nomadic = no
		culture = greek
	}
	
	modifier = {
		archers_defensive = 0.1
		archers_morale = 0.1
		light_infantry_defensive = 0.3
		light_infantry_morale = 0.1
	}
}