defined_text = {
	name = GetSlotCity03ClamorPrereq
	text = {
		trigger = {
			exists = owner
			owner = {
				has_functional_civic = no
				NOT = { has_technology = tech_planetary_infrastructure_1 }
			}
		}
		localization_key = zone_unavailable_tech_planetary_infrastructure_1
	}
	text = {
		trigger = {
			exists = owner
			owner = {
				has_tech_or_functional_civic = {
					TECH = tech_planetary_infrastructure_1
				}
			}
			has_upgraded_capital = no
		}
		localization_key = zone_unavailable_capital
	}
}

defined_text = {
	name = GetSlotCity04ClamorPrereq
	text = {
		trigger = {
			exists = owner
			owner = {
				has_functional_civic = no
				NOT = { has_technology = tech_planetary_infrastructure_2 }
			}
		}
		localization_key = zone_unavailable_tech_planetary_infrastructure_2
	}
	text = {
		trigger = {
			exists = owner
			owner = {
				has_tech_or_functional_civic = {
					TECH = tech_planetary_infrastructure_2
				}
			}
			has_upgraded_capital = no
		}
		localization_key = zone_unavailable_capital
	}
}
