nef_dec_turmoil = {
	icon = generic_crisis

	visible = {
		OR =  { 
		OR = {
			has_idea = nef_turmoil
			communism > 0.3
			democratic > 0.3
			fascism > 0.3
			} 
			has_civil_war = yes }
	}
	allowed = {
		OR =  { 		
		OR = {
			has_idea = nef_turmoil
			communism > 0.3
			democratic > 0.3
			fascism > 0.3
			} 
			has_civil_war = yes }
	}
}

nef_dec_civwar_help = {
	icon = generic_crisis

	visible = {
		random_country = {
				has_civil_war = yes
				if = {
					limit = {
						ROOT = { has_government = neutrality }
					}
					has_government = neutrality
				}
				if = {
					limit = {
						ROOT = { has_government = fascism }
					}
					has_government = fascism
				}
				if = {
					limit = {
						ROOT = { has_government = communism }
					}
					has_government = communism
				}
				if = {
					limit = {
						ROOT = { has_government = democratic }
					}
					has_government = democratic
				}
			}
	}
	allowed = {
		random_country = {
				has_civil_war = yes
				if = {
					limit = {
						ROOT = { has_government = neutrality }
					}
					has_government = neutrality
				}
				if = {
					limit = {
						ROOT = { has_government = fascism }
					}
					has_government = fascism
				}
				if = {
					limit = {
						ROOT = { has_government = communism }
					}
					has_government = communism
				}
				if = {
					limit = {
						ROOT = { has_government = democratic }
					}
					has_government = democratic
				}
			}
	}
}

nef_dec_state_development = {
	icon = GFX_decision_category_generic_economy

	visible = {
	OR = {
		has_completed_focus = nef_res_state_development
		has_completed_focus = nef_tot_state_development
		}
	}
}