﻿# Geographical regions
# Regions can be declared with one or more of the following fields:
#	duchies = { }, takes duchy title names declared in landed_titles.txt
#	counties = { }, takes county title names declared in landed_titles.txt
#	provinces = { }, takes province id numbers declared in /history/provinces
#	regions = { }, a region can also include other regions, however the subregions needs to be declared before the parent region. 
#		E.g. If the region world_europe contains the region world_europe_west then world_europe_west needs to be declared as a region before (i.e. higher up in this file) world_europe.

# Regions provide the following modifiers:
# key + _development_growth
# key + _development_growth_factor
# This requires "generate_modifiers = yes" in the region


RICE_greenland_struggle_region = {
	duchies = {
		#k_norway
		d_viken d_agder d_vestlandi d_trandalog d_dalir d_halogaland d_iceland d_northern_isles d_jamtland d_trondelag
		#k_scotland
		d_western_isles d_galloway d_albany d_moray d_the_isles d_sutherland d_aberdeen d_lothian d_strathclyde d_hebrides d_northumberland
		#k_sapmi
		d_duortnoseatnu
		#Ireland
		d_ulster
	}
	counties = {
		c_middlesex c_dublin c_north_riding c_aalborg c_aarhus 
	}
}

RICE_norse_frontier_region = {
	duchies = {
		#k_norway
		d_iceland
		#k_scotland
		d_western_isles d_galloway d_albany d_moray d_sutherland d_aberdeen d_hebrides d_lothian d_strathclyde d_the_isles
		#Ireland
		d_ulster d_connacht d_meath d_leinster d_munster
	}
}

RICE_northern_islands = {
	duchies = {
		#k_norway
		d_iceland d_northern_isles
		#k_scotland
		d_western_isles
	}
	counties = {
		c_muile c_ile c_kintyre c_inner_hebrides
	}
}

# Mainly for after the struggle is done
RICE_atlantic_region = {
	regions = {
		world_europe_west_britannia world_europe_north custom_west_francia_minus_mediterranean #world_europe_west_germania world_europe_east
		
		#custom_portuguese custom_navarra custom_asturleonese custom_castilian
	}
	#duchies = {
		# custom_west_francia_minus_mediterranean
		#d_anjou d_normandy d_brittany
		# d_berry d_orleans d_champagne d_valois d_bar

		# world_europe_west_germania
		# Saxony
		#d_holstein 
		# d_anhalt d_angria d_westfalen d_ostfalen d_meissen d_lausitz d_thuringia
		# Frisia
		#d_holland d_gelre d_utrecht d_frisia d_flanders
		# Pomerania
		#d_pommerania d_nordmark d_pomerelia
		# d_ostmark 

		# world_europe_east
		# Wendish Lands
		#d_prussia d_samogitia d_courland
		#d_mazovia d_upper_silesia d_lower_silesia d_lesser_poland d_wielkopolska d_kuyavia d_livonia d_masuria d_grodno d_pinsk d_minsk d_polotsk d_smolensk d_lithuanians d_latgalians d_pommerania d_nordmark d_pomerelia d_ostmark 

		#Bjarmaland
		#d_biarmia d_vologda d_chudia d_ustyug
		#Estonia
		#d_esthonia d_livonia 

	#}
}

RICE_europe_and_mediterranean_region = {
	regions = {
		world_europe world_africa_north world_middle_east_jerusalem world_asia_minor
	}
	duchies = {
		d_sinai
	}
}

RICE_greater_scotland = {
	duchies = {
		d_the_isles d_galloway d_western_isles d_lothian d_albany d_moray d_northern_isles d_hebrides d_aberdeen d_strathclyde d_sutherland
	}
}

RICE_mandaean_heartland = {
	duchies = {
		d_wasit d_basra d_khuzestan d_kufa d_ahvaz
	}
}