﻿
gptl_low_satisfaction = {
	icon = health_positive
	diplomacy = 1
	martial = 1
	intrigue = 1
	learning = 1
	stewardship = 1
	monthly_lifestyle_xp_gain_mult = 0.1
	stress_gain_mult = -0.1
}

gptl_high_satisfaction = {
	icon = health_positive
	diplomacy = 2
	martial = 2
	intrigue = 2
	learning = 2
	stewardship = 2
	monthly_lifestyle_xp_gain_mult = 0.2
	stress_gain_mult = -0.2
}

gptl_low_objection = {
	icon = health_negative
	diplomacy = -1
	martial = -1
	intrigue = -1
	learning = -1
	stewardship = -1
	monthly_lifestyle_xp_gain_mult = -0.1
	stress_gain_mult = 0.1
}

gptl_high_objection = {
	icon = health_negative
	diplomacy = -2
	martial = -2
	intrigue = -2
	learning = -2
	stewardship = -2
	monthly_lifestyle_xp_gain_mult = -0.2
	stress_gain_mult = 0.2
}

