decision_aspmod_multiverse_gate = {
	icon = decision_drifting_gateway
	
	resources = {
		category = decisions
		cost = {
			energy = 1500
			unity = 100
		}
	}

	potential = {
		has_modifier = aspmod_multiverse_gate_planet
	}

	allow = {
		space_owner = { NOT = { has_modifier = aspmod_multiverse_gate_country } }
	}

	effect = {
		space_owner = { add_modifier = { modifier = aspmod_multiverse_gate_country days = 1800 } }
	}

	ai_weight = {
		weight = 0
	}
}