﻿stewardship_modifier = {
}
stewardship_modifier_with_offset = {
	domain_tax_mult = 0.05
	#build_gold_cost = -0.05
	#holding_build_gold_cost = -0.05
}

martial_modifier = {
}
martial_modifier_with_offset = {
	levy_size = 0.05
	levy_reinforcement_rate = 0.05
	#army_maintenance_mult = -0.05
}

baron_modifier = {
	domain_limit = 3
	# Barons don't get to have knights
}

count_modifier = {
	domain_limit = 8
	knight_limit = 6
}

duke_modifier = {
	domain_limit = 12
	knight_limit = 10
	vassal_limit = 30
}

king_modifier = {
	domain_limit = 16
	knight_limit = 15
	vassal_limit = 50
}

emperor_modifier = {
	domain_limit = 30
	knight_limit = 20
	vassal_limit = 70
}

# These modifiers are applied to the holder of a title of the respective tier (per title)
held_barony_modifier = {
	monthly_prestige = 0.05
}
held_county_modifier = {
	monthly_prestige = 0.1
}
held_duchy_modifier = {
	monthly_prestige = 0.5
}
held_kingdom_modifier = {
	monthly_prestige = 1.0
}
held_empire_modifier = {
	monthly_prestige = 2.0
}


