bd_decision_expand_planet = {
	owned_planets_only = yes
	icon = bd_decision_expand_planet
	enactment_time = 90
	potential = {
		or = {
			has_planet_flag = pc_unlimited
			is_planet_class = pc_unlimited
		}
	}
	effect = {
		if = {
			limit = {
				owner = {
					has_origin = origin_remnants
				}
			}
			change_planet_size = 3
		}
		add_deposit = d_unlimited_planet_expand
	}
	resources = {
		category = decisions
		cost = {
			influence = 50
			energy = 1000
		}
	}
}
