# Professional Armies - Triggered modifiers for high War Exhaustion


PA_high_army_exhaustion_modifier = {
	potential = {
		always = yes
	}

	trigger = {
		war_exhaustion = 5
		NOT = { war_exhaustion = 10 }
	}

	land_morale = -0.05
	discipline = -0.05
}

PA_very_high_army_exhaustion_modifier = {
	potential = {
		always = yes
	}

	trigger = {
		war_exhaustion = 10
	}

	land_morale = -0.15
	discipline = -0.1
	fire_damage_received = 0.1
	shock_damage_received = 0.1
}