# Comprehensive Sandbox Control - custom idea categories (buff slots)
#
# Additive: defines NEW categories with CSC-owned slots. HOI4 merges
# idea_categories across files, so this adds CSC buff slots without replacing
# vanilla or overhaul categories. Two rows keep the politics tab readable.

idea_categories = {
	csc_buff_category = {
		slot = csc_buff_politics
		slot = csc_buff_diplomacy
		slot = csc_buff_research
		slot = csc_buff_construction
		slot = csc_buff_production
		slot = csc_buff_manpower

		ledger = civilian

		cost = 0
		removal_cost = 0
	}

	csc_buff_category_military = {
		slot = csc_buff_army
		slot = csc_buff_navy
		slot = csc_buff_air
		slot = csc_buff_training
		slot = csc_buff_special_forces
		slot = csc_buff_intel

		ledger = military

		cost = 0
		removal_cost = 0
	}
}
