# Comprehensive Sandbox Control - utility one-shot effects
#
# Research utility. Broad "unlock all technology" is excluded
# (hard-coded IDs drift across overhauls, per docs/cheat-catalog.md); instead a
# strong, safe doctrine cost reduction is granted across the three core doctrine
# categories. Persistent research speed is handled by the Research buff family.

csc_util_research_boost = {
	add_doctrine_cost_reduction = {
		name = csc_research_boost_land
		cost_reduction = 0.9
		uses = 10
		category = land_doctrine
	}
	add_doctrine_cost_reduction = {
		name = csc_research_boost_naval
		cost_reduction = 0.9
		uses = 10
		category = naval_doctrine
	}
	add_doctrine_cost_reduction = {
		name = csc_research_boost_air
		cost_reduction = 0.9
		uses = 10
		category = air_doctrine
	}
}
