# Island regions - no land path from the continent
# The AI needs these to optimize path finding
#
# NOTE: do not add any regions here that are NOT islands

region_skellige = {
	provinces = { 142 143 144 145 146 147 }
}