ideologies = {

	fascist = {
		
		types = {
		
			national_socialist = {	#Hitler
			}
			
			fascist_ideology = {	#Mussolini
			}
			
			falangist = {			#Franco
			}
			
			rexist = {				#Belgian Fascists
			}
			
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_FASCIST_1"
			"FACTION_NAME_FASCIST_2"
			"FACTION_NAME_FASCIST_3"
			"FACTION_NAME_FASCIST_4"
			"FACTION_NAME_FASCIST_5"
			"FACTION_NAME_FASCIST_6"
		}
		
		color = { 140 80 0 }
		
		war_impact_on_world_tension = 3
		faction_impact_on_world_tension = 3
		
		ai_fascist = yes
		
		rules = {
			can_force_government = no
			can_send_volunteers = yes
			can_puppet = yes
		}
		
		modifiers = {
			join_faction_tension = 0.05
			lend_lease_tension = 0.05
			send_volunteers_tension = 0.05
			guarantee_tension = 0.05
		}
		
	}

}