#### Generic Decisions Categories ####

	eoanb_category_war_measures = {
		icon = usa_intervention_mandate

		priority = 30

		visible = { has_war = yes }
	}


	eoanb_category_formables = {
		icon = generic_formable_nations
	}
	eoanb_category_institutions = {
		icon = generic
	}
	eoanb_category_economic = {
		icon = generic_economy
		visible_when_empty = yes
	}
	eoanb_category_projects = {
		icon = generic_economy
	}
	eoanb_category_industry = {
		icon = generic_industry
	}
	eoanb_category_development = {
		icon = generic_industry
	}

	war_planning = {
		icon = hol_war_on_pacifism
	}
	eoanb_category_military = {
		icon = army_reform
	}
	eoanb_category_navy = {
		icon = navy_reform
	}
	eoanb_category_air = {
		icon = generic_democracy
	}
	eoanb_category_space = {
		icon = generic_democracy
	}
	eoanb_category_politics_foreign = {
		icon = generic_foreign_policy
	}
	eoanb_category_politics_internal = {
		icon = usa_congress
	}
	eoanb_religious_affairs = {
		icon = tur_the_constitutional_arrows
	}
	political_actions = {
		icon = generic_political_actions
	}
	eoanb_category_diplomatic_actions = {
		icon = generic_political_actions
	}
	eoanb_category_foreign_influence_actions = {
		icon = generic_political_actions

		allowed = {
			OR = {
				tag = AUS
				tag = PRS
				tag = TUS
				tag = PIE
				tag = ENG
				tag = FRA
				tag = SPR
				tag = RUS
				tag = USA
				tag = CSA
				tag = BRA
				tag = OTO
				tag = JAP
				tag = TSH
			}
		}

		visible = {
			is_great_power = yes
		}
	}
	eoanb_category_traditions_celebrations = {
		icon = generic_democracy
	}

	eoanb_category_options = {
		icon = generic_political_actions

		priority = -1

		visible = {
			is_ai = no
			NOT = {
				has_country_flag = eoanb_flag_options_disabled
			}
		}
	}

	eoanb_category_world_fairs = {
		icon = generic_formable_nations
		visible = {
			is_non_player_tag = no
			OR = {
				is_great_power = yes
				is_secondary_power = yes
			}
		}
	}

	eoanb_category_eastereggs = {
		icon = generic_formable_nations
		visible = {
			is_ai = no
			has_global_flag = eoanb_gamerule_eastereggs_enabled
		}
		priority = 50
	}


# Unused Vanilla
	governments_in_exile = {
		icon = generic_formable_nations
		picture = GFX_decision_cat_picture_government_in_exile

		priority = -1

		allowed = {
			has_dlc = "Man the Guns"
		}
	}

	category_exile_forces = {
		icon = infiltration
		picture = GFX_decision_cat_picture_government_in_exile

		priority = -1

		allowed = {
			has_dlc = "Man the Guns"
		}
	}


	lar_local_recruitment = {
		allowed = { has_dlc = "La Resistance" }

		visible = { has_done_agency_upgrade = upgrade_training_centers }

		visibility_type = map_and_decisions_view

		on_map_area = {
			state = 8
			name = LAR_recruitment_europe
			zoom = 650

			target_root_trigger = {
				OR = {
					has_country_flag = europe_recruitment_unlocked
					capital_scope = { is_on_continent = europe }
				}
			}
		}

		on_map_area = {
			state = 373
			name = LAR_recruitment_north_america
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = north_america_recruitment_unlocked
					capital_scope = { is_on_continent = north_america }
				}
			}
		}

		on_map_area = {
			state = 487
			name = LAR_recruitment_south_america
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = south_america_recruitment_unlocked
					capital_scope = { is_on_continent = south_america }
				}
			}
		}

		on_map_area = {
			state = 295
			name = LAR_recruitment_africa
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = africa_recruitment_unlocked
					capital_scope = { is_on_continent = africa }
				}
			}
		}

		on_map_area = {
			state = 597
			name = LAR_recruitment_asia
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = asia_recruitment_unlocked
					capital_scope = { is_on_continent = asia }
				}
				NOT = {
					tag = RAJ
					tag = PAK
					tag = BAN
					tag = NEP
					tag = BHU
					tag = SRL
				}
			}
		}

		on_map_area = {
			state = 521
			name = LAR_recruitment_oceania
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = australia_recruitment_unlocked
					capital_scope = { is_on_continent = australia }
				}
			}
		}

		on_map_area = {
			state = 439
			name = LAR_recruitment_india
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = india_recruitment_unlocked
					tag = RAJ
					tag = PAK
					tag = BAN
					tag = NEP
					tag = BHU
					tag = SRL
				}
			}
		}

		on_map_area = {
			state = 656
			name = LAR_recruitment_middle_east
			zoom = 850

			target_root_trigger = {
				OR = {
					has_country_flag = middle_east_recruitment_unlocked
					capital_scope = { is_on_continent = middle_east }
				}
			}
		}
	}
