leader_traits = {
	eoanb_conservative_tendencies = { 
		type = all
		trait_type = personality_trait
		gain_xp = {
			always = no # not gainable
		}
		allowed = {
		}
		
		modifier = {
			
		}
		
		ai_will_do = {
			factor = 1
		}
		new_commander_weight = {
			factor = 0
		}
	}
	eoanb_liberal_tendencies = { 
		type = all
		trait_type = personality_trait
		gain_xp = {
			always = no # not gainable
		}
		allowed = {
		}
		
		modifier = {
			
		}
		
		ai_will_do = {
			factor = 1
		}
		new_commander_weight = {
			factor = 0
		}
	}
	eoanb_french_general = { 
		type = all
		trait_type = personality_trait
		gain_xp = {
			always = no # not gainable
		}
		allowed = {
		}
		
		modifier = {
			
		}
		
		ai_will_do = {
			factor = 1
		}
		new_commander_weight = {
			factor = 0
		}
	}
	eoanb_mexican_general = { 
		type = all
		trait_type = personality_trait
		gain_xp = {
			always = no # not gainable
		}
		allowed = {
		}
		
		modifier = {
			
		}
		
		ai_will_do = {
			factor = 1
		}
		new_commander_weight = {
			factor = 0
		}
	}
	eoanb_incompent_commander = { 
		type = { land navy }
		trait_type = personality_trait
		
		non_shared_modifier = {
			reassignment_duration_factor = 0.5   # +50% cost to replace leader
		}
		gain_xp = {
			always = no # not gainable
		}
		
		modifier = {
			army_org_factor = -0.05
		}
		
		new_commander_weight = {
			factor = 0  # Scripted starting leaders only
		}
		planning_skill_factor = 1
	}
}