ideologies = {

	democratic_socialist = {
		
		types = {
		
			democratic_socialist_ideology = {
			}
			
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_1"
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_2"
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_3"
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_4"
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_5"
			"FACTION_NAME_DEMOCRATIC_SOCIALIST_6"
		}
		
		color = { 200 0 220 }
		
		war_impact_on_world_tension = 2.5
		faction_impact_on_world_tension = 2.5
		
		rules = {
			can_guarantee_other_ideologies = yes
			can_force_government = yes
			can_send_volunteers = no
			can_puppet = no
			can_lower_tension = yes
		}
		
		modifiers = {
			join_faction_tension = 0.85
			lend_lease_tension = 0.60
			send_volunteers_tension = 0.75
			guarantee_tension = 0.20
		}
		
	}

}