RETTYPE_CUL_ENG2 = 
{
	first_type = 6
	first_amount = 200
	second_type = 3
	second_amount = 100

	special_troops = horse_archers
	
	potential = {
		is_nomadic = no
		OR = {
			culture = english
			culture = welsh
		}
	}
	
	modifier = {
		horse_archers_offensive = 0.3
		horse_archers_morale = 0.1
	}
}

RETTYPE_BILL = 
{
	first_type = 2
	first_amount = 350
	
	potential = {
		is_nomadic = no
		OR = {
			culture = english
			culture = welsh
		}
	}
	
	modifier = {
		pikemen_offensive = 0.2
		pikemen_morale = 0.2
	}
}

RETTYPE_DEMI_LANCER = 
{
	first_type = 4
	first_amount = 200
	
	potential = {
		is_nomadic = no
		OR = {
			culture = english
			culture = welsh
			culture = scottish
		}
	}
	
	modifier = {
		knights_offensive = 0.2
		knights_morale = 0.1
	}
}

RETTYPE_CUL_SCOT2 = 
{
	first_type = 2
	first_amount = 250
	second_type = 1
	second_amount = 250
	
	potential = {
		is_nomadic = no
		culture = scottish
	}
	
	modifier = {
		pikemen_defensive = 0.3
		pikemen_offensive = 0.1
		pikemen_morale = 0.2
		heavy_infantry_offensive = 0.2
		heavy_infantry_morale = 0.2
	}
}

RETTYPE_CUL_SCOT3 = 
{
	first_type = 1
	first_amount = 200
	second_type = 0
	second_amount = 400
	
	potential = {
		is_nomadic = no
		culture = scottish
	}
	
	modifier = {
		heavy_infantry_offensive = 0.1
		heavy_infantry_defensive = 0.1
		heavy_infantry_morale = 0.1
		light_infantry_offensive = 0.2
		light_infantry_morale = 0.1
	}
}

RETTYPE_SHOCKTROOPER = 
{
	first_type = 0
	first_amount = 500
	second_type = 3
	second_amount = 100
	
	potential = {
		is_nomadic = no
		culture = irish
	}
	
	modifier = {
		light_infantry_offensive = 0.2
		light_infantry_morale = 0.2
		light_cavalry_offensive = 0.3
	}
}