on_startup = {
	events = {
		#PA_events.1	#this is redundant now since we're back to using professionalism
		#PA_events.4
	}
}

on_main_war_lost = {
	events = {
		PA_events.2
	}
}

on_battle_won_country = {
	#Possibly try making army experience gains dependent on war score or battle casualties?
	PA_army_exp_from_winning_battles_effect = yes
}

on_battle_lost_country = {
	#Possibly try making army experience gains dependent on war score or battle casualties?
	PA_army_exp_from_losing_battles_effect = yes
}

on_monthly_pulse = {
	#investigate making this decay based on percentage (like AT) if feasible
	add_army_professionalism = -0.1
}