# Comprehensive Sandbox Control - commander decisions
#
# Grants strong assignable combat traits to all recruited army / navy leaders.
# Immediately repeatable one-shots; visibility is gated at
# the category level (csc_cheats_visible). Run again after recruiting more
# leaders. Decisions do not refresh while paused.

csc_commanders_category = {

	csc_grant_army_traits = {
		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_cmd_army_traits = yes }
		ai_will_do = { factor = 0 }
	}

	csc_grant_navy_traits = {
		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_cmd_navy_traits = yes }
		ai_will_do = { factor = 0 }
	}
}
