ideologies = {

	communist = {
		
		types = {
		
			marxist = {
			}
		
			leninist = {
			}
			
			stalinist = {
			}
			
			maoist = {
			}
			
		}
		
		dynamic_faction_names = {
			"FACTION_NAME_COMMUNIST_1"
			"FACTION_NAME_COMMUNIST_2"
			"FACTION_NAME_COMMUNIST_3"
			"FACTION_NAME_COMMUNIST_4"
			"FACTION_NAME_COMMUNIST_5"
			"FACTION_NAME_COMMUNIST_6"
		}
		
		color = { 255 0 0 }
		
		war_impact_on_world_tension = 4
		faction_impact_on_world_tension = 4
		
		rules = {
			can_force_government = yes
			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
		}
		
	}

}