ideologies = {

	nationalist = {
		
		types = {
		
			national_democrat = {
			}
			
			proto_fascist = {
			}
			
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_NATIONALIST_1"
			"FACTION_NAME_NATIONALIST_2"
			"FACTION_NAME_NATIONALIST_3"
			"FACTION_NAME_NATIONALIST_4"
			"FACTION_NAME_NATIONALIST_5"
			"FACTION_NAME_NATIONALIST_6"
		}
		
		color = { 100 100 100 }
		
		war_impact_on_world_tension = 2.5
		faction_impact_on_world_tension = 2.5
		
		rules = {
			can_force_government = yes
			can_send_volunteers = yes
			can_puppet = no
		}
		
		modifiers = {
			join_faction_tension = 0.30
			lend_lease_tension = 0.10
			send_volunteers_tension = 0.30
			guarantee_tension = 0.15
		}
		
	}

}