﻿# 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.

###########################################################################
# World Regions
#	These groups are mutually exclusive on the same tier & should cover every part of the map
###########################################################################

# world_europe
# > world_europe_west
# >> world_europe_west_britannia
# >> world_europe_west_germania
# >> world_europe_west_francia
# >> world_europe_west_iberia
# > world_europe_north
# > world_europe_south
# >> world_europe_south_east
# >> world_europe_south_italy
# > world_europe_east

# world_asia_minor

# world_middle_east
# > world_middle_east_jerusalem
# > world_middle_east_arabia
# > world_middle_east_persia

# world_india
# > world_india_deccan
# > world_india_bengal
# > world_india_rajastan

# world_africa
# > world_africa_north
# >> world_africa_north_west
# >> world_africa_north_east
# > world_africa_west
# > world_africa_east

# world_steppe
# > world_steppe_tarim
# > world_steppe_west
# > world_steppe_east

custom_atalantia_minor = { #Expanded dejure.
	duchies = {
		d_aegean_islands d_crimea 
	}
}
custom_atalantia_major = { #Only the provinces needed to restore the Empire, not the full borders.
	duchies = {
		d_latium d_corsica d_venice d_romagna d_sicily d_genoa d_capua d_apulia d_thrace d_strymon d_antioch d_palestine d_alexandria d_athens d_tunis d_croatia d_thessalonika d_thessaly
	}
}

### END GHW Regions