﻿
gptev_cooldown_value_start = {
	value = { 360 1800 }
}

gptev_cooldown_value = {
	value = { 1400 2200 }
}

gptev_add_gold_value = {
	value = 35
	add = root.sub_realm_size
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_prestige_value = {
	value = 70
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_fame_value = {
	value = 200
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_piety_value = {
	value = 70
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_devotion_value = {
	value = 140
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_renown_value = {
	value = 20
	add = {
		value = root.sub_realm_size
		multiply = 0.5
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_influence_value = {
	value = 20
	add = {
		value = root.sub_realm_size
		multiply = 0.7
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_add_legitimacy_value = {
	value = 20
	add = {
		value = root.sub_realm_size
		multiply = 0.7
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
	
}



gptev_remove_gold_value = {
	value = 35
	add = root.sub_realm_size
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_prestige_value = {
	value = -70
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_fame_value = {
	value = -140
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_piety_value = {
	value = -70
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_devotion_value = {
	value = -115
	add = {
		value = root.sub_realm_size
		multiply = 2
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_renown_value = {
	value = -20
	add = {
		value = root.sub_realm_size
		multiply = 0.5
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_influence_value = {
	value = -20
	add = {
		value = root.sub_realm_size
		multiply = 0.7
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}

gptev_remove_legitimacy_value = {
	value = -20
	add = {
		value = root.sub_realm_size
		multiply = 0.7
	}
	multiply = root.highest_held_title_tier
	multiply = 0.5
}
