﻿###############################################
# #Ruler Adjustment Modifiers

acotw_olympia_war_reduction = {
	icon = martial_mixed
	hide_effects = yes

	ai_war_chance = -0.75					#War consumes significant resources especially pathfinding armies; reduce the odds of these wars happening
	ai_war_cooldown = 5						#When wars do happen spread them out over greater periods of time
}

acotw_olympia_ruler_domain_increase = {
	icon = administrative_mixed
	hide_effects = yes

	domain_limit = 5						#More domain means less barons and counts which means fewer courtiers
	county_opinion_add = 25					#Popular opinion buff makes rebellions less likely but not impossible
}

acotw_olympia_health_adjustments = {
	icon = health_mixed
	hide_effects = yes

	elderly_health = -2						#Let's try and weed out those over 50 early to save on on_action checks
	child_health = -1						#Try to weed out some of the children so cruel
	fertility = -0.25						#Reduce the amount of babies
	stress_gain_mult = -100					#Don't let them participate in the stress system
}

acotw_olympia_adjust_diplomatic_range_75 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.75
}

acotw_olympia_adjust_diplomatic_range_50 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.5
}

acotw_olympia_adjust_diplomatic_range_25 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.25
}

##########
#Landless - Can't dynamically change modifier localization so need duplicate modifiers
##########

acotw_landless_olympia_adjust_diplomatic_range_75 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.75
}

acotw_landless_olympia_adjust_diplomatic_range_50 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.5
}

acotw_landless_olympia_adjust_diplomatic_range_25 = {
	icon = letter_mixed
	
	diplomatic_range_mult = -0.25
}