# Comprehensive Sandbox Control - core and capital decisions

csc_core_capital_category = {

	csc_add_resources_capital = {
		cost = 0
		fire_only_once = no
		days_remove = 0
		days_re_enable = 0
		visible = { csc_is_human_controlled = yes }
		available = { csc_is_human_controlled = yes }
		complete_effect = { csc_econ_add_resources_capital = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_resources_cores = {
		cost = 0
		fire_only_once = no
		days_remove = 0
		days_re_enable = 0
		visible = { csc_is_human_controlled = yes }
		available = { csc_is_human_controlled = yes }
		complete_effect = { csc_econ_add_resources_cores = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_infrastructure_cores = {
		cost = 0
		fire_only_once = no
		days_remove = 0
		days_re_enable = 0
		visible = { csc_is_human_controlled = yes }
		available = { csc_is_human_controlled = yes }
		complete_effect = { csc_econ_add_infrastructure_cores = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_build_slots_cores = {
		cost = 0
		fire_only_once = no
		days_remove = 0
		days_re_enable = 0
		visible = { csc_is_human_controlled = yes }
		available = { csc_is_human_controlled = yes }
		complete_effect = { csc_econ_add_build_slots_cores = yes }
		ai_will_do = { factor = 0 }
	}
}
