
BEL_gold_reserves_cat = {
	icon = GFX_decision_category_generic_economy
	priority = 10 #This determines where in the decision list the category and its decisions will appear

	allowed = {
		original_tag = BEL
	}

	visible = {
		has_completed_focus = BEL_gold_reserves
		has_dynamic_modifier = { modifier = BEL_gold_reserves_dynamic_modifier }
		has_capitulated = no
	}
}

BEL_belgian_defences_cat = {
	icon = GFX_decision_category_spr_the_seeds_of_revolution
	priority = 10 #This determines where in the decision list the category and its decisions will appear

	allowed = { 
		always = yes 
	}

	visible = {
		NOT = { original_tag = BEL }
		any_controlled_state = {
			is_core_of = BEL
		}
	}
}

BEL_government_in_exile_cat = {
		icon = GFX_decision_category_spr_the_seeds_of_revolution
		priority = 10

		allowed = {
			original_tag = BEL
		}

		visible = {
			is_government_in_exile = yes
			has_completed_focus = BEL_government_in_exile
		}
}

BEL_closer_european_union_cat = {
	icon = GFX_decision_category_generic_political_actions
	priority = 10
	allowed = {
		OR = { 
			original_tag = BEL
			original_tag = AUS
			original_tag = HOL
		}
	}
	visible_when_empty = no
	visible = {
		OR = {#to make room for the democratic version under BEL_the_council_of_europe
			has_completed_focus = BEL_european_community
			has_completed_focus = BEL_the_council_of_europe
			has_completed_focus = AUS_via_danube_to_europe
			has_completed_focus = HOL_foundations_for_a_european_union
		}
		is_faction_leader = yes
		is_subject = no
	}
}


BEL_cores_in_gallic_france_cat = {
	icon = GFX_decision_category_generic_propaganda
	priority = 8

	allowed = {
		original_tag = BEL
	}

	visible = {
		has_completed_focus = BEL_demand_further_gallic_concessions
	}
}

BEL_intervention_in_spain_cat = {
	icon = GFX_decision_category_generic_crisis
	priority = 8

	allowed = {
		original_tag = BEL
	}

	visible = {
		has_completed_focus = BEL_spanish_intervention
		SPR_scw_in_progress = yes
	}
}

BEL_rekindle_the_red_flame_cat = {
	icon = GFX_decision_category_generic_communism
	priority = 10

	allowed = {
		original_tag = BEL
	}

	visible = {
		has_completed_focus = BEL_raise_the_red_flag
		NOT = {
			has_government = communism
		}
	}
}