ideologies = {
		
	communism = {
		
		types = {
		
			marxist_ideology = {
			}
			
			jacobin_ideology = {
			}
			
			anarchist_ideology = {
			}
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_COMMUNIST_1"
			"FACTION_NAME_COMMUNIST_2"
			"FACTION_NAME_COMMUNIST_3"
			"FACTION_NAME_COMMUNIST_4"
			"FACTION_NAME_COMMUNIST_5"
		}
		
		color = { 255 0 0 }
		
		war_impact_on_world_tension = 0.75
		faction_impact_on_world_tension = 0.75
		
		ai_communist = yes # uses the commie AI behaviour
		
		rules = {
			can_create_collaboration_government = yes
			can_declare_war_on_same_ideology = yes
			can_force_government = yes
			can_send_volunteers = yes
			can_puppet = yes
			can_lower_tension = no
			can_only_justify_war_on_threat_country = no
			can_guarantee_other_ideologies = yes
			can_occupy_non_war = yes
		}
		
		modifiers = {
			#communism_acceptance = 10
			#democratic_acceptance = 5
			generate_wargoal_tension = 0.2
			join_faction_tension = 0.2
			send_volunteer_divisions_required = -0.3
			guarantee_tension = 0.2
			send_volunteers_tension = 0.1
			civilian_intel_to_others = 1.0
			army_intel_to_others = 1.0
			navy_intel_to_others = 1.0
			airforce_intel_to_others = 1.0
		}

		faction_modifiers = {
			
		}

	}
	
	democratic	= {
	
		types = {
			
			liberal_republican_ideology = {
			}
			
			constitutionalist_ideology = {
			}
			
			social_democratic_ideology = {
			}
		}
		
		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 = { 0 0 255 }
		
		rules = {
			can_create_collaboration_government = yes
			can_declare_war_on_same_ideology = yes
			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
			can_occupy_non_war = yes
		}
		
		war_impact_on_world_tension = 0.5
		faction_impact_on_world_tension = 0.0
		
		modifiers = {
			#democratic_acceptance = 10
			#communism_acceptance = 5
			#neutrality_acceptance = 5
			generate_wargoal_tension = 0.3
			join_faction_tension = 0.3
			lend_lease_tension = 0.1
			send_volunteers_tension = 0.2
			guarantee_tension = 0.3
			civilian_intel_to_others = 1.0
			army_intel_to_others = 1.0
			navy_intel_to_others = 1.0
			airforce_intel_to_others = 1.0
		}
		
		faction_modifiers = {
			
		}
		ai_democratic = yes # uses the democratic AI behaviour
	}

	neutrality = {
	
		types = {
		
			reactionary_ideology  = {
			}

			bonapartist_ideology  = {
			}
			
		}
		
		color = { 124 0 124 }
		
		
		war_impact_on_world_tension = 0.75
		faction_impact_on_world_tension = 0.5
		
		rules = {
			can_create_collaboration_government = yes
			can_declare_war_without_wargoal_when_in_war = no
			can_declare_war_on_same_ideology = yes
			can_force_government = yes
			can_send_volunteers = yes
			can_puppet = yes
			can_lower_tension = yes
			can_only_justify_war_on_threat_country = no
			can_guarantee_other_ideologies = yes
			can_occupy_non_war = yes
		}
		
		modifiers = {
			#neutrality_acceptance = 10
			#fascism_acceptance = 5
			#democratic_acceptance = 5
			generate_wargoal_tension = 0.25
			join_faction_tension = 0.25
			lend_lease_tension = 0.1
			send_volunteers_tension = 0.15
			guarantee_tension = 0.25
			civilian_intel_to_others = 1.0
			army_intel_to_others = 1.0
			navy_intel_to_others = 1.0
			airforce_intel_to_others = 1.0
		}
		
		faction_modifiers = {
		}

		ai_democratic = yes
	}
	
	fascism = {
	
		types = {
		
			corporatist_ideology = {
			}
			
			social_darwinist_ideology = {
			}
			
			religious_ideology = {
			}
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_FASCIST_1"
			"FACTION_NAME_FASCIST_2"
			"FACTION_NAME_FASCIST_3"
			"FACTION_NAME_FASCIST_4"
			"FACTION_NAME_FASCIST_5"
		}
		
		color = { 40 40 40 }
		
		war_impact_on_world_tension = 1.0
		faction_impact_on_world_tension = 1.0
		
		rules = {
			can_create_collaboration_government = yes
			can_declare_war_without_wargoal_when_in_war = no
			can_declare_war_on_same_ideology = yes
			can_force_government = yes
			can_send_volunteers = yes
			can_puppet = yes
			can_lower_tension = no
			can_only_justify_war_on_threat_country = no
			can_guarantee_other_ideologies = yes
			can_occupy_non_war = yes
		}
		
		modifiers = {
			#fascism_acceptance = 10
			#neutrality_acceptance = 5
			generate_wargoal_tension = 0.2
			join_faction_tension = 0.2
			guarantee_tension = 0.2
			send_volunteers_tension = 0.1
			civilian_intel_to_others = 1.0
			army_intel_to_others = 1.0
			navy_intel_to_others = 1.0
			airforce_intel_to_others = 1.0
		}
		
		faction_modifiers = {
		}

		ai_fascist = yes # uses the fascist AI behaviour
	}
	
}
