# Comprehensive Sandbox Control - government & politics decisions
#
# Immediately repeatable one-shots. Visibility is gated at
# the category level (csc_cheats_visible). Decisions do not refresh while paused.

csc_politics_category = {

	csc_set_gov_democratic = {
		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_gov_set_democratic = yes }
		ai_will_do = { factor = 0 }
	}

	csc_set_gov_communism = {
		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_gov_set_communism = yes }
		ai_will_do = { factor = 0 }
	}

	csc_set_gov_fascism = {
		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_gov_set_fascism = yes }
		ai_will_do = { factor = 0 }
	}

	csc_set_gov_neutrality = {
		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_gov_set_neutrality = yes }
		ai_will_do = { factor = 0 }
	}

	csc_boost_ruling_popularity = {
		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_gov_boost_popularity = yes }
		ai_will_do = { factor = 0 }
	}
}
