generic_nation_fascist = {
	name = "G F"
	desc = "G F"

	allowed = {
		check_original_tag = yes
	}
	enable = {
		is_ai_fascist_generic = yes
		has_focus_tree = generic_focus
		is_historical_focus_on = no
	}
	abort = {
		
	}

	traits = {
		fascist_demagogue = 500
	}

	# Keep small, as it is used as a factor for some things (such as research needs)
	# Recommended around 1.0. Useful for relation between plans
	weight = {
		factor = 1.0
		modifier = {
			factor = 1.0
		}
	}

	focus_factors = {
		
	}

}

generic_nation_commie = {
	name = "G C"
	desc = "G C"

	allowed = {
		check_original_tag = yes
	}
	enable = {
		is_ai_communist_generic = yes
		is_historical_focus_on = no
		has_focus_tree = generic_focus
	}
	abort = {
		
	}

	traits = {
		communist_revolutionary = 500
	}

	# Keep small, as it is used as a factor for some things (such as research needs)
	# Recommended around 1.0. Useful for relation between plans
	weight = {
		factor = 1.0
		modifier = {
			factor = 1.0
		}
	}

	focus_factors = {
		
	}

}
generic_nation_dem = {
	name = "G D"
	desc = "G D"

	allowed = {
		check_original_tag = yes
	}
	enable = {
		has_country_flag = interventionist_generic_flag
		is_historical_focus_on = no
		has_focus_tree = generic_focus
	}
	abort = {
		
	}

	traits = {
		democratic_reformer = 500
	}

	# Keep small, as it is used as a factor for some things (such as research needs)
	# Recommended around 1.0. Useful for relation between plans
	weight = {
		factor = 1.0
		modifier = {
			factor = 1.0
		}
	}

	focus_factors = {
		
	}

}