is_megalopolis_state = {
	OR = {
		has_state_category = megalopolis
		has_state_category = twelve
		has_state_category = conurbation
	}
}

is_metropolis_state = {
	OR = {
		has_state_category = metropolis
		has_state_category = ten
		has_state_category = eleven
	}
}

is_large_city_state = {
	OR = {
		has_state_category = large_city
		has_state_category = eight
		has_state_category = nine
	}
}

is_city_state = {
	OR = {
		has_state_category = city
		has_state_category = major_port
		has_state_category = six
		has_state_category = seven
		has_state_category = large_suburb
	}
}

is_large_town_state = {
	OR = {
		has_state_category = large_town
		has_state_category = port
		has_state_category = five
		has_state_category = suburb
	}
}

is_town_state = {
	OR = {
		has_state_category = town
		has_state_category = minor_port
		has_state_category = four
		has_state_category = village
		has_state_category = developed_rural
	}
}

is_rural_state = {
	OR = {
		has_state_category = rural
		has_state_category = two
		has_state_category = three
		has_state_category = large_island 
	}
}

is_pastoral_state = {
	OR = {
		has_state_category = pastoral
		has_state_category = one
	}
}

is_wasteland_state = {
	OR = {
		has_state_category = wasteland
		has_state_category = small_island 
		has_state_category = tiny_island 
		has_state_category = enclave
		has_state_category = one_island 
		has_state_category = zero_island 
	}
}
