origin_rg_gray = {
	is_origin = yes
	icon = "gfx/interface/icons/origins/origins_fratricide.dds"
	picture = GFX_evt_ship_in_orbit_2
	flags = {
		origin_rg_gray
	}
	non_colonizable_planet_class_neighbor = yes
	description = "origin_tooltip_rg_gray_effects"
	advanced_start = yes
	max_once_global = yes
	random_weight = {
		base = 0
	}
	playable = {
		host_has_dlc = "Distant Stars Story Pack"
	}
}

rg_origin_scion = {
	is_origin = yes
	icon = "gfx/interface/icons/origins/origins_scion_1.dds"
	picture = GFX_origin_rg_scion
	advanced_start = yes
	max_once_global = yes

	playable = {
		host_has_dlc = Federations
	}

	# possible = {
	# 	ethics = {
	# 		NOR = {
	# 			value = ethic_gestalt_consciousness
	# 			#value = ethic_xenophobe
	# 			value = ethic_fanatic_xenophobe
	# 		}
	# 	}
	# 	civics = {
	# 		NOT = { value = civic_pompous_purists }
	# 	}
	# }

	description = "origin_tooltip_rg_scion_effects"
	flags = { custom_start_screen }

	random_weight = {
		base = 0
	}
}