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

world_hu_xin_provinces = {
	duchies = {
		d_yu_dao d_gangxi d_haiyang d_han_tui d_north_plain d_riluodi d_yantai d_badaji d_senlin
	}
}
world_xiong_lin_territory = {
	duchies = {
		d_xiong_lin d_lengbin d_dalian d_huping
	}
}
world_old_makapu = {
	duchies = {
		d_dahexi d_red_forest d_feihe d_gaoyou
	}
}
world_north_west_kingdom = {
	regions = {
		world_hu_xin_provinces world_xiong_lin_territory world_old_makapu
	}
}
world_northern_ranges = {
	duchies = {
		d_northern_air_temple d_kangmar d_xainza d_weinan d_ansai d_hejiagou d_pangou d_xijiang d_beishan d_sitou
	}
}
world_ba_sing_se = {
	duchies = {
		d_upper_ring d_east_side d_fang_yu d_laogai d_mengxiang d_middle_ring d_nan d_nongchang
	}
}
world_northern_plains = {
	duchies = {
		d_yanbian d_dandong d_sinuiju d_liaoyang d_tiedong d_xiadian
	}
}
world_southern_plains = {
	duchies = {
		d_nanchang d_xinzhou d_jinhui
	}
}
world_dongfang_peninsular = {
	duchies = {
		d_daqing d_baotou d_gansu d_jilin d_ningxia d_ordos
	}
}
world_earth_islands = {
	duchies = {
		d_luzhu_island d_kyoshi_island d_linkou_island d_south_islands d_yonaguni
	}
}
world_si_wong = {
	duchies = {
		d_kuqa d_kargilik d_yahazhen d_yematan d_xi_si_wong d_gao_si_wong d_yizhidifang d_yuantaizi d_caijiahe
	}
}
world_southern_air_temple = {
	duchies = {
		d_southern_air_islands d_amdo_islands d_baingoin_islands d_lhari_islands
	}
}
world_eastern_air_temple = {
	duchies = {
		d_gorakhpur d_eastern_air_temple
	}
}
world_northern_air_temple = {
	duchies = {
		d_northern_air_temple d_kangmar d_xainza
	}
}
world_western_air_temple = {
	duchies = {
		d_western_air_temple d_west_air_islands
	}
}
world_air_temples = {
	regions = {
		world_southern_air_temple world_eastern_air_temple world_northern_air_temple world_western_air_temple
	}
}
world_southern_coast = {
	duchies = {
		d_hepu d_lingshan d_qinnan
	}
}
world_southern_valley = {
	duchies = {
		d_pubei d_gaoling d_ruicheng d_xingping_shi d_yibin d_yongji d_zijin_xian
	}
}
world_central_desert = {
	duchies = {
		d_gaolan d_dahaizi d_jinchang d_ulan d_tianjun
	}
}
world_western_plains = {
	duchies = {
		d_upper_sikouzi d_lower_sikouzi
	}
}
world_eastern_coast = {
	duchies = {
		d_boluo d_huicheng d_north_huidong d_south_huidong d_sunan d_bei_sha
	}
}
world_omashu_plains = {
	duchies = {
		d_omashu d_xingan d_zaofu
	}
}
world_si_wong_fringe = {
	duchies = {
		d_yengisar d_zizhixian
	}
}
world_western_shore = {
	duchies = {
		d_mojiang d_baha d_dashao d_wafang d_bianzhou d_changan d_zhaozedong
	}
}
world_the_swamp = {
	duchies = {
		d_the_swamp
	}
}
world_fire_mainland = {
	duchies = {
		d_capital_province d_ember d_maizuru d_nabari d_nanbuamu d_sandu d_shimane d_uda d_tenri d_yamazoe d_hono_island d_inako
	}
}
world_fire_islands = {
	duchies = {
		d_amami_island d_far_islands d_koloa_and_ishigaki d_penghu_islands d_aztlan_islands
	}
}
world_northern_waters = {
	duchies = {
		d_northen_water_tribe d_frozen_sea d_full_moon_coast d_ice_shores d_outer_pole
	}
}
world_southern_waters = {
	duchies = {
		d_southen_water_tribe d_kangerdluk d_ikuma d_qianbaq_aniu d_aqaqpaa
	}
}
world_water_tribes = {
	regions = {
		world_northern_waters world_southern_waters
	}
}
world_fire_isles = {
	regions = {
		world_fire_mainland world_fire_islands
	}
}
world_central_earth_kingdom = {
	regions = {
		world_si_wong world_eastern_coast world_si_wong_fringe world_central_desert
	}
}
world_southern_earth_kingdom = {
	regions = {
		world_southern_coast world_southern_valley world_western_shore world_the_swamp
	}
}
world_western_earth_kingdom = {
	regions = {
		world_omashu_plains world_western_plains
	}
}
world_north_east_earth_kingdom = {
	regions = {
		world_dongfang_peninsular world_northern_ranges world_ba_sing_se world_northern_plains world_southern_plains
	}
}
world_greater_earth_kingdom = {
	regions = {
		world_north_east_earth_kingdom world_western_earth_kingdom world_southern_earth_kingdom world_central_earth_kingdom world_north_west_kingdom
	}
}