idea_categories = {
	hidden_ideas = {
		hidden = yes

		cost = 0
		removal_cost = -1
		ledger = hidden
	}

	country = {
		type = national_spirit

		cost = 0
		removal_cost = -1
		ledger = hidden
	}

	ASF_leader_titles = {
		hidden = yes
		cost = 0
		removal_cost = -1
		ledger = hidden
	}

	political_liberties = {
		slot = education
		slot = press
		slot = freedom_of_assembly
		slot = political_parties
		slot = trade_unions
		slot = elections
		cost = 150
		removal_cost = 0
		
		ledger = civilian
	}

	individual_liberties = {
		slot = border_laws
		slot = discriminatory_laws
		slot = suffrage
		slot = mobilization_laws
		slot = religion
		slot = court
		slot = empty
		cost = 150
		removal_cost = 0
		
		ledger = civilian
	}

	economic_policy = {
		slot = economic_system
		slot = trade_laws #tax_rates
		slot = taxation_slider_law #child_labour
		slot = economic_mobilization #maximum_workhours
		slot = child_labour #land_property
		slot = industrialization #economic_mobilization
		cost = 150
		removal_cost = 0
		
		ledger = civilian
	}

	internal_budget = {
		slot = social_spending_slider_law #healthcare
		slot = law_and_order_slider_law #law and order
		slot = road_maintenance_slider_law #road maintenance
		slot = naval_infrastructure_slider_law #naval infrastructure law
		slot = army_spending_slider_law #military_spendage
		slot = research_spending_slider_law #scientific_funding 
		cost = 150
		removal_cost = 0
		
		ledger = civilian
	}

	# economic_policy = {
	# 	slot = economic_system
	# 	slot = trade_laws
	# 	slot = taxation_slider_law
	# 	slot = social_spending_slider_law
	# 	slot = research_spending_slider_law
	# 	slot = army_spending_slider_law
	# 	cost = 150
	# 	removal_cost = 0
	# 	ledger = civilian
	# }

	political_advisor = {
		character_slot = political_advisor
		character_slot = political_advisor
		character_slot = political_advisor
		character_slot = political_advisor
		character_slot = political_advisor
		character_slot = political_advisor
		cost = 150
		removal_cost = 0
		
		ledger = civilian
	}

	research_production = {
		slot = tank_manufacturers
		slot = naval_manufacturers
		slot = aircraft_manufacturers
		slot = materiel_manufacturers
		slot = industrial_concern
		character_slot = theorist

		ledger = civilian
		
		cost = 150
		removal_cost = 0
	}

	military_staff = {
		character_slot = army_chief
		character_slot = navy_chief
		character_slot = air_chief
		character_slot = high_command
		character_slot = high_command
		character_slot = high_command


		ledger = invalid # must be overridden
		
		cost = 150
		removal_cost = 0
	}
	academy_spirit = {
		type = army_spirit

		cost = 25
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden

		slot = academy_spirit
	}

	army_spirit = {
		type = army_spirit

		cost = 50
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = army_spirit
	}

	division_command_spirit = {
		type = army_spirit
		
		cost = 75
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = division_command_spirit
	}

	naval_academy_spirit = {
		type = navy_spirit

		cost = 25
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = naval_academy_spirit
	}

	navy_spirit = {
		type = navy_spirit

		cost = 50
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = navy_spirit
	}

	naval_command_spirit = {
		type = navy_spirit
		
		cost = 75
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = naval_command_spirit
	}

	air_force_academy_spirit = {
		type = air_spirit

		cost = 25
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = air_force_academy_spirit
	}

	air_force_spirit = {
		type = air_spirit

		cost = 75
		removal_cost = -1
		
		politics_tab = no
		
		ledger = hidden
		slot = air_force_spirit
	}

	air_force_command_spirit = {
		type = air_spirit
		
		politics_tab = no
		
		cost = 75
		removal_cost = -1
		
		ledger = hidden
		slot = air_force_command_spirit
	}

	parties = {
		type = hidden
		politics_tab = no
		cost = 0
		removal_cost = 0

		ledger = hidden
	}
	ideologies = {
		type = hidden
		politics_tab = no
		cost = 0
		removal_cost = 0

		ledger = hidden
	}
}
	
slot_ledgers = {
    # army_chief = army
    # navy_chief = navy
    # air_chief = air
    
    
    military_spendage = army
    economic_mobilization = army
    mobilization_laws = army
    # tank_manufacturer = army
    # naval_manufacturer = navy
    # aircraft_manufacturer = air
    
    # theorist = invalid # must be overridden
    # high_command = invalid # must be overridden
    
    
    # mobilization_laws = civilian
}
