leader_traits = {

	friend_of_america = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "USA"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "USA"
			value = 25
		}
	}

	enemy_of_america = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "USA"			
			value = 50
		}
	}

	friend_of_russia = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "SOV"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "SOV"
			value = 25
		}
	}

	enemy_of_russia = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "SOV"			
			value = 100
		}
	}

	friend_of_germany = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "GER"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "GER"
			value = 25
		}
	}

	enemy_of_germany = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "GER"			
			value = 100
		}
	}

	friend_of_france = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "FRA"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "FRA"
			value = 25
		}
	}

	enemy_of_france = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "FRA"			
			value = 100
		}
	}

	friend_of_china = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "PRC"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "PRC"
			value = 25
		}
	}

	enemy_of_china = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "PRC"			
			value = 100
		}
	}

	friend_of_india = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "RAJ"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "RAJ"
			value = 25
		}
	}

	enemy_of_india = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "RAJ"			
			value = 100
		}
	}

	friend_of_britain = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "ENG"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "ENG"
			value = 25
		}
	}

	enemy_of_britain = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "ENG"			
			value = 100
		}
	}

	friend_of_japan = {
		random = yes
		ai_strategy = {
			type = befriend
			id = "JAP"			
			value = 25
		}
		ai_strategy = {
			type = alliance
			id = "JAP"
			value = 25
		}
	}

	enemy_of_japan = {
		random = yes
		ai_strategy = {
			type = antagonize
			id = "JAP"			
			value = 100
		}
	}

}