|
@@ -61,6 +61,27 @@ siphoned_income = {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
siezed_court_resources = {
|
|
65
|
+
liberty_desire = {
|
|
66
|
+
value = 25
|
|
67
|
+
yearly_decay = 1
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
requested_extra_levies = {
|
|
72
|
+
liberty_desire = {
|
|
73
|
+
value = 25
|
|
74
|
+
yearly_decay = 1
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
granted_administrative_autonomy = {
|
|
79
|
+
reduced_liberty_desire = {
|
|
80
|
+
value = 10
|
|
81
|
+
yearly_decay = 1
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
64
85
|
replaced_governor = {
|
|
65
86
|
liberty_desire = {
|
|
66
87
|
value = 10
|
|
@@ -171,4 +192,11 @@ overlord_refused_call = {
|
|
|
171
192
|
value = 50
|
|
172
193
|
yearly_decay = 1
|
|
173
194
|
}
|
|
174
|
-
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
subject_of_rivals = {
|
|
198
|
+
liberty_desire = {
|
|
199
|
+
value = 25
|
|
200
|
+
yearly_decay = 1
|
|
201
|
+
}
|
|
202
|
+
}
|