|
@@ -202,9 +202,9 @@ inclusive_monarchy_decision = {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
promote_bureaucratic_faction_decision = {
|
|
205
|
-
empire = celestial_empire
|
|
206
|
-
trigger = {
|
|
207
|
-
|
|
205
|
+
empire = celestial_empire
|
|
206
|
+
trigger = {
|
|
207
|
+
not = { empire_of_china_reform_passed = promote_military_faction_decision }
|
|
208
208
|
}
|
|
209
209
|
member = {
|
|
210
210
|
church_loyalty_modifier = 0.05
|
|
@@ -213,12 +213,13 @@ promote_bureaucratic_faction_decision = {
|
|
|
213
213
|
church_loyalty_modifier = 0.1
|
|
214
214
|
tolerance_own = 1
|
|
215
215
|
}
|
|
216
|
+
disabled_by = promote_military_faction_decision
|
|
216
217
|
}
|
|
217
218
|
|
|
218
219
|
promote_military_faction_decision = {
|
|
219
220
|
empire = celestial_empire
|
|
220
|
-
trigger = {
|
|
221
|
-
|
|
221
|
+
trigger = {
|
|
222
|
+
not = { empire_of_china_reform_passed = promote_bureaucratic_faction_decision }
|
|
222
223
|
}
|
|
223
224
|
member = {
|
|
224
225
|
nobles_loyalty_modifier = 0.05
|
|
@@ -227,6 +228,7 @@ promote_military_faction_decision = {
|
|
|
227
228
|
nobles_loyalty_modifier = 0.1
|
|
228
229
|
army_tradition = 0.5
|
|
229
230
|
}
|
|
231
|
+
disabled_by = promote_bureaucratic_faction_decision
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
unifed_trade_market_decision = {
|