﻿NMilitary = {
	MANPOWER_LOST_DUE_TO_ATTRITION_PER_WEEK_MIN = 0.02 	# The minimum percentage of manpower a unit can lose each week due to attrition
	MANPOWER_LOST_DUE_TO_ATTRITION_PER_WEEK_MAX = 0.2 	# The maximum percentage of manpower a unit can lose each week due to attrition
}

NWar = {
	DEVASTATION_INCREASE_RATE = 0.08 # Per day, scales with level of occupation
	DEVASTATION_DECAY_RATE = -0.1 # Per day, when there are no occupations
	DEVASTATION_FROM_BATTLES = 0.02 # For each battle
	MAX_SIMULTANEOUS_BATTLES = 2
}

