# Comprehensive Sandbox Control - research utility decisions
#
# Research utility lives in its own gated category.

csc_research_category = {

	csc_research_cost_reduction = {
		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_util_research_boost = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_research_slot = {
		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_research_slot = yes }
		ai_will_do = { factor = 0 }
	}
}
