﻿
# These modifiers are applied to the holder of a title of the respective tier (per title)
held_barony_modifier = {
	monthly_prestige = 0.02
}
held_county_modifier = {
	monthly_prestige = 0.05
	monthly_income = 0.2
}
held_duchy_modifier = {
	monthly_prestige = 0.2
	monthly_income = 0.6
}
held_kingdom_modifier = {
	monthly_prestige = 0.8
	monthly_income = 0.6
}
held_empire_modifier = {
	monthly_prestige = 1.6
	monthly_income = 1
}