ideologies = {

	democratic = {

		types = {

			conservatism = {
			}

			liberalism = {
			}

			socialism = {
			}

			alicornrule = {
			}
		}

		dynamic_faction_names = {
			"FACTION_NAME_DEMOCRATIC_1"
			"FACTION_NAME_DEMOCRATIC_2"
			"FACTION_NAME_DEMOCRATIC_3"
			"FACTION_NAME_DEMOCRATIC_4"
			"FACTION_NAME_DEMOCRATIC_5"
			"FACTION_NAME_DEMOCRATIC_6"
		}

		color = { 246 193 219 }

		rules = {
			can_declare_war_on_same_ideology = no
			can_force_government = yes
			can_send_volunteers = yes
			can_puppet = yes
			can_lower_tension = yes
			can_only_justify_war_on_threat_country = yes
			can_guarantee_other_ideologies = yes
		}

		war_impact_on_world_tension = 0.05
		faction_impact_on_world_tension = -0.1

		modifiers = {
			generate_wargoal_tension = 0.50
			join_faction_tension = 0.50
			lend_lease_tension = 0.20
			send_volunteers_tension = 0.50
			guarantee_tension = 0.50
			take_states_cost_factor = 0.25
			annex_cost_factor = 0.2
			send_volunteer_divisions_required = -0.25
		}

		faction_modifiers = {
			faction_trade_opinion_factor = 0.50 #plus 50% trade opinion
		}
		ai_democratic = yes # uses the democratic AI behaviour
	}


	communism = {

		types = {

			marxism = {
			}

			leninism = {
			}

			stalinism = {
			}

			anti_revisionism = {
			}

			anarchist_communism = {
			}
		}

		dynamic_faction_names = {
			"FACTION_NAME_COMMUNIST_1"
			"FACTION_NAME_COMMUNIST_2"
			"FACTION_NAME_COMMUNIST_3"
			"FACTION_NAME_COMMUNIST_4"
			"FACTION_NAME_COMMUNIST_5"
		}

		color = { 236 7 75 }

		war_impact_on_world_tension = 0.75		#Commie less threatening
		faction_impact_on_world_tension = 0.5

		ai_communist = yes # uses the commie AI behaviour

		rules = {
			can_force_government = no
			can_send_volunteers = yes
			can_puppet = yes
			can_guarantee_other_ideologies = yes
		}

		modifiers = {
			puppet_cost_factor = -0.3
			send_volunteer_divisions_required = -0.25
		}

		faction_modifiers = {

		}

	}

	fascism = {

		types = {

			nazism = {
			}

			fascism_ideology = {
			}

			falangism = {
			}

			rexism = {
			}
		}

		dynamic_faction_names = {
			"FACTION_NAME_FASCIST_1"
			"FACTION_NAME_FASCIST_2"
			"FACTION_NAME_FASCIST_3"
			"FACTION_NAME_FASCIST_4"
			"FACTION_NAME_FASCIST_5"
		}

		color = { 55 55 74 }

		war_impact_on_world_tension = 1.0			#evil!
		faction_impact_on_world_tension = 1.0

		rules = {
			can_force_government = no
			can_send_volunteers = yes
			can_puppet = yes
		}

		modifiers = {
			justify_war_goal_when_in_major_war_time = -0.80
			send_volunteer_divisions_required = -0.25
		}

		ai_fascist = yes # uses the fascist AI behaviour
	}

	neutrality = {

		types = {

			despotism  = {
			}

			oligarchism  = {
			}

			moderatism = {
			}

			centrism = {
			}
		}

		dynamic_faction_names = {
			"FACTION_NAME_NONALIGNED_1"
			"FACTION_NAME_NONALIGNED_2"
			"FACTION_NAME_NONALIGNED_3"
			"FACTION_NAME_NONALIGNED_4"
			"FACTION_NAME_NONALIGNED_5"
		}

		color = { 124 124 124 }


		war_impact_on_world_tension = 0.25		#no major danger
		faction_impact_on_world_tension = 0.1

		rules = {
			can_force_government = no
			can_puppet = yes
			can_send_volunteers = yes
		}

		modifiers = {
			#increased_influence_factor = 0.3 #30% easier to influence
			generate_wargoal_tension = 0.5
			join_faction_tension = 0.4
			lend_lease_tension = 0.4
			send_volunteers_tension = 0.4
			guarantee_tension = 0.4
			drift_defence_factor = -0.3
			send_volunteer_divisions_required = -0.1
		}

		faction_modifiers = {
		}

		can_be_boosted = yes
		can_collaborate = yes

		ai_neutral = yes #
	}
}
