# Comprehensive Sandbox Control - construction & industry decisions
#
# Offsite factories add production capacity without consuming state building
# slots. Immediately repeatable one-shots; visibility is
# gated at the category level (csc_cheats_visible). Persistent build-speed is the
# Construction buff family; instant-build stays the native console.

csc_industry_category = {

	csc_add_offsite_civ = {
		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_build_offsite_civ = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_offsite_mil = {
		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_build_offsite_mil = yes }
		ai_will_do = { factor = 0 }
	}

	csc_add_offsite_dock = {
		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_build_offsite_dock = yes }
		ai_will_do = { factor = 0 }
	}
}
