Diff to HTML by rtfpessoa

Files changed (37) hide show
  1. common/parliament_bribes/administrative_support.txt +117 -2
  2. common/parliament_bribes/diplomatic_support.txt +112 -2
  3. common/parliament_bribes/estate_bribes.txt +737 -71
  4. common/parliament_bribes/gain_corruption.txt +130 -0
  5. common/parliament_bribes/gain_inflation.txt +130 -0
  6. common/parliament_bribes/gain_piety.txt +0 -16
  7. common/parliament_bribes/gain_war_exhaustion.txt +132 -0
  8. common/parliament_bribes/grant_local_autonomy.txt +47 -1
  9. common/parliament_bribes/lose_army_tradition.txt +118 -1
  10. common/parliament_bribes/lose_ia.txt +80 -2
  11. common/parliament_bribes/lose_mandate.txt +98 -0
  12. common/parliament_bribes/lose_manpower.txt +130 -0
  13. common/parliament_bribes/lose_mercantilism.txt +78 -1
  14. common/parliament_bribes/lose_navy_tradition.txt +119 -1
  15. common/parliament_bribes/lose_piety.txt +0 -14
  16. common/parliament_bribes/lose_prestige.txt +113 -1
  17. common/parliament_bribes/lose_sailors.txt +130 -0
  18. common/parliament_bribes/military_support.txt +113 -2
  19. common/parliament_bribes/monetary_support.txt +113 -2
  20. common/parliament_bribes/pay_armyprofessionalism.txt +115 -1
  21. common/parliament_bribes/pay_churchpower.txt +0 -23
  22. common/parliament_bribes/pay_crown_land.txt +104 -3
  23. common/parliament_bribes/pay_devotion.txt +0 -14
  24. common/parliament_bribes/pay_fervor.txt +0 -16
  25. common/parliament_bribes/pay_government_currency.txt +636 -0
  26. common/parliament_bribes/pay_government_power.txt +2275 -0
  27. common/parliament_bribes/pay_inflation.txt +0 -17
  28. common/parliament_bribes/pay_institutiongrowth.txt +46 -2
  29. common/parliament_bribes/pay_legitimacy.txt +0 -15
  30. common/parliament_bribes/pay_pa.txt +0 -23
  31. common/parliament_bribes/pay_papal_influence.txt +0 -15
  32. common/parliament_bribes/pay_reformprogress.txt +126 -3
  33. common/parliament_bribes/pay_religious_currency.txt +994 -0
  34. common/parliament_bribes/pay_rep_tradition.txt +0 -18
  35. common/parliament_bribes/pay_stability.txt +50 -0
  36. common/parliament_bribes/scapegoat_bribe.txt +14 -0
  37. common/parliament_bribes/support_monarchists_vs_statists.txt +159 -0
common/parliament_bribes/administrative_support.txt CHANGED
@@ -1,10 +1,125 @@
1
1
  administrative_support = {
2
2
  trigger = {
3
- always = yes
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = adm
6
+ }
4
7
  }
5
8
 
6
9
  effect = {
7
- adm_power_cost = 10
10
+ if = {
11
+ limit = {
12
+ has_expensive_debate = yes
13
+ NOT = { halved_parliament_bribes = yes }
14
+ }
15
+ bribe_effect_scaling_with_estate_loyalty = {
16
+ estate = estate_church
17
+ effect_angry = "adm_power_cost = 16"
18
+ effect_neutral = "adm_power_cost = 8"
19
+ effect_happy = "adm_power_cost = 4"
20
+ default_effect = "adm_power_cost = 8"
21
+ }
22
+ }
23
+ else_if = {
24
+ limit = {
25
+ OR = {
26
+ AND = {
27
+ has_expensive_debate = yes
28
+ halved_parliament_bribes = yes
29
+ }
30
+ AND = {
31
+ NOT = { has_expensive_debate = yes }
32
+ NOT = { halved_parliament_bribes = yes }
33
+ }
34
+ }
35
+ }
36
+ bribe_effect_scaling_with_estate_loyalty = {
37
+ estate = estate_church
38
+ effect_angry = "adm_power_cost = 8"
39
+ effect_neutral = "adm_power_cost = 4"
40
+ effect_happy = "adm_power_cost = 2"
41
+ default_effect = "adm_power_cost = 4"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_church
47
+ effect_angry = "adm_power_cost = 4"
48
+ effect_neutral = "adm_power_cost = 2"
49
+ effect_happy = "adm_power_cost = 1"
50
+ default_effect = "adm_power_cost = 2"
51
+ }
52
+ }
53
+ }
54
+
55
+ chance = {
56
+ factor = 1
57
+ }
58
+
59
+ ai_will_do = {
60
+ factor = 1
61
+ }
62
+ }
63
+
64
+ national_administrative_support = {
65
+ trigger = {
66
+ has_reached_seat_threshold = yes
67
+ has_not_bribe_blocking_debate_active = {
68
+ type = adm
69
+ }
70
+ }
71
+
72
+ effect = {
73
+ back_seats_of_bribe_type = {
74
+ bribe = administrative_support
75
+ }
76
+ if = {
77
+ limit = {
78
+ has_expensive_debate = yes
79
+ NOT = { halved_parliament_bribes = yes }
80
+ }
81
+ bribe_effect_scaling_with_estate_loyalty = {
82
+ estate = estate_church
83
+ effect_angry = "adm_power_cost = 80"
84
+ effect_neutral = "adm_power_cost = 40"
85
+ effect_happy = "adm_power_cost = 20"
86
+ default_effect = "adm_power_cost = 40"
87
+ }
88
+ }
89
+ else_if = {
90
+ limit = {
91
+ OR = {
92
+ AND = {
93
+ has_expensive_debate = yes
94
+ halved_parliament_bribes = yes
95
+ }
96
+ AND = {
97
+ NOT = { has_expensive_debate = yes }
98
+ NOT = { halved_parliament_bribes = yes }
99
+ }
100
+ }
101
+ }
102
+ bribe_effect_scaling_with_estate_loyalty = {
103
+ estate = estate_church
104
+ effect_angry = "adm_power_cost = 40"
105
+ effect_neutral = "adm_power_cost = 20"
106
+ effect_happy = "adm_power_cost = 10"
107
+ default_effect = "adm_power_cost = 20"
108
+ }
109
+ }
110
+ else = {
111
+ bribe_effect_scaling_with_estate_loyalty = {
112
+ estate = estate_church
113
+ effect_angry = "adm_power_cost = 20"
114
+ effect_neutral = "adm_power_cost = 10"
115
+ effect_happy = "adm_power_cost = 5"
116
+ default_effect = "adm_power_cost = 10"
117
+ }
118
+ }
119
+ }
120
+
121
+ chance = {
122
+ factor = 1
8
123
  }
9
124
 
10
125
  ai_will_do = {
common/parliament_bribes/diplomatic_support.txt CHANGED
@@ -1,13 +1,123 @@
1
1
  diplomatic_support = {
2
2
  trigger = {
3
- always = yes
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = dip
6
+ }
4
7
  }
5
8
 
6
9
  effect = {
7
- dip_power_cost = 10
10
+ if = {
11
+ limit = {
12
+ has_expensive_debate = yes
13
+ NOT = { halved_parliament_bribes = yes }
14
+ }
15
+ bribe_effect_scaling_with_estate_loyalty = {
16
+ estate = estate_burghers
17
+ effect_angry = "dip_power_cost = 16"
18
+ effect_neutral = "dip_power_cost = 8"
19
+ effect_happy = "dip_power_cost = 4"
20
+ default_effect = "dip_power_cost = 8"
21
+ }
22
+ }
23
+ else_if = {
24
+ limit = {
25
+ OR = {
26
+ AND = {
27
+ has_expensive_debate = yes
28
+ halved_parliament_bribes = yes
29
+ }
30
+ AND = {
31
+ NOT = { has_expensive_debate = yes }
32
+ NOT = { halved_parliament_bribes = yes }
33
+ }
34
+ }
35
+ }
36
+ bribe_effect_scaling_with_estate_loyalty = {
37
+ estate = estate_burghers
38
+ effect_angry = "dip_power_cost = 8"
39
+ effect_neutral = "dip_power_cost = 4"
40
+ effect_happy = "dip_power_cost = 2"
41
+ default_effect = "dip_power_cost = 4"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_burghers
47
+ effect_angry = "dip_power_cost = 4"
48
+ effect_neutral = "dip_power_cost = 2"
49
+ effect_happy = "dip_power_cost = 1"
50
+ default_effect = "dip_power_cost = 2"
51
+ }
52
+ }
8
53
  }
9
54
 
10
55
  ai_will_do = {
11
56
  factor = 1
12
57
  }
58
+ }
59
+
60
+ national_diplomatic_support = {
61
+ trigger = {
62
+ has_reached_seat_threshold = yes
63
+ has_not_bribe_blocking_debate_active = {
64
+ type = dip
65
+ }
66
+ }
67
+
68
+ effect = {
69
+ back_seats_of_bribe_type = {
70
+ bribe = diplomatic_support
71
+ }
72
+ if = {
73
+ limit = {
74
+ has_expensive_debate = yes
75
+ NOT = { halved_parliament_bribes = yes }
76
+ }
77
+ bribe_effect_scaling_with_estate_loyalty = {
78
+ estate = estate_burghers
79
+ effect_angry = "dip_power_cost = 80"
80
+ effect_neutral = "dip_power_cost = 40"
81
+ effect_happy = "dip_power_cost = 20"
82
+ default_effect = "dip_power_cost = 40"
83
+ }
84
+ }
85
+ else_if = {
86
+ limit = {
87
+ OR = {
88
+ AND = {
89
+ has_expensive_debate = yes
90
+ halved_parliament_bribes = yes
91
+ }
92
+ AND = {
93
+ NOT = { has_expensive_debate = yes }
94
+ NOT = { halved_parliament_bribes = yes }
95
+ }
96
+ }
97
+ }
98
+ bribe_effect_scaling_with_estate_loyalty = {
99
+ estate = estate_burghers
100
+ effect_angry = "dip_power_cost = 40"
101
+ effect_neutral = "dip_power_cost = 20"
102
+ effect_happy = "dip_power_cost = 10"
103
+ default_effect = "dip_power_cost = 20"
104
+ }
105
+ }
106
+ else = {
107
+ bribe_effect_scaling_with_estate_loyalty = {
108
+ estate = estate_burghers
109
+ effect_angry = "dip_power_cost = 20"
110
+ effect_neutral = "dip_power_cost = 10"
111
+ effect_happy = "dip_power_cost = 5"
112
+ default_effect = "dip_power_cost = 10"
113
+ }
114
+ }
115
+ }
116
+
117
+ ai_will_do = {
118
+ factor = 1
119
+ }
120
+ chance = {
121
+ factor = 1
122
+ }
13
123
  }
common/parliament_bribes/estate_bribes.txt CHANGED
@@ -1,5 +1,12 @@
1
1
  estate_church_bribe = {
2
+ name = estate_bribe
3
+ estate = estate_church
4
+
2
5
  trigger = {
6
+ has_reached_seat_threshold = no
7
+ has_not_bribe_blocking_debate_active = {
8
+ type = estate
9
+ }
3
10
  NOT = { has_estate_influence_modifier = { estate = estate_church modifier = EST_VAL_SEAT_BRIBED value = 30 } }
4
11
  estate_territory = {
5
12
  estate = estate_church
@@ -8,13 +15,13 @@ estate_church_bribe = {
8
15
  }
9
16
 
10
17
  effect = {
11
- add_estate_influence_modifier = {
12
- estate = estate_church
13
- desc = EST_VAL_SEAT_BRIBED
14
- influence = 2
15
- duration = 9125
16
- add = yes
17
- }
18
+ bribe_estate_effect = {
19
+ estate = estate_church
20
+ }
21
+ }
22
+
23
+ chance = {
24
+ factor = 1
18
25
  }
19
26
 
20
27
  ai_will_do = {
@@ -32,7 +39,14 @@ estate_church_bribe = {
32
39
  }
33
40
 
34
41
  estate_nobles_bribe = {
42
+ name = estate_bribe
43
+ estate = estate_nobles
44
+
35
45
  trigger = {
46
+ has_reached_seat_threshold = no
47
+ has_not_bribe_blocking_debate_active = {
48
+ type = estate
49
+ }
36
50
  NOT = { has_estate_influence_modifier = { estate = estate_nobles modifier = EST_VAL_SEAT_BRIBED value = 30 } }
37
51
  estate_territory = {
38
52
  estate = estate_nobles
@@ -41,15 +55,15 @@ estate_nobles_bribe = {
41
55
  }
42
56
 
43
57
  effect = {
44
- add_estate_influence_modifier = {
45
- estate = estate_nobles
46
- desc = EST_VAL_SEAT_BRIBED
47
- influence = 2
48
- duration = 9125
49
- add = yes
50
- }
58
+ bribe_estate_effect = {
59
+ estate = estate_nobles
60
+ }
51
61
  }
52
62
 
63
+ chance = {
64
+ factor = 1
65
+ }
66
+
53
67
  ai_will_do = {
54
68
  factor = 1
55
69
  modifier = {
@@ -65,7 +79,14 @@ estate_nobles_bribe = {
65
79
  }
66
80
 
67
81
  estate_burghers_bribe = {
82
+ name = estate_bribe
83
+ estate = estate_burghers
84
+
68
85
  trigger = {
86
+ has_reached_seat_threshold = no
87
+ has_not_bribe_blocking_debate_active = {
88
+ type = estate
89
+ }
69
90
  NOT = { has_estate_influence_modifier = { estate = estate_burghers modifier = EST_VAL_SEAT_BRIBED value = 30 } }
70
91
  estate_territory = {
71
92
  estate = estate_burghers
@@ -74,15 +95,15 @@ estate_burghers_bribe = {
74
95
  }
75
96
 
76
97
  effect = {
77
- add_estate_influence_modifier = {
78
- estate = estate_burghers
79
- desc = EST_VAL_SEAT_BRIBED
80
- influence = 2
81
- duration = 9125
82
- add = yes
83
- }
98
+ bribe_estate_effect = {
99
+ estate = estate_burghers
100
+ }
84
101
  }
85
102
 
103
+ chance = {
104
+ factor = 1
105
+ }
106
+
86
107
  ai_will_do = {
87
108
  factor = 1
88
109
  modifier = {
@@ -98,7 +119,14 @@ estate_burghers_bribe = {
98
119
  }
99
120
 
100
121
  estate_cossacks_bribe = {
122
+ name = estate_bribe
123
+ estate = estate_cossacks
124
+
101
125
  trigger = {
126
+ has_reached_seat_threshold = no
127
+ has_not_bribe_blocking_debate_active = {
128
+ type = estate
129
+ }
102
130
  NOT = { has_estate_influence_modifier = { estate = estate_cossacks modifier = EST_VAL_SEAT_BRIBED value = 30 } }
103
131
  estate_territory = {
104
132
  estate = estate_cossacks
@@ -107,15 +135,15 @@ estate_cossacks_bribe = {
107
135
  }
108
136
 
109
137
  effect = {
110
- add_estate_influence_modifier = {
111
- estate = estate_cossacks
112
- desc = EST_VAL_SEAT_BRIBED
113
- influence = 2
114
- duration = 9125
115
- add = yes
116
- }
138
+ bribe_estate_effect = {
139
+ estate = estate_cossacks
140
+ }
117
141
  }
118
142
 
143
+ chance = {
144
+ factor = 1
145
+ }
146
+
119
147
  ai_will_do = {
120
148
  factor = 1
121
149
  modifier = {
@@ -131,7 +159,14 @@ estate_cossacks_bribe = {
131
159
  }
132
160
 
133
161
  estate_brahmins_bribe = {
162
+ name = estate_bribe
163
+ estate = estate_brahmins
164
+
134
165
  trigger = {
166
+ has_reached_seat_threshold = no
167
+ has_not_bribe_blocking_debate_active = {
168
+ type = estate
169
+ }
135
170
  NOT = { has_estate_influence_modifier = { estate = estate_brahmins modifier = EST_VAL_SEAT_BRIBED value = 30 } }
136
171
  estate_territory = {
137
172
  estate = estate_brahmins
@@ -140,15 +175,15 @@ estate_brahmins_bribe = {
140
175
  }
141
176
 
142
177
  effect = {
143
- add_estate_influence_modifier = {
144
- estate = estate_brahmins
145
- desc = EST_VAL_SEAT_BRIBED
146
- influence = 2
147
- duration = 9125
148
- add = yes
149
- }
178
+ bribe_estate_effect = {
179
+ estate = estate_brahmins
180
+ }
150
181
  }
151
182
 
183
+ chance = {
184
+ factor = 1
185
+ }
186
+
152
187
  ai_will_do = {
153
188
  factor = 1
154
189
  modifier = {
@@ -164,7 +199,14 @@ estate_brahmins_bribe = {
164
199
  }
165
200
 
166
201
  estate_maratha_bribe = {
202
+ name = estate_bribe
203
+ estate = estate_maratha
204
+
167
205
  trigger = {
206
+ has_reached_seat_threshold = no
207
+ has_not_bribe_blocking_debate_active = {
208
+ type = estate
209
+ }
168
210
  NOT = { has_estate_influence_modifier = { estate = estate_maratha modifier = EST_VAL_SEAT_BRIBED value = 30 } }
169
211
  estate_territory = {
170
212
  estate = estate_maratha
@@ -173,15 +215,15 @@ estate_maratha_bribe = {
173
215
  }
174
216
 
175
217
  effect = {
176
- add_estate_influence_modifier = {
177
- estate = estate_maratha
178
- desc = EST_VAL_SEAT_BRIBED
179
- influence = 2
180
- duration = 9125
181
- add = yes
182
- }
218
+ bribe_estate_effect = {
219
+ estate = estate_maratha
220
+ }
183
221
  }
184
-
222
+
223
+ chance = {
224
+ factor = 1
225
+ }
226
+
185
227
  ai_will_do = {
186
228
  factor = 1
187
229
  modifier = {
@@ -197,7 +239,14 @@ estate_maratha_bribe = {
197
239
  }
198
240
 
199
241
  estate_vaisyas_bribe = {
242
+ name = estate_bribe
243
+ estate = estate_vaisyas
244
+
200
245
  trigger = {
246
+ has_reached_seat_threshold = no
247
+ has_not_bribe_blocking_debate_active = {
248
+ type = estate
249
+ }
201
250
  NOT = { has_estate_influence_modifier = { estate = estate_vaisyas modifier = EST_VAL_SEAT_BRIBED value = 30 } }
202
251
  estate_territory = {
203
252
  estate = estate_vaisyas
@@ -206,13 +255,13 @@ estate_vaisyas_bribe = {
206
255
  }
207
256
 
208
257
  effect = {
209
- add_estate_influence_modifier = {
210
- estate = estate_vaisyas
211
- desc = EST_VAL_SEAT_BRIBED
212
- influence = 2
213
- duration = 9125
214
- add = yes
215
- }
258
+ bribe_estate_effect = {
259
+ estate = estate_vaisyas
260
+ }
261
+ }
262
+
263
+ chance = {
264
+ factor = 1
216
265
  }
217
266
 
218
267
  ai_will_do = {
@@ -230,7 +279,14 @@ estate_vaisyas_bribe = {
230
279
  }
231
280
 
232
281
  estate_dhimmi_bribe = {
282
+ name = estate_bribe
283
+ estate = estate_dhimmi
284
+
233
285
  trigger = {
286
+ has_reached_seat_threshold = no
287
+ has_not_bribe_blocking_debate_active = {
288
+ type = estate
289
+ }
234
290
  NOT = { has_estate_influence_modifier = { estate = estate_dhimmi modifier = EST_VAL_SEAT_BRIBED value = 30 } }
235
291
  estate_territory = {
236
292
  estate = estate_dhimmi
@@ -239,15 +295,15 @@ estate_dhimmi_bribe = {
239
295
  }
240
296
 
241
297
  effect = {
242
- add_estate_influence_modifier = {
243
- estate = estate_dhimmi
244
- desc = EST_VAL_SEAT_BRIBED
245
- influence = 2
246
- duration = 9125
247
- add = yes
248
- }
298
+ bribe_estate_effect = {
299
+ estate = estate_dhimmi
300
+ }
249
301
  }
250
302
 
303
+ chance = {
304
+ factor = 1
305
+ }
306
+
251
307
  ai_will_do = {
252
308
  factor = 1
253
309
  modifier = {
@@ -263,7 +319,14 @@ estate_dhimmi_bribe = {
263
319
  }
264
320
 
265
321
  estate_jains_bribe = {
322
+ name = estate_bribe
323
+ estate = estate_jains
324
+
266
325
  trigger = {
326
+ has_reached_seat_threshold = no
327
+ has_not_bribe_blocking_debate_active = {
328
+ type = estate
329
+ }
267
330
  NOT = { has_estate_influence_modifier = { estate = estate_jains modifier = EST_VAL_SEAT_BRIBED value = 30 } }
268
331
  estate_territory = {
269
332
  estate = estate_jains
@@ -272,15 +335,15 @@ estate_jains_bribe = {
272
335
  }
273
336
 
274
337
  effect = {
275
- add_estate_influence_modifier = {
276
- estate = estate_jains
277
- desc = EST_VAL_SEAT_BRIBED
278
- influence = 2
279
- duration = 9125
280
- add = yes
281
- }
338
+ bribe_estate_effect = {
339
+ estate = estate_jains
340
+ }
282
341
  }
283
342
 
343
+ chance = {
344
+ factor = 1
345
+ }
346
+
284
347
  ai_will_do = {
285
348
  factor = 1
286
349
  modifier = {
@@ -296,7 +359,14 @@ estate_jains_bribe = {
296
359
  }
297
360
 
298
361
  estate_rajput_bribe = {
362
+ name = estate_bribe
363
+ estate = estate_rajput
364
+
299
365
  trigger = {
366
+ has_reached_seat_threshold = no
367
+ has_not_bribe_blocking_debate_active = {
368
+ type = estate
369
+ }
300
370
  NOT = { has_estate_influence_modifier = { estate = estate_rajput modifier = EST_VAL_SEAT_BRIBED value = 30 } }
301
371
  estate_territory = {
302
372
  estate = estate_rajput
@@ -305,13 +375,13 @@ estate_rajput_bribe = {
305
375
  }
306
376
 
307
377
  effect = {
308
- add_estate_influence_modifier = {
309
- estate = estate_rajput
310
- desc = EST_VAL_SEAT_BRIBED
311
- influence = 2
312
- duration = 9125
313
- add = yes
314
- }
378
+ bribe_estate_effect = {
379
+ estate = estate_rajput
380
+ }
381
+ }
382
+
383
+ chance = {
384
+ factor = 1
315
385
  }
316
386
 
317
387
  ai_will_do = {
@@ -327,3 +397,599 @@ estate_rajput_bribe = {
327
397
  }
328
398
  }
329
399
  }
400
+
401
+ estate_janissaries_bribe = {
402
+ name = estate_bribe
403
+ estate = estate_janissaries
404
+
405
+ trigger = {
406
+ has_reached_seat_threshold = no
407
+ has_not_bribe_blocking_debate_active = {
408
+ type = estate
409
+ }
410
+ NOT = { has_estate_influence_modifier = { estate = estate_janissaries modifier = EST_VAL_SEAT_BRIBED value = 30 } }
411
+ estate_territory = {
412
+ estate = estate_janissaries
413
+ territory = 15
414
+ }
415
+ }
416
+
417
+ effect = {
418
+ bribe_estate_effect = {
419
+ estate = estate_janissaries
420
+ }
421
+ }
422
+
423
+ chance = {
424
+ factor = 1
425
+ }
426
+
427
+ ai_will_do = {
428
+ factor = 1
429
+ modifier = {
430
+ factor = 0.1
431
+ estate_influence = { estate = estate_janissaries influence = 70 }
432
+ }
433
+
434
+ modifier = {
435
+ factor = 0
436
+ estate_influence = { estate = estate_janissaries influence = 85 }
437
+ }
438
+ }
439
+ }
440
+
441
+ estate_eunuchs_bribe = {
442
+ name = estate_bribe
443
+ estate = estate_eunuchs
444
+
445
+ trigger = {
446
+ has_reached_seat_threshold = no
447
+ has_not_bribe_blocking_debate_active = {
448
+ type = estate
449
+ }
450
+ NOT = { has_estate_influence_modifier = { estate = estate_eunuchs modifier = EST_VAL_SEAT_BRIBED value = 30 } }
451
+ estate_territory = {
452
+ estate = estate_eunuchs
453
+ territory = 15
454
+ }
455
+ }
456
+
457
+ effect = {
458
+ bribe_estate_effect = {
459
+ estate = estate_eunuchs
460
+ }
461
+ }
462
+
463
+ chance = {
464
+ factor = 1
465
+ }
466
+
467
+ ai_will_do = {
468
+ factor = 1
469
+ modifier = {
470
+ factor = 0.1
471
+ estate_influence = { estate = estate_eunuchs influence = 70 }
472
+ }
473
+
474
+ modifier = {
475
+ factor = 0
476
+ estate_influence = { estate = estate_eunuchs influence = 85 }
477
+ }
478
+ }
479
+ }
480
+
481
+ national_estate_church_bribe = {
482
+ name = national_estate_bribe
483
+ estate = estate_church
484
+
485
+ trigger = {
486
+ has_reached_seat_threshold = yes
487
+ has_not_bribe_blocking_debate_active = {
488
+ type = estate
489
+ }
490
+ NOT = { has_estate_influence_modifier = { estate = estate_church modifier = EST_VAL_SEAT_BRIBED value = 30 } }
491
+ estate_territory = {
492
+ estate = estate_church
493
+ territory = 15
494
+ }
495
+ }
496
+
497
+ effect = {
498
+ back_seats_of_bribe_type = {
499
+ bribe = estate_church_bribe
500
+ }
501
+ national_bribe_estate_effect = {
502
+ estate = estate_church
503
+ }
504
+ }
505
+
506
+ chance = {
507
+ factor = 1
508
+ }
509
+
510
+ ai_will_do = {
511
+ factor = 1
512
+ modifier = {
513
+ factor = 0.1
514
+ estate_influence = { estate = estate_church influence = 70 }
515
+ }
516
+
517
+ modifier = {
518
+ factor = 0
519
+ estate_influence = { estate = estate_church influence = 85 }
520
+ }
521
+ }
522
+ }
523
+
524
+ national_estate_nobles_bribe = {
525
+ name = national_estate_bribe
526
+ estate = estate_nobles
527
+
528
+ trigger = {
529
+ has_reached_seat_threshold = yes
530
+ has_not_bribe_blocking_debate_active = {
531
+ type = estate
532
+ }
533
+ NOT = { has_estate_influence_modifier = { estate = estate_nobles modifier = EST_VAL_SEAT_BRIBED value = 30 } }
534
+ estate_territory = {
535
+ estate = estate_nobles
536
+ territory = 15
537
+ }
538
+ }
539
+
540
+ effect = {
541
+ back_seats_of_bribe_type = {
542
+ bribe = estate_nobles_bribe
543
+ }
544
+ national_bribe_estate_effect = {
545
+ estate = estate_nobles
546
+ }
547
+ }
548
+
549
+ chance = {
550
+ factor = 1
551
+ }
552
+
553
+ ai_will_do = {
554
+ factor = 1
555
+ modifier = {
556
+ factor = 0.1
557
+ estate_influence = { estate = estate_nobles influence = 70 }
558
+ }
559
+
560
+ modifier = {
561
+ factor = 0
562
+ estate_influence = { estate = estate_nobles influence = 85 }
563
+ }
564
+ }
565
+ }
566
+
567
+ national_estate_burghers_bribe = {
568
+ name = national_estate_bribe
569
+ estate = estate_burghers
570
+
571
+ trigger = {
572
+ has_reached_seat_threshold = yes
573
+ has_not_bribe_blocking_debate_active = {
574
+ type = estate
575
+ }
576
+ NOT = { has_estate_influence_modifier = { estate = estate_burghers modifier = EST_VAL_SEAT_BRIBED value = 30 } }
577
+ estate_territory = {
578
+ estate = estate_burghers
579
+ territory = 15
580
+ }
581
+ }
582
+
583
+ effect = {
584
+ back_seats_of_bribe_type = {
585
+ bribe = estate_burghers_bribe
586
+ }
587
+ national_bribe_estate_effect = {
588
+ estate = estate_burghers
589
+ }
590
+ }
591
+
592
+ chance = {
593
+ factor = 1
594
+ }
595
+
596
+ ai_will_do = {
597
+ factor = 1
598
+ modifier = {
599
+ factor = 0.1
600
+ estate_influence = { estate = estate_burghers influence = 70 }
601
+ }
602
+
603
+ modifier = {
604
+ factor = 0
605
+ estate_influence = { estate = estate_burghers influence = 85 }
606
+ }
607
+ }
608
+ }
609
+
610
+ national_estate_cossacks_bribe = {
611
+ name = national_estate_bribe
612
+ estate = estate_cossacks
613
+
614
+ trigger = {
615
+ has_reached_seat_threshold = yes
616
+ has_not_bribe_blocking_debate_active = {
617
+ type = estate
618
+ }
619
+ NOT = { has_estate_influence_modifier = { estate = estate_cossacks modifier = EST_VAL_SEAT_BRIBED value = 30 } }
620
+ estate_territory = {
621
+ estate = estate_cossacks
622
+ territory = 15
623
+ }
624
+ }
625
+
626
+ effect = {
627
+ back_seats_of_bribe_type = {
628
+ bribe = estate_cossacks_bribe
629
+ }
630
+ national_bribe_estate_effect = {
631
+ estate = estate_cossacks
632
+ }
633
+ }
634
+
635
+ chance = {
636
+ factor = 1
637
+ }
638
+
639
+ ai_will_do = {
640
+ factor = 1
641
+ modifier = {
642
+ factor = 0.1
643
+ estate_influence = { estate = estate_cossacks influence = 70 }
644
+ }
645
+
646
+ modifier = {
647
+ factor = 0
648
+ estate_influence = { estate = estate_cossacks influence = 85 }
649
+ }
650
+ }
651
+ }
652
+
653
+ national_estate_brahmins_bribe = {
654
+ name = national_estate_bribe
655
+ estate = estate_brahmins
656
+
657
+ trigger = {
658
+ has_reached_seat_threshold = yes
659
+ has_not_bribe_blocking_debate_active = {
660
+ type = estate
661
+ }
662
+ NOT = { has_estate_influence_modifier = { estate = estate_brahmins modifier = EST_VAL_SEAT_BRIBED value = 30 } }
663
+ estate_territory = {
664
+ estate = estate_brahmins
665
+ territory = 15
666
+ }
667
+ }
668
+
669
+ effect = {
670
+ back_seats_of_bribe_type = {
671
+ bribe = estate_brahmins_bribe
672
+ }
673
+ national_bribe_estate_effect = {
674
+ estate = estate_brahmins
675
+ }
676
+ }
677
+
678
+ chance = {
679
+ factor = 1
680
+ }
681
+
682
+ ai_will_do = {
683
+ factor = 1
684
+ modifier = {
685
+ factor = 0.1
686
+ estate_influence = { estate = estate_brahmins influence = 70 }
687
+ }
688
+
689
+ modifier = {
690
+ factor = 0
691
+ estate_influence = { estate = estate_brahmins influence = 85 }
692
+ }
693
+ }
694
+ }
695
+
696
+ national_estate_maratha_bribe = {
697
+ name = national_estate_bribe
698
+ estate = estate_maratha
699
+
700
+ trigger = {
701
+ has_reached_seat_threshold = yes
702
+ has_not_bribe_blocking_debate_active = {
703
+ type = estate
704
+ }
705
+ NOT = { has_estate_influence_modifier = { estate = estate_maratha modifier = EST_VAL_SEAT_BRIBED value = 30 } }
706
+ estate_territory = {
707
+ estate = estate_maratha
708
+ territory = 15
709
+ }
710
+ }
711
+
712
+ effect = {
713
+ back_seats_of_bribe_type = {
714
+ bribe = estate_maratha_bribe
715
+ }
716
+ national_bribe_estate_effect = {
717
+ estate = estate_maratha
718
+ }
719
+ }
720
+
721
+ chance = {
722
+ factor = 1
723
+ }
724
+
725
+ ai_will_do = {
726
+ factor = 1
727
+ modifier = {
728
+ factor = 0.1
729
+ estate_influence = { estate = estate_maratha influence = 70 }
730
+ }
731
+
732
+ modifier = {
733
+ factor = 0
734
+ estate_influence = { estate = estate_maratha influence = 85 }
735
+ }
736
+ }
737
+ }
738
+
739
+ national_estate_vaisyas_bribe = {
740
+ name = national_estate_bribe
741
+ estate = estate_vaisyas
742
+
743
+ trigger = {
744
+ has_reached_seat_threshold = yes
745
+ has_not_bribe_blocking_debate_active = {
746
+ type = estate
747
+ }
748
+ NOT = { has_estate_influence_modifier = { estate = estate_vaisyas modifier = EST_VAL_SEAT_BRIBED value = 30 } }
749
+ estate_territory = {
750
+ estate = estate_vaisyas
751
+ territory = 15
752
+ }
753
+ }
754
+
755
+ effect = {
756
+ back_seats_of_bribe_type = {
757
+ bribe = estate_vaisyas_bribe
758
+ }
759
+ national_bribe_estate_effect = {
760
+ estate = estate_vaisyas
761
+ }
762
+ }
763
+
764
+ chance = {
765
+ factor = 1
766
+ }
767
+
768
+ ai_will_do = {
769
+ factor = 1
770
+ modifier = {
771
+ factor = 0.1
772
+ estate_influence = { estate = estate_vaisyas influence = 70 }
773
+ }
774
+
775
+ modifier = {
776
+ factor = 0
777
+ estate_influence = { estate = estate_vaisyas influence = 85 }
778
+ }
779
+ }
780
+ }
781
+
782
+ national_estate_dhimmi_bribe = {
783
+ name = national_estate_bribe
784
+ estate = estate_dhimmi
785
+
786
+ trigger = {
787
+ has_reached_seat_threshold = yes
788
+ has_not_bribe_blocking_debate_active = {
789
+ type = estate
790
+ }
791
+ NOT = { has_estate_influence_modifier = { estate = estate_dhimmi modifier = EST_VAL_SEAT_BRIBED value = 30 } }
792
+ estate_territory = {
793
+ estate = estate_dhimmi
794
+ territory = 15
795
+ }
796
+ }
797
+
798
+ effect = {
799
+ back_seats_of_bribe_type = {
800
+ bribe = estate_dhimmi_bribe
801
+ }
802
+ national_bribe_estate_effect = {
803
+ estate = estate_dhimmi
804
+ }
805
+ }
806
+
807
+ chance = {
808
+ factor = 1
809
+ }
810
+
811
+ ai_will_do = {
812
+ factor = 1
813
+ modifier = {
814
+ factor = 0.1
815
+ estate_influence = { estate = estate_dhimmi influence = 70 }
816
+ }
817
+
818
+ modifier = {
819
+ factor = 0
820
+ estate_influence = { estate = estate_dhimmi influence = 85 }
821
+ }
822
+ }
823
+ }
824
+
825
+ national_estate_jains_bribe = {
826
+ name = national_estate_bribe
827
+ estate = estate_jains
828
+
829
+ trigger = {
830
+ has_reached_seat_threshold = yes
831
+ has_not_bribe_blocking_debate_active = {
832
+ type = estate
833
+ }
834
+ NOT = { has_estate_influence_modifier = { estate = estate_jains modifier = EST_VAL_SEAT_BRIBED value = 30 } }
835
+ estate_territory = {
836
+ estate = estate_jains
837
+ territory = 15
838
+ }
839
+ }
840
+
841
+ effect = {
842
+ back_seats_of_bribe_type = {
843
+ bribe = estate_jains_bribe
844
+ }
845
+ national_bribe_estate_effect = {
846
+ estate = estate_jains
847
+ }
848
+ }
849
+
850
+ chance = {
851
+ factor = 1
852
+ }
853
+
854
+ ai_will_do = {
855
+ factor = 1
856
+ modifier = {
857
+ factor = 0.1
858
+ estate_influence = { estate = estate_jains influence = 70 }
859
+ }
860
+
861
+ modifier = {
862
+ factor = 0
863
+ estate_influence = { estate = estate_jains influence = 85 }
864
+ }
865
+ }
866
+ }
867
+
868
+ national_estate_rajput_bribe = {
869
+ name = national_estate_bribe
870
+ estate = estate_rajput
871
+
872
+ trigger = {
873
+ has_reached_seat_threshold = yes
874
+ has_not_bribe_blocking_debate_active = {
875
+ type = estate
876
+ }
877
+ NOT = { has_estate_influence_modifier = { estate = estate_rajput modifier = EST_VAL_SEAT_BRIBED value = 30 } }
878
+ estate_territory = {
879
+ estate = estate_rajput
880
+ territory = 15
881
+ }
882
+ }
883
+
884
+ effect = {
885
+ back_seats_of_bribe_type = {
886
+ bribe = estate_rajput_bribe
887
+ }
888
+ national_bribe_estate_effect = {
889
+ estate = estate_rajput
890
+ }
891
+ }
892
+
893
+ chance = {
894
+ factor = 1
895
+ }
896
+
897
+ ai_will_do = {
898
+ factor = 1
899
+ modifier = {
900
+ factor = 0.1
901
+ estate_influence = { estate = estate_rajput influence = 70 }
902
+ }
903
+
904
+ modifier = {
905
+ factor = 0
906
+ estate_influence = { estate = estate_rajput influence = 85 }
907
+ }
908
+ }
909
+ }
910
+
911
+ national_estate_janissaries_bribe = {
912
+ name = national_estate_bribe
913
+ estate = estate_janissaries
914
+
915
+ trigger = {
916
+ has_reached_seat_threshold = yes
917
+ has_not_bribe_blocking_debate_active = {
918
+ type = estate
919
+ }
920
+ NOT = { has_estate_influence_modifier = { estate = estate_janissaries modifier = EST_VAL_SEAT_BRIBED value = 30 } }
921
+ estate_territory = {
922
+ estate = estate_janissaries
923
+ territory = 15
924
+ }
925
+ }
926
+
927
+ effect = {
928
+ back_seats_of_bribe_type = {
929
+ bribe = estate_janissaries_bribe
930
+ }
931
+ national_bribe_estate_effect = {
932
+ estate = estate_janissaries
933
+ }
934
+ }
935
+
936
+ chance = {
937
+ factor = 1
938
+ }
939
+
940
+ ai_will_do = {
941
+ factor = 1
942
+ modifier = {
943
+ factor = 0.1
944
+ estate_influence = { estate = estate_janissaries influence = 70 }
945
+ }
946
+
947
+ modifier = {
948
+ factor = 0
949
+ estate_influence = { estate = estate_janissaries influence = 85 }
950
+ }
951
+ }
952
+ }
953
+
954
+ national_estate_eunuchs_bribe = {
955
+ name = national_estate_bribe
956
+ estate = estate_eunuchs
957
+
958
+ trigger = {
959
+ has_reached_seat_threshold = yes
960
+ has_not_bribe_blocking_debate_active = {
961
+ type = estate
962
+ }
963
+ NOT = { has_estate_influence_modifier = { estate = estate_eunuchs modifier = EST_VAL_SEAT_BRIBED value = 30 } }
964
+ estate_territory = {
965
+ estate = estate_eunuchs
966
+ territory = 15
967
+ }
968
+ }
969
+
970
+ effect = {
971
+ back_seats_of_bribe_type = {
972
+ bribe = estate_eunuchs_bribe
973
+ }
974
+ national_bribe_estate_effect = {
975
+ estate = estate_eunuchs
976
+ }
977
+ }
978
+
979
+ chance = {
980
+ factor = 1
981
+ }
982
+
983
+ ai_will_do = {
984
+ factor = 1
985
+ modifier = {
986
+ factor = 0.1
987
+ estate_influence = { estate = estate_eunuchs influence = 70 }
988
+ }
989
+
990
+ modifier = {
991
+ factor = 0
992
+ estate_influence = { estate = estate_eunuchs influence = 85 }
993
+ }
994
+ }
995
+ }
common/parliament_bribes/gain_corruption.txt ADDED
@@ -0,0 +1,130 @@
1
+ gain_corruption = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = corruption
6
+ }
7
+ NOT = { corruption = 99.91 }
8
+ }
9
+
10
+ effect = {
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_burghers
18
+ effect_angry = "add_corruption = 0.16"
19
+ effect_neutral = "add_corruption = 0.08"
20
+ effect_happy = "add_corruption = 0.04"
21
+ default_effect = "add_corruption = 0.08"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_burghers
39
+ effect_angry = "add_corruption = 0.08"
40
+ effect_neutral = "add_corruption = 0.04"
41
+ effect_happy = "add_corruption = 0.02"
42
+ default_effect = "add_corruption = 0.04"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_burghers
48
+ effect_angry = "add_corruption = 0.04"
49
+ effect_neutral = "add_corruption = 0.02"
50
+ effect_happy = "add_corruption = 0.01"
51
+ default_effect = "add_corruption = 0.02"
52
+ }
53
+ }
54
+ }
55
+
56
+ ai_will_do = {
57
+ factor = 1
58
+ modifier = {
59
+ factor = 0.1
60
+ corruption = 10
61
+ }
62
+ }
63
+ }
64
+
65
+ national_gain_corruption = {
66
+ trigger = {
67
+ has_reached_seat_threshold = yes
68
+ has_not_bribe_blocking_debate_active = {
69
+ type = corruption
70
+ }
71
+ NOT = { corruption = 99.91 }
72
+ }
73
+
74
+ effect = {
75
+ back_seats_of_bribe_type = {
76
+ bribe = gain_corruption
77
+ }
78
+ if = {
79
+ limit = {
80
+ has_expensive_debate = yes
81
+ NOT = { halved_parliament_bribes = yes }
82
+ }
83
+ bribe_effect_scaling_with_estate_loyalty = {
84
+ estate = estate_burghers
85
+ effect_angry = "add_corruption = 0.8"
86
+ effect_neutral = "add_corruption = 0.4"
87
+ effect_happy = "add_corruption = 0.2"
88
+ default_effect = "add_corruption = 0.44"
89
+ }
90
+ }
91
+ else_if = {
92
+ limit = {
93
+ OR = {
94
+ AND = {
95
+ has_expensive_debate = yes
96
+ halved_parliament_bribes = yes
97
+ }
98
+ AND = {
99
+ NOT = { has_expensive_debate = yes }
100
+ NOT = { halved_parliament_bribes = yes }
101
+ }
102
+ }
103
+ }
104
+ bribe_effect_scaling_with_estate_loyalty = {
105
+ estate = estate_burghers
106
+ effect_angry = "add_corruption = 0.4"
107
+ effect_neutral = "add_corruption = 0.2"
108
+ effect_happy = "add_corruption = 0.1"
109
+ default_effect = "add_corruption = 0.2"
110
+ }
111
+ }
112
+ else = {
113
+ bribe_effect_scaling_with_estate_loyalty = {
114
+ estate = estate_burghers
115
+ effect_angry = "add_corruption = 0.2"
116
+ effect_neutral = "add_corruption = 0.1"
117
+ effect_happy = "add_corruption = 0.05"
118
+ default_effect = "add_corruption = 0.1"
119
+ }
120
+ }
121
+ }
122
+
123
+ ai_will_do = {
124
+ factor = 1
125
+ modifier = {
126
+ factor = 0.1
127
+ corruption = 10
128
+ }
129
+ }
130
+ }
common/parliament_bribes/gain_inflation.txt ADDED
@@ -0,0 +1,130 @@
1
+ gain_inflation = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = inflation
6
+ }
7
+ NOT = { inflation = 99.91 }
8
+ }
9
+
10
+ effect = {
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_burghers
18
+ effect_angry = "add_inflation = 0.16"
19
+ effect_neutral = "add_inflation = 0.08"
20
+ effect_happy = "add_inflation = 0.04"
21
+ default_effect = "add_inflation = 0.08"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_burghers
39
+ effect_angry = "add_inflation = 0.08"
40
+ effect_neutral = "add_inflation = 0.04"
41
+ effect_happy = "add_inflation = 0.02"
42
+ default_effect = "add_inflation = 0.04"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_burghers
48
+ effect_angry = "add_inflation = 0.04"
49
+ effect_neutral = "add_inflation = 0.02"
50
+ effect_happy = "add_inflation = 0.01"
51
+ default_effect = "add_inflation = 0.02"
52
+ }
53
+ }
54
+ }
55
+
56
+ ai_will_do = {
57
+ factor = 1
58
+ modifier = {
59
+ factor = 0.1
60
+ inflation = 5
61
+ }
62
+ }
63
+ }
64
+
65
+ national_gain_inflation = {
66
+ trigger = {
67
+ has_reached_seat_threshold = yes
68
+ has_not_bribe_blocking_debate_active = {
69
+ type = inflation
70
+ }
71
+ NOT = { inflation = 99.91 }
72
+ }
73
+
74
+ effect = {
75
+ back_seats_of_bribe_type = {
76
+ bribe = gain_inflation
77
+ }
78
+ if = {
79
+ limit = {
80
+ has_expensive_debate = yes
81
+ NOT = { halved_parliament_bribes = yes }
82
+ }
83
+ bribe_effect_scaling_with_estate_loyalty = {
84
+ estate = estate_burghers
85
+ effect_angry = "add_inflation = 0.8"
86
+ effect_neutral = "add_inflation = 0.4"
87
+ effect_happy = "add_inflation = 0.2"
88
+ default_effect = "add_inflation = 0.4"
89
+ }
90
+ }
91
+ else_if = {
92
+ limit = {
93
+ OR = {
94
+ AND = {
95
+ has_expensive_debate = yes
96
+ halved_parliament_bribes = yes
97
+ }
98
+ AND = {
99
+ NOT = { has_expensive_debate = yes }
100
+ NOT = { halved_parliament_bribes = yes }
101
+ }
102
+ }
103
+ }
104
+ bribe_effect_scaling_with_estate_loyalty = {
105
+ estate = estate_burghers
106
+ effect_angry = "add_inflation = 0.4"
107
+ effect_neutral = "add_inflation = 0.2"
108
+ effect_happy = "add_inflation = 0.1"
109
+ default_effect = "add_inflation = 0.2"
110
+ }
111
+ }
112
+ else = {
113
+ bribe_effect_scaling_with_estate_loyalty = {
114
+ estate = estate_burghers
115
+ effect_angry = "add_inflation = 0.2"
116
+ effect_neutral = "add_inflation = 0.1"
117
+ effect_happy = "add_inflation = 0.05"
118
+ default_effect = "add_inflation = 0.1"
119
+ }
120
+ }
121
+ }
122
+
123
+ ai_will_do = {
124
+ factor = 1
125
+ modifier = {
126
+ factor = 0.1
127
+ inflation = 5
128
+ }
129
+ }
130
+ }
common/parliament_bribes/gain_piety.txt DELETED
@@ -1,16 +0,0 @@
1
- gain_piety = {
2
- trigger = {
3
- religion_group = muslim
4
- NOT = {
5
- piety = -0.25
6
- }
7
- }
8
-
9
- effect = {
10
- add_piety = 0.1
11
- }
12
-
13
- ai_will_do = {
14
- factor = 1
15
- }
16
- }
common/parliament_bribes/gain_war_exhaustion.txt ADDED
@@ -0,0 +1,132 @@
1
+ gain_war_exhaustion = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = war_exhaustion
6
+ }
7
+ is_at_war = yes
8
+ NOT = { war_exhaustion = 19 }
9
+ }
10
+
11
+ effect = {
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ bribe_effect_scaling_with_estate_loyalty = {
18
+ estate = estate_burghers
19
+ effect_angry = "add_war_exhaustion = 0.16"
20
+ effect_neutral = "add_war_exhaustion = 0.08"
21
+ effect_happy = "add_war_exhaustion = 0.04"
22
+ default_effect = "add_war_exhaustion = 0.08"
23
+ }
24
+ }
25
+ else_if = {
26
+ limit = {
27
+ OR = {
28
+ AND = {
29
+ has_expensive_debate = yes
30
+ halved_parliament_bribes = yes
31
+ }
32
+ AND = {
33
+ NOT = { has_expensive_debate = yes }
34
+ NOT = { halved_parliament_bribes = yes }
35
+ }
36
+ }
37
+ }
38
+ bribe_effect_scaling_with_estate_loyalty = {
39
+ estate = estate_burghers
40
+ effect_angry = "add_war_exhaustion = 0.08"
41
+ effect_neutral = "add_war_exhaustion = 0.04"
42
+ effect_happy = "add_war_exhaustion = 0.02"
43
+ default_effect = "add_war_exhaustion = 0.04"
44
+ }
45
+ }
46
+ else = {
47
+ bribe_effect_scaling_with_estate_loyalty = {
48
+ estate = estate_burghers
49
+ effect_angry = "add_war_exhaustion = 0.04"
50
+ effect_neutral = "add_war_exhaustion = 0.02"
51
+ effect_happy = "add_war_exhaustion = 0.01"
52
+ default_effect = "add_war_exhaustion = 0.02"
53
+ }
54
+ }
55
+ }
56
+
57
+ ai_will_do = {
58
+ factor = 1
59
+ modifier = {
60
+ factor = 0.1
61
+ war_exhaustion = 5
62
+ }
63
+ }
64
+ }
65
+
66
+ national_gain_war_exhaustion = {
67
+ trigger = {
68
+ has_reached_seat_threshold = yes
69
+ has_not_bribe_blocking_debate_active = {
70
+ type = war_exhaustion
71
+ }
72
+ is_at_war = yes
73
+ NOT = { war_exhaustion = 19 }
74
+ }
75
+
76
+ effect = {
77
+ back_seats_of_bribe_type = {
78
+ bribe = gain_war_exhaustion
79
+ }
80
+ if = {
81
+ limit = {
82
+ has_expensive_debate = yes
83
+ NOT = { halved_parliament_bribes = yes }
84
+ }
85
+ bribe_effect_scaling_with_estate_loyalty = {
86
+ estate = estate_burghers
87
+ effect_angry = "add_war_exhaustion = 0.8"
88
+ effect_neutral = "add_war_exhaustion = 0.4"
89
+ effect_happy = "add_war_exhaustion = 0.2"
90
+ default_effect = "add_war_exhaustion = 0.4"
91
+ }
92
+ }
93
+ else_if = {
94
+ limit = {
95
+ OR = {
96
+ AND = {
97
+ has_expensive_debate = yes
98
+ halved_parliament_bribes = yes
99
+ }
100
+ AND = {
101
+ NOT = { has_expensive_debate = yes }
102
+ NOT = { halved_parliament_bribes = yes }
103
+ }
104
+ }
105
+ }
106
+ bribe_effect_scaling_with_estate_loyalty = {
107
+ estate = estate_burghers
108
+ effect_angry = "add_war_exhaustion = 0.4"
109
+ effect_neutral = "add_war_exhaustion = 0.2"
110
+ effect_happy = "add_war_exhaustion = 0.1"
111
+ default_effect = "add_war_exhaustion = 0.2"
112
+ }
113
+ }
114
+ else = {
115
+ bribe_effect_scaling_with_estate_loyalty = {
116
+ estate = estate_burghers
117
+ effect_angry = "add_war_exhaustion = 0.2"
118
+ effect_neutral = "add_war_exhaustion = 0.1"
119
+ effect_happy = "add_war_exhaustion = 0.05"
120
+ default_effect = "add_war_exhaustion = 0.1"
121
+ }
122
+ }
123
+ }
124
+
125
+ ai_will_do = {
126
+ factor = 1
127
+ modifier = {
128
+ factor = 0.1
129
+ war_exhaustion = 5
130
+ }
131
+ }
132
+ }
common/parliament_bribes/grant_local_autonomy.txt CHANGED
@@ -5,9 +5,55 @@ grant_local_autonomy = {
5
5
  }
6
6
 
7
7
  effect = {
8
- FROM = { add_local_autonomy = 20 }
8
+ if = {
9
+ limit = {
10
+ has_expensive_debate = yes
11
+ NOT = { halved_parliament_bribes = yes }
12
+ }
13
+ bribe_effect_scaling_with_estate_loyalty = {
14
+ estate = estate_burghers
15
+ effect_angry = "FROM = { add_local_autonomy = 32 }"
16
+ effect_neutral = "FROM = { add_local_autonomy = 16 }"
17
+ effect_happy = "FROM = { add_local_autonomy = 8 }"
18
+ default_effect = "FROM = { add_local_autonomy = 16 }"
19
+ }
20
+ }
21
+ else_if = {
22
+ limit = {
23
+ OR = {
24
+ AND = {
25
+ has_expensive_debate = yes
26
+ halved_parliament_bribes = yes
27
+ }
28
+ AND = {
29
+ NOT = { has_expensive_debate = yes }
30
+ NOT = { halved_parliament_bribes = yes }
31
+ }
32
+ }
33
+ }
34
+ bribe_effect_scaling_with_estate_loyalty = {
35
+ estate = estate_burghers
36
+ effect_angry = "FROM = { add_local_autonomy = 16 }"
37
+ effect_neutral = "FROM = { add_local_autonomy = 8 }"
38
+ effect_happy = "FROM = { add_local_autonomy = 4 }"
39
+ default_effect = "FROM = { add_local_autonomy = 8 }"
40
+ }
41
+ }
42
+ else = {
43
+ bribe_effect_scaling_with_estate_loyalty = {
44
+ estate = estate_burghers
45
+ effect_angry = "FROM = { add_local_autonomy = 8 }"
46
+ effect_neutral = "FROM = { add_local_autonomy = 4 }"
47
+ effect_happy = "FROM = { add_local_autonomy = 2 }"
48
+ default_effect = "FROM = { add_local_autonomy = 4 }"
49
+ }
50
+ }
9
51
  }
10
52
 
53
+ chance = {
54
+ factor = 1
55
+ }
56
+
11
57
  ai_will_do = {
12
58
  factor = 1
13
59
  }
common/parliament_bribes/lose_army_tradition.txt CHANGED
@@ -1,12 +1,129 @@
1
1
  lose_army_tradition = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  army_tradition = 5
5
+ has_not_bribe_blocking_debate_active = {
6
+ type = army_tradition
7
+ }
8
+ }
9
+
10
+ effect = {
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_nobles
18
+ effect_angry = "add_army_tradition = -4"
19
+ effect_neutral = "add_army_tradition = -2"
20
+ effect_happy = "add_army_tradition = -1"
21
+ default_effect = "add_army_tradition = -2"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_nobles
39
+ effect_angry = "add_army_tradition = -2"
40
+ effect_neutral = "add_army_tradition = -1"
41
+ effect_happy = "add_army_tradition = -0.5"
42
+ default_effect = "add_army_tradition = -1"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_nobles
48
+ effect_angry = "add_army_tradition = -1"
49
+ effect_neutral = "add_army_tradition = -0.5"
50
+ effect_happy = "add_army_tradition = -0.25"
51
+ default_effect = "add_army_tradition = -0.5"
52
+ }
53
+ }
54
+ }
55
+
56
+ ai_will_do = {
57
+ factor = 1
58
+ modifier = {
59
+ factor = 0.1
60
+ is_at_war = yes
61
+ }
62
+ }
63
+ }
64
+
65
+ national_lose_army_tradition = {
66
+ trigger = {
67
+ has_reached_seat_threshold = yes
68
+ army_tradition = 30
69
+ has_not_bribe_blocking_debate_active = {
70
+ type = army_tradition
71
+ }
4
72
  }
5
73
 
6
74
  effect = {
7
- add_army_tradition = -5
75
+ back_seats_of_bribe_type = {
76
+ bribe = lose_army_tradition
77
+ }
78
+ if = {
79
+ limit = {
80
+ has_expensive_debate = yes
81
+ NOT = { halved_parliament_bribes = yes }
82
+ }
83
+ bribe_effect_scaling_with_estate_loyalty = {
84
+ estate = estate_nobles
85
+ effect_angry = "add_army_tradition = -20"
86
+ effect_neutral = "add_army_tradition = -10"
87
+ effect_happy = "add_army_tradition = -5"
88
+ default_effect = "add_army_tradition = -10"
89
+ }
90
+ }
91
+ else_if = {
92
+ limit = {
93
+ OR = {
94
+ AND = {
95
+ has_expensive_debate = yes
96
+ halved_parliament_bribes = yes
97
+ }
98
+ AND = {
99
+ NOT = { has_expensive_debate = yes }
100
+ NOT = { halved_parliament_bribes = yes }
101
+ }
102
+ }
103
+ }
104
+ bribe_effect_scaling_with_estate_loyalty = {
105
+ estate = estate_nobles
106
+ effect_angry = "add_army_tradition = -10"
107
+ effect_neutral = "add_army_tradition = -5"
108
+ effect_happy = "add_army_tradition = -2.5"
109
+ default_effect = "add_army_tradition = -5"
110
+ }
111
+ }
112
+ else = {
113
+ bribe_effect_scaling_with_estate_loyalty = {
114
+ estate = estate_nobles
115
+ effect_angry = "add_army_tradition = -5"
116
+ effect_neutral = "add_army_tradition = -2.5"
117
+ effect_happy = "add_army_tradition = -1.25"
118
+ default_effect = "add_army_tradition = -2.5"
119
+ }
120
+ }
8
121
  }
9
122
 
123
+ chance = {
124
+ factor = 1
125
+ }
126
+
10
127
  ai_will_do = {
11
128
  factor = 1
12
129
  modifier = {
common/parliament_bribes/lose_ia.txt CHANGED
@@ -1,11 +1,89 @@
1
1
  lose_ia = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  is_emperor = yes
4
- imperial_influence = 5
5
+ imperial_influence = 1
6
+ has_not_bribe_blocking_debate_active = {
7
+ type = imperial_authority
8
+ }
5
9
  }
6
10
 
7
11
  effect = {
8
- add_imperial_influence = -5
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ add_imperial_influence = -4
18
+ }
19
+ else_if = {
20
+ limit = {
21
+ OR = {
22
+ AND = {
23
+ has_expensive_debate = yes
24
+ halved_parliament_bribes = yes
25
+ }
26
+ AND = {
27
+ NOT = { has_expensive_debate = yes }
28
+ NOT = { halved_parliament_bribes = yes }
29
+ }
30
+ }
31
+ }
32
+ add_imperial_influence = -2
33
+ }
34
+ else = {
35
+ add_imperial_influence = -1
36
+ }
37
+ }
38
+
39
+ chance = {
40
+ factor = 1
41
+ }
42
+
43
+ ai_will_do = {
44
+ factor = 1
45
+ }
46
+ }
47
+
48
+ national_lose_ia = {
49
+ trigger = {
50
+ has_reached_seat_threshold = yes
51
+ is_emperor = yes
52
+ imperial_influence = 10
53
+ has_not_bribe_blocking_debate_active = {
54
+ type = imperial_authority
55
+ }
56
+ }
57
+
58
+ effect = {
59
+ back_seats_of_bribe_type = {
60
+ bribe = lose_ia
61
+ }
62
+ if = {
63
+ limit = {
64
+ has_expensive_debate = yes
65
+ NOT = { halved_parliament_bribes = yes }
66
+ }
67
+ add_imperial_influence = -9
68
+ }
69
+ else_if = {
70
+ limit = {
71
+ OR = {
72
+ AND = {
73
+ has_expensive_debate = yes
74
+ halved_parliament_bribes = yes
75
+ }
76
+ AND = {
77
+ NOT = { has_expensive_debate = yes }
78
+ NOT = { halved_parliament_bribes = yes }
79
+ }
80
+ }
81
+ }
82
+ add_imperial_influence = -6
83
+ }
84
+ else = {
85
+ add_imperial_influence = -3
86
+ }
9
87
  }
10
88
 
11
89
  ai_will_do = {
common/parliament_bribes/lose_mandate.txt ADDED
@@ -0,0 +1,98 @@
1
+ lose_mandate = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_dlc = "Mandate of Heaven"
5
+ is_emperor_of_china = yes
6
+ imperial_mandate = 2
7
+ has_not_bribe_blocking_debate_active = {
8
+ type = mandate
9
+ }
10
+ }
11
+
12
+ effect = {
13
+ if = {
14
+ limit = {
15
+ has_expensive_debate = yes
16
+ NOT = { halved_parliament_bribes = yes }
17
+ }
18
+ add_mandate = -4
19
+ }
20
+ else_if = {
21
+ limit = {
22
+ OR = {
23
+ AND = {
24
+ has_expensive_debate = yes
25
+ halved_parliament_bribes = yes
26
+ }
27
+ AND = {
28
+ NOT = { has_expensive_debate = yes }
29
+ NOT = { halved_parliament_bribes = yes }
30
+ }
31
+ }
32
+ }
33
+ add_mandate = -2
34
+ }
35
+ else = {
36
+ add_mandate = -1
37
+ }
38
+ }
39
+
40
+ chance = {
41
+ factor = 1
42
+ }
43
+
44
+ ai_will_do = {
45
+ factor = 1
46
+ }
47
+ }
48
+
49
+ national_lose_mandate = {
50
+ trigger = {
51
+ has_reached_seat_threshold = yes
52
+ has_dlc = "Mandate of Heaven"
53
+ is_emperor_of_china = yes
54
+ imperial_mandate = 6
55
+ has_not_bribe_blocking_debate_active = {
56
+ type = mandate
57
+ }
58
+ }
59
+
60
+ effect = {
61
+ back_seats_of_bribe_type = {
62
+ bribe = lose_mandate
63
+ }
64
+ if = {
65
+ limit = {
66
+ has_expensive_debate = yes
67
+ NOT = { halved_parliament_bribes = yes }
68
+ }
69
+ add_mandate = -12
70
+ }
71
+ else_if = {
72
+ limit = {
73
+ OR = {
74
+ AND = {
75
+ has_expensive_debate = yes
76
+ halved_parliament_bribes = yes
77
+ }
78
+ AND = {
79
+ NOT = { has_expensive_debate = yes }
80
+ NOT = { halved_parliament_bribes = yes }
81
+ }
82
+ }
83
+ }
84
+ add_mandate = -6
85
+ }
86
+ else = {
87
+ add_mandate = -3
88
+ }
89
+ }
90
+
91
+ chance = {
92
+ factor = 1
93
+ }
94
+
95
+ ai_will_do = {
96
+ factor = 1
97
+ }
98
+ }
common/parliament_bribes/lose_manpower.txt ADDED
@@ -0,0 +1,130 @@
1
+ lose_manpower = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ manpower_percentage = 0.1
5
+ has_not_bribe_blocking_debate_active = {
6
+ type = manpower
7
+ }
8
+ }
9
+
10
+ effect = {
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_nobles
18
+ effect_angry = "add_yearly_manpower = -0.16"
19
+ effect_neutral = "add_yearly_manpower = -0.08"
20
+ effect_happy = "add_yearly_manpower = -0.04"
21
+ default_effect = "add_yearly_manpower = -0.08"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_nobles
39
+ effect_angry = "add_yearly_manpower = -0.08"
40
+ effect_neutral = "add_yearly_manpower = -0.04"
41
+ effect_happy = "add_yearly_manpower = -0.02"
42
+ default_effect = "add_yearly_manpower = -0.04"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_nobles
48
+ effect_angry = "add_yearly_manpower = -0.04"
49
+ effect_neutral = "add_yearly_manpower = -0.02"
50
+ effect_happy = "add_yearly_manpower = -0.01"
51
+ default_effect = "add_yearly_manpower = -0.02"
52
+ }
53
+ }
54
+ }
55
+
56
+ ai_will_do = {
57
+ factor = 1
58
+ modifier = {
59
+ factor = 0
60
+ is_at_war = yes
61
+ }
62
+ }
63
+ }
64
+
65
+ national_lose_manpower = {
66
+ trigger = {
67
+ has_reached_seat_threshold = yes
68
+ manpower_percentage = 0.25
69
+ has_not_bribe_blocking_debate_active = {
70
+ type = manpower
71
+ }
72
+ }
73
+
74
+ effect = {
75
+ back_seats_of_bribe_type = {
76
+ bribe = lose_manpower
77
+ }
78
+ if = {
79
+ limit = {
80
+ has_expensive_debate = yes
81
+ NOT = { halved_parliament_bribes = yes }
82
+ }
83
+ bribe_effect_scaling_with_estate_loyalty = {
84
+ estate = estate_nobles
85
+ effect_angry = "add_yearly_manpower = -0.8"
86
+ effect_neutral = "add_yearly_manpower = -0.4"
87
+ effect_happy = "add_yearly_manpower = -0.2"
88
+ default_effect = "add_yearly_manpower = -0.4"
89
+ }
90
+ }
91
+ else_if = {
92
+ limit = {
93
+ OR = {
94
+ AND = {
95
+ has_expensive_debate = yes
96
+ halved_parliament_bribes = yes
97
+ }
98
+ AND = {
99
+ NOT = { has_expensive_debate = yes }
100
+ NOT = { halved_parliament_bribes = yes }
101
+ }
102
+ }
103
+ }
104
+ bribe_effect_scaling_with_estate_loyalty = {
105
+ estate = estate_nobles
106
+ effect_angry = "add_yearly_manpower = -0.4"
107
+ effect_neutral = "add_yearly_manpower = -0.2"
108
+ effect_happy = "add_yearly_manpower = -0.1"
109
+ default_effect = "add_yearly_manpower = -0.2"
110
+ }
111
+ }
112
+ else = {
113
+ bribe_effect_scaling_with_estate_loyalty = {
114
+ estate = estate_nobles
115
+ effect_angry = "add_yearly_manpower = -0.2"
116
+ effect_neutral = "add_yearly_manpower = -0.1"
117
+ effect_happy = "add_yearly_manpower = -0.05"
118
+ default_effect = "add_yearly_manpower = -0.1"
119
+ }
120
+ }
121
+ }
122
+
123
+ ai_will_do = {
124
+ factor = 1
125
+ modifier = {
126
+ factor = 0
127
+ is_at_war = yes
128
+ }
129
+ }
130
+ }
common/parliament_bribes/lose_mercantilism.txt CHANGED
@@ -1,10 +1,87 @@
1
1
  lose_mercantilism = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  mercantilism = 20
5
+ has_not_bribe_blocking_debate_active = {
6
+ type = mercantilism
7
+ }
4
8
  }
5
9
 
6
10
  effect = {
7
- add_mercantilism = -1
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ add_mercantilism = -4
17
+ }
18
+ else_if = {
19
+ limit = {
20
+ OR = {
21
+ AND = {
22
+ has_expensive_debate = yes
23
+ halved_parliament_bribes = yes
24
+ }
25
+ AND = {
26
+ NOT = { has_expensive_debate = yes }
27
+ NOT = { halved_parliament_bribes = yes }
28
+ }
29
+ }
30
+ }
31
+ add_mercantilism = -2
32
+ }
33
+ else = {
34
+ add_mercantilism = -1
35
+ }
36
+ }
37
+
38
+ chance = {
39
+ factor = 1
40
+ }
41
+
42
+ ai_will_do = {
43
+ factor = 1
44
+ }
45
+ }
46
+
47
+ national_lose_mercantilism = {
48
+ trigger = {
49
+ has_reached_seat_threshold = yes
50
+ mercantilism = 20
51
+ has_not_bribe_blocking_debate_active = {
52
+ type = mercantilism
53
+ }
54
+ }
55
+
56
+ effect = {
57
+ back_seats_of_bribe_type = {
58
+ bribe = lose_mercantilism
59
+ }
60
+ if = {
61
+ limit = {
62
+ has_expensive_debate = yes
63
+ NOT = { halved_parliament_bribes = yes }
64
+ }
65
+ add_mercantilism = -8
66
+ }
67
+ else_if = {
68
+ limit = {
69
+ OR = {
70
+ AND = {
71
+ has_expensive_debate = yes
72
+ halved_parliament_bribes = yes
73
+ }
74
+ AND = {
75
+ NOT = { has_expensive_debate = yes }
76
+ NOT = { halved_parliament_bribes = yes }
77
+ }
78
+ }
79
+ }
80
+ add_mercantilism = -4
81
+ }
82
+ else = {
83
+ add_mercantilism = -2
84
+ }
8
85
  }
9
86
 
10
87
  ai_will_do = {
common/parliament_bribes/lose_navy_tradition.txt CHANGED
@@ -1,13 +1,131 @@
1
1
  lose_navy_tradition = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  FROM = { has_port = yes }
4
5
  navy_tradition = 5
6
+ has_not_bribe_blocking_debate_active = {
7
+ type = navy_tradition
8
+ }
9
+ }
10
+
11
+ effect = {
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ bribe_effect_scaling_with_estate_loyalty = {
18
+ estate = estate_burghers
19
+ effect_angry = "add_navy_tradition = -4"
20
+ effect_neutral = "add_navy_tradition = -2"
21
+ effect_happy = "add_navy_tradition = -1"
22
+ default_effect = "add_navy_tradition = -2"
23
+ }
24
+ }
25
+ else_if = {
26
+ limit = {
27
+ OR = {
28
+ AND = {
29
+ has_expensive_debate = yes
30
+ halved_parliament_bribes = yes
31
+ }
32
+ AND = {
33
+ NOT = { has_expensive_debate = yes }
34
+ NOT = { halved_parliament_bribes = yes }
35
+ }
36
+ }
37
+ }
38
+ bribe_effect_scaling_with_estate_loyalty = {
39
+ estate = estate_burghers
40
+ effect_angry = "add_navy_tradition = -2"
41
+ effect_neutral = "add_navy_tradition = -1"
42
+ effect_happy = "add_navy_tradition = -0.5"
43
+ default_effect = "add_navy_tradition = -1"
44
+ }
45
+ }
46
+ else = {
47
+ bribe_effect_scaling_with_estate_loyalty = {
48
+ estate = estate_burghers
49
+ effect_angry = "add_navy_tradition = -1"
50
+ effect_neutral = "add_navy_tradition = -0.5"
51
+ effect_happy = "add_navy_tradition = -0.25"
52
+ default_effect = "add_navy_tradition = -0.5"
53
+ }
54
+ }
55
+ }
56
+
57
+ ai_will_do = {
58
+ factor = 1
59
+ modifier = {
60
+ factor = 0.1
61
+ is_at_war = yes
62
+ }
63
+ }
64
+ }
65
+
66
+ national_lose_navy_tradition = {
67
+ trigger = {
68
+ has_reached_seat_threshold = yes
69
+ FROM = { has_port = yes }
70
+ navy_tradition = 5
71
+ has_not_bribe_blocking_debate_active = {
72
+ type = navy_tradition
73
+ }
5
74
  }
6
75
 
7
76
  effect = {
8
- add_navy_tradition = -5
77
+ back_seats_of_bribe_type = {
78
+ bribe = lose_navy_tradition
79
+ }
80
+ if = {
81
+ limit = {
82
+ has_expensive_debate = yes
83
+ NOT = { halved_parliament_bribes = yes }
84
+ }
85
+ bribe_effect_scaling_with_estate_loyalty = {
86
+ estate = estate_burghers
87
+ effect_angry = "add_navy_tradition = -20"
88
+ effect_neutral = "add_navy_tradition = -10"
89
+ effect_happy = "add_navy_tradition = -5"
90
+ default_effect = "add_navy_tradition = -10"
91
+ }
92
+ }
93
+ else_if = {
94
+ limit = {
95
+ OR = {
96
+ AND = {
97
+ has_expensive_debate = yes
98
+ halved_parliament_bribes = yes
99
+ }
100
+ AND = {
101
+ NOT = { has_expensive_debate = yes }
102
+ NOT = { halved_parliament_bribes = yes }
103
+ }
104
+ }
105
+ }
106
+ bribe_effect_scaling_with_estate_loyalty = {
107
+ estate = estate_burghers
108
+ effect_angry = "add_navy_tradition = -10"
109
+ effect_neutral = "add_navy_tradition = -5"
110
+ effect_happy = "add_navy_tradition = -2.5"
111
+ default_effect = "add_navy_tradition = -5"
112
+ }
113
+ }
114
+ else = {
115
+ bribe_effect_scaling_with_estate_loyalty = {
116
+ estate = estate_burghers
117
+ effect_angry = "add_navy_tradition = -5"
118
+ effect_neutral = "add_navy_tradition = -2.5"
119
+ effect_happy = "add_navy_tradition = -1.25"
120
+ default_effect = "add_navy_tradition = -2.5"
121
+ }
122
+ }
9
123
  }
10
124
 
125
+ chance = {
126
+ factor = 1
127
+ }
128
+
11
129
  ai_will_do = {
12
130
  factor = 1
13
131
  modifier = {
common/parliament_bribes/lose_piety.txt DELETED
@@ -1,14 +0,0 @@
1
- lose_piety = {
2
- trigger = {
3
- religion_group = muslim
4
- piety = 0.25
5
- }
6
-
7
- effect = {
8
- add_piety = -0.1
9
- }
10
-
11
- ai_will_do = {
12
- factor = 1
13
- }
14
- }
common/parliament_bribes/lose_prestige.txt CHANGED
@@ -1,12 +1,124 @@
1
1
  lose_prestige = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  prestige = 10
5
+ has_not_bribe_blocking_debate_active = {
6
+ type = prestige
7
+ }
4
8
  }
5
9
 
6
10
  effect = {
7
- add_prestige = -5
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_nobles
18
+ effect_angry = "add_prestige = -4"
19
+ effect_neutral = "add_prestige = -2"
20
+ effect_happy = "add_prestige = -1"
21
+ default_effect = "add_prestige = -2"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_nobles
39
+ effect_angry = "add_prestige = -2"
40
+ effect_neutral = "add_prestige = -1"
41
+ effect_happy = "add_prestige = -0.5"
42
+ default_effect = "add_prestige = -1"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_nobles
48
+ effect_angry = "add_prestige = -1"
49
+ effect_neutral = "add_prestige = -0.5"
50
+ effect_happy = "add_prestige = -0.25"
51
+ default_effect = "add_prestige = -0.5"
52
+ }
53
+ }
8
54
  }
9
55
 
56
+ ai_will_do = {
57
+ factor = 1
58
+ }
59
+ }
60
+
61
+ national_lose_prestige = {
62
+ trigger = {
63
+ has_reached_seat_threshold = yes
64
+ has_not_bribe_blocking_debate_active = {
65
+ type = prestige
66
+ }
67
+ }
68
+
69
+ effect = {
70
+ back_seats_of_bribe_type = {
71
+ bribe = lose_prestige
72
+ }
73
+ if = {
74
+ limit = {
75
+ has_expensive_debate = yes
76
+ NOT = { halved_parliament_bribes = yes }
77
+ }
78
+ bribe_effect_scaling_with_estate_loyalty = {
79
+ estate = estate_nobles
80
+ effect_angry = "add_prestige = -20"
81
+ effect_neutral = "add_prestige = -10"
82
+ effect_happy = "add_prestige = -5"
83
+ default_effect = "add_prestige = -10"
84
+ }
85
+ }
86
+ else_if = {
87
+ limit = {
88
+ OR = {
89
+ AND = {
90
+ has_expensive_debate = yes
91
+ halved_parliament_bribes = yes
92
+ }
93
+ AND = {
94
+ NOT = { has_expensive_debate = yes }
95
+ NOT = { halved_parliament_bribes = yes }
96
+ }
97
+ }
98
+ }
99
+ bribe_effect_scaling_with_estate_loyalty = {
100
+ estate = estate_nobles
101
+ effect_angry = "add_prestige = -10"
102
+ effect_neutral = "add_prestige = -5"
103
+ effect_happy = "add_prestige = -2.5"
104
+ default_effect = "add_prestige = -5"
105
+ }
106
+ }
107
+ else = {
108
+ bribe_effect_scaling_with_estate_loyalty = {
109
+ estate = estate_nobles
110
+ effect_angry = "add_prestige = -5"
111
+ effect_neutral = "add_prestige = -2.5"
112
+ effect_happy = "add_prestige = -1.25"
113
+ default_effect = "add_prestige = -2.5"
114
+ }
115
+ }
116
+ }
117
+
118
+ chance = {
119
+ factor = 1
120
+ }
121
+
10
122
  ai_will_do = {
11
123
  factor = 1
12
124
  }
common/parliament_bribes/lose_sailors.txt ADDED
@@ -0,0 +1,130 @@
1
+ lose_sailors = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ sailors_percentage = 0.1
5
+ has_not_bribe_blocking_debate_active = {
6
+ type = sailors
7
+ }
8
+ }
9
+
10
+ effect = {
11
+ if = {
12
+ limit = {
13
+ has_expensive_debate = yes
14
+ NOT = { halved_parliament_bribes = yes }
15
+ }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_burghers
18
+ effect_angry = "add_yearly_sailors = -0.16"
19
+ effect_neutral = "add_yearly_sailors = -0.08"
20
+ effect_happy = "add_yearly_sailors = -0.04"
21
+ default_effect = "add_yearly_sailors = -0.08"
22
+ }
23
+ }
24
+ else_if = {
25
+ limit = {
26
+ OR = {
27
+ AND = {
28
+ has_expensive_debate = yes
29
+ halved_parliament_bribes = yes
30
+ }
31
+ AND = {
32
+ NOT = { has_expensive_debate = yes }
33
+ NOT = { halved_parliament_bribes = yes }
34
+ }
35
+ }
36
+ }
37
+ bribe_effect_scaling_with_estate_loyalty = {
38
+ estate = estate_burghers
39
+ effect_angry = "add_yearly_sailors = -0.08"
40
+ effect_neutral = "add_yearly_sailors = -0.04"
41
+ effect_happy = "add_yearly_sailors = -0.02"
42
+ default_effect = "add_yearly_sailors = -0.04"
43
+ }
44
+ }
45
+ else = {
46
+ bribe_effect_scaling_with_estate_loyalty = {
47
+ estate = estate_burghers
48
+ effect_angry = "add_yearly_sailors = -0.04"
49
+ effect_neutral = "add_yearly_sailors = -0.02"
50
+ effect_happy = "add_yearly_sailors = -0.01"
51
+ default_effect = "add_yearly_sailors = -0.02"
52
+ }
53
+ }
54
+ }
55
+
56
+ ai_will_do = {
57
+ factor = 1
58
+ modifier = {
59
+ factor = 0
60
+ is_at_war = yes
61
+ }
62
+ }
63
+ }
64
+
65
+ national_lose_sailors = {
66
+ trigger = {
67
+ has_reached_seat_threshold = yes
68
+ sailors_percentage = 0.25
69
+ has_not_bribe_blocking_debate_active = {
70
+ type = sailors
71
+ }
72
+ }
73
+
74
+ effect = {
75
+ back_seats_of_bribe_type = {
76
+ bribe = lose_sailors
77
+ }
78
+ if = {
79
+ limit = {
80
+ has_expensive_debate = yes
81
+ NOT = { halved_parliament_bribes = yes }
82
+ }
83
+ bribe_effect_scaling_with_estate_loyalty = {
84
+ estate = estate_burghers
85
+ effect_angry = "add_yearly_sailors = -0.8"
86
+ effect_neutral = "add_yearly_sailors = -0.4"
87
+ effect_happy = "add_yearly_sailors = -0.2"
88
+ default_effect = "add_yearly_sailors = -0.4"
89
+ }
90
+ }
91
+ else_if = {
92
+ limit = {
93
+ OR = {
94
+ AND = {
95
+ has_expensive_debate = yes
96
+ halved_parliament_bribes = yes
97
+ }
98
+ AND = {
99
+ NOT = { has_expensive_debate = yes }
100
+ NOT = { halved_parliament_bribes = yes }
101
+ }
102
+ }
103
+ }
104
+ bribe_effect_scaling_with_estate_loyalty = {
105
+ estate = estate_burghers
106
+ effect_angry = "add_yearly_sailors = -0.4"
107
+ effect_neutral = "add_yearly_sailors = -0.2"
108
+ effect_happy = "add_yearly_sailors = -0.1"
109
+ default_effect = "add_yearly_sailors = -0.2"
110
+ }
111
+ }
112
+ else = {
113
+ bribe_effect_scaling_with_estate_loyalty = {
114
+ estate = estate_burghers
115
+ effect_angry = "add_yearly_sailors = -0.2"
116
+ effect_neutral = "add_yearly_sailors = -0.1"
117
+ effect_happy = "add_yearly_sailors = -0.05"
118
+ default_effect = "add_yearly_sailors = -0.1"
119
+ }
120
+ }
121
+ }
122
+
123
+ ai_will_do = {
124
+ factor = 1
125
+ modifier = {
126
+ factor = 0
127
+ is_at_war = yes
128
+ }
129
+ }
130
+ }
common/parliament_bribes/military_support.txt CHANGED
@@ -1,12 +1,123 @@
1
1
  military_support = {
2
2
  trigger = {
3
- always = yes
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = mil
6
+ }
4
7
  }
5
8
 
6
9
  effect = {
7
- mil_power_cost = 10
10
+ if = {
11
+ limit = {
12
+ has_expensive_debate = yes
13
+ NOT = { halved_parliament_bribes = yes }
14
+ }
15
+ bribe_effect_scaling_with_estate_loyalty = {
16
+ estate = estate_nobles
17
+ effect_angry = "mil_power_cost = 16"
18
+ effect_neutral = "mil_power_cost = 8"
19
+ effect_happy = "mil_power_cost = 4"
20
+ default_effect = "mil_power_cost = 8"
21
+ }
22
+ }
23
+ else_if = {
24
+ limit = {
25
+ OR = {
26
+ AND = {
27
+ has_expensive_debate = yes
28
+ halved_parliament_bribes = yes
29
+ }
30
+ AND = {
31
+ NOT = { has_expensive_debate = yes }
32
+ NOT = { halved_parliament_bribes = yes }
33
+ }
34
+ }
35
+ }
36
+ bribe_effect_scaling_with_estate_loyalty = {
37
+ estate = estate_nobles
38
+ effect_angry = "mil_power_cost = 8"
39
+ effect_neutral = "mil_power_cost = 4"
40
+ effect_happy = "mil_power_cost = 2"
41
+ default_effect = "mil_power_cost = 4"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_nobles
47
+ effect_angry = "mil_power_cost = 4"
48
+ effect_neutral = "mil_power_cost = 2"
49
+ effect_happy = "mil_power_cost = 1"
50
+ default_effect = "mil_power_cost = 2"
51
+ }
52
+ }
8
53
  }
9
54
 
55
+ ai_will_do = {
56
+ factor = 1
57
+ }
58
+ }
59
+
60
+ national_military_support = {
61
+ trigger = {
62
+ has_reached_seat_threshold = yes
63
+ has_not_bribe_blocking_debate_active = {
64
+ type = mil
65
+ }
66
+ }
67
+
68
+ effect = {
69
+ back_seats_of_bribe_type = {
70
+ bribe = military_support
71
+ }
72
+ if = {
73
+ limit = {
74
+ has_expensive_debate = yes
75
+ NOT = { halved_parliament_bribes = yes }
76
+ }
77
+ bribe_effect_scaling_with_estate_loyalty = {
78
+ estate = estate_nobles
79
+ effect_angry = "mil_power_cost = 80"
80
+ effect_neutral = "mil_power_cost = 40"
81
+ effect_happy = "mil_power_cost = 20"
82
+ default_effect = "mil_power_cost = 40"
83
+ }
84
+ }
85
+ else_if = {
86
+ limit = {
87
+ OR = {
88
+ AND = {
89
+ has_expensive_debate = yes
90
+ halved_parliament_bribes = yes
91
+ }
92
+ AND = {
93
+ NOT = { has_expensive_debate = yes }
94
+ NOT = { halved_parliament_bribes = yes }
95
+ }
96
+ }
97
+ }
98
+ bribe_effect_scaling_with_estate_loyalty = {
99
+ estate = estate_nobles
100
+ effect_angry = "mil_power_cost = 40"
101
+ effect_neutral = "mil_power_cost = 20"
102
+ effect_happy = "mil_power_cost = 10"
103
+ default_effect = "mil_power_cost = 20"
104
+ }
105
+ }
106
+ else = {
107
+ bribe_effect_scaling_with_estate_loyalty = {
108
+ estate = estate_nobles
109
+ effect_angry = "mil_power_cost = 20"
110
+ effect_neutral = "mil_power_cost = 10"
111
+ effect_happy = "mil_power_cost = 5"
112
+ default_effect = "mil_power_cost = 10"
113
+ }
114
+ }
115
+ }
116
+
117
+ chance = {
118
+ factor = 1
119
+ }
120
+
10
121
  ai_will_do = {
11
122
  factor = 1
12
123
  }
common/parliament_bribes/monetary_support.txt CHANGED
@@ -1,12 +1,123 @@
1
1
  monetary_support = {
2
2
  trigger = {
3
- always = yes
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = treasury
6
+ }
4
7
  }
5
8
 
6
9
  effect = {
7
- add_years_of_income = -0.05
10
+ if = {
11
+ limit = {
12
+ has_expensive_debate = yes
13
+ NOT = { halved_parliament_bribes = yes }
14
+ }
15
+ bribe_effect_scaling_with_estate_loyalty = {
16
+ estate = estate_burghers
17
+ effect_angry = "add_years_of_income = -0.32"
18
+ effect_neutral = "add_years_of_income = -0.08"
19
+ effect_happy = "add_years_of_income = -0.16"
20
+ default_effect = "add_years_of_income = -0.08"
21
+ }
22
+ }
23
+ else_if = {
24
+ limit = {
25
+ OR = {
26
+ AND = {
27
+ has_expensive_debate = yes
28
+ halved_parliament_bribes = yes
29
+ }
30
+ AND = {
31
+ NOT = { has_expensive_debate = yes }
32
+ NOT = { halved_parliament_bribes = yes }
33
+ }
34
+ }
35
+ }
36
+ bribe_effect_scaling_with_estate_loyalty = {
37
+ estate = estate_burghers
38
+ effect_angry = "add_years_of_income = -0.08"
39
+ effect_neutral = "add_years_of_income = -0.04"
40
+ effect_happy = "add_years_of_income = -0.02"
41
+ default_effect = "add_years_of_income = -0.04"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_burghers
47
+ effect_angry = "add_years_of_income = -0.04"
48
+ effect_neutral = "add_years_of_income = -0.02"
49
+ effect_happy = "add_years_of_income = -0.01"
50
+ default_effect = "add_years_of_income = -0.02"
51
+ }
52
+ }
8
53
  }
9
54
 
55
+ ai_will_do = {
56
+ factor = 1
57
+ }
58
+ }
59
+
60
+ national_monetary_support = {
61
+ trigger = {
62
+ has_reached_seat_threshold = yes
63
+ has_not_bribe_blocking_debate_active = {
64
+ type = treasury
65
+ }
66
+ }
67
+
68
+ effect = {
69
+ back_seats_of_bribe_type = {
70
+ bribe = monetary_support
71
+ }
72
+ if = {
73
+ limit = {
74
+ has_expensive_debate = yes
75
+ NOT = { halved_parliament_bribes = yes }
76
+ }
77
+ bribe_effect_scaling_with_estate_loyalty = {
78
+ estate = estate_burghers
79
+ effect_angry = "add_years_of_income = -0.8"
80
+ effect_neutral = "add_years_of_income = -0.4"
81
+ effect_happy = "add_years_of_income = -0.2"
82
+ default_effect = "add_years_of_income = -0.4"
83
+ }
84
+ }
85
+ else_if = {
86
+ limit = {
87
+ OR = {
88
+ AND = {
89
+ has_expensive_debate = yes
90
+ halved_parliament_bribes = yes
91
+ }
92
+ AND = {
93
+ NOT = { has_expensive_debate = yes }
94
+ NOT = { halved_parliament_bribes = yes }
95
+ }
96
+ }
97
+ }
98
+ bribe_effect_scaling_with_estate_loyalty = {
99
+ estate = estate_burghers
100
+ effect_angry = "add_years_of_income = -0.4"
101
+ effect_neutral = "add_years_of_income = -0.2"
102
+ effect_happy = "add_years_of_income = -0.1"
103
+ default_effect = "add_years_of_income = -0.2"
104
+ }
105
+ }
106
+ else = {
107
+ bribe_effect_scaling_with_estate_loyalty = {
108
+ estate = estate_burghers
109
+ effect_angry = "add_years_of_income = -0.2"
110
+ effect_neutral = "add_years_of_income = -0.1"
111
+ effect_happy = "add_years_of_income = -0.05"
112
+ default_effect = "add_years_of_income = -0.1"
113
+ }
114
+ }
115
+ }
116
+
117
+ chance = {
118
+ factor = 1
119
+ }
120
+
10
121
  ai_will_do = {
11
122
  factor = 1
12
123
  }
common/parliament_bribes/pay_armyprofessionalism.txt CHANGED
@@ -1,13 +1,127 @@
1
1
  pay_armyprofessionalism = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  has_dlc = "Cradle of Civilization"
4
5
  army_professionalism = 0.02
6
+ has_not_bribe_blocking_debate_active = {
7
+ type = army_professionalism
8
+ }
5
9
  }
6
10
 
7
11
  effect = {
8
- add_army_professionalism = -0.02
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ bribe_effect_scaling_with_estate_loyalty = {
18
+ estate = estate_nobles
19
+ effect_angry = "add_army_professionalism = -0.032"
20
+ effect_neutral = "add_army_professionalism = -0.016"
21
+ effect_happy = "add_army_professionalism = -0.008"
22
+ default_effect = "add_army_professionalism = -0.016"
23
+ }
24
+ }
25
+ else_if = {
26
+ limit = {
27
+ OR = {
28
+ AND = {
29
+ has_expensive_debate = yes
30
+ halved_parliament_bribes = yes
31
+ }
32
+ AND = {
33
+ NOT = { has_expensive_debate = yes }
34
+ NOT = { halved_parliament_bribes = yes }
35
+ }
36
+ }
37
+ }
38
+ bribe_effect_scaling_with_estate_loyalty = {
39
+ estate = estate_nobles
40
+ effect_angry = "add_army_professionalism = -0.016"
41
+ effect_neutral = "add_army_professionalism = -0.004"
42
+ effect_happy = "add_army_professionalism = -0.008"
43
+ default_effect = "add_army_professionalism = -0.004"
44
+ }
45
+ }
46
+ else = {
47
+ bribe_effect_scaling_with_estate_loyalty = {
48
+ estate = estate_nobles
49
+ effect_angry = "add_army_professionalism = -0.004"
50
+ effect_neutral = "add_army_professionalism = -0.002"
51
+ effect_happy = "add_army_professionalism = -0.001"
52
+ default_effect = "add_army_professionalism = -0.002"
53
+ }
54
+ }
9
55
  }
10
56
 
57
+ ai_will_do = {
58
+ factor = 1
59
+ }
60
+ }
61
+
62
+ national_pay_armyprofessionalism = {
63
+ trigger = {
64
+ has_reached_seat_threshold = yes
65
+ has_dlc = "Cradle of Civilization"
66
+ army_professionalism = 0.02
67
+ has_not_bribe_blocking_debate_active = {
68
+ type = army_professionalism
69
+ }
70
+ }
71
+
72
+ effect = {
73
+ back_seats_of_bribe_type = {
74
+ bribe = pay_armyprofessionalism
75
+ }
76
+ if = {
77
+ limit = {
78
+ has_expensive_debate = yes
79
+ NOT = { halved_parliament_bribes = yes }
80
+ }
81
+ bribe_effect_scaling_with_estate_loyalty = {
82
+ estate = estate_nobles
83
+ effect_angry = "add_army_professionalism = -0.08"
84
+ effect_neutral = "add_army_professionalism = -0.04"
85
+ effect_happy = "add_army_professionalism = -0.02"
86
+ default_effect = "add_army_professionalism = -0.04"
87
+ }
88
+ }
89
+ else_if = {
90
+ limit = {
91
+ OR = {
92
+ AND = {
93
+ has_expensive_debate = yes
94
+ halved_parliament_bribes = yes
95
+ }
96
+ AND = {
97
+ NOT = { has_expensive_debate = yes }
98
+ NOT = { halved_parliament_bribes = yes }
99
+ }
100
+ }
101
+ }
102
+ bribe_effect_scaling_with_estate_loyalty = {
103
+ estate = estate_nobles
104
+ effect_angry = "add_army_professionalism = -0.04"
105
+ effect_neutral = "add_army_professionalism = -0.02"
106
+ effect_happy = "add_army_professionalism = -0.01"
107
+ default_effect = "add_army_professionalism = -0.02"
108
+ }
109
+ }
110
+ else = {
111
+ bribe_effect_scaling_with_estate_loyalty = {
112
+ estate = estate_nobles
113
+ effect_angry = "add_army_professionalism = -0.02"
114
+ effect_neutral = "add_army_professionalism = -0.01"
115
+ effect_happy = "add_army_professionalism = -0.005"
116
+ default_effect = "add_army_professionalism = -0.01"
117
+ }
118
+ }
119
+ }
120
+
121
+ chance = {
122
+ factor = 1
123
+ }
124
+
11
125
  ai_will_do = {
12
126
  factor = 1
13
127
  }
common/parliament_bribes/pay_churchpower.txt DELETED
@@ -1,23 +0,0 @@
1
- pay_churchpower = {
2
- trigger = {
3
- OR = {
4
- AND = {
5
- religion = protestant
6
- FROM = { religion = protestant }
7
- }
8
- AND = {
9
- religion = anglican
10
- FROM = { religion = anglican }
11
- }
12
- }
13
- church_power = 5
14
- }
15
-
16
- effect = {
17
- add_church_power = -5
18
- }
19
-
20
- ai_will_do = {
21
- factor = 1
22
- }
23
- }
common/parliament_bribes/pay_crown_land.txt CHANGED
@@ -1,14 +1,115 @@
1
1
  pay_crown_land = {
2
2
  trigger = {
3
+ has_reached_seat_threshold = no
3
4
  crown_land_share = 10
4
5
  NOT = { crown_land_share = 100 }
6
+ has_not_bribe_blocking_debate_active = {
7
+ type = crownland
8
+ }
9
+ }
10
+
11
+ effect = {
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ change_estate_land_share = {
18
+ estate = all
19
+ share = 1
20
+ }
21
+ }
22
+ else_if = {
23
+ limit = {
24
+ OR = {
25
+ AND = {
26
+ has_expensive_debate = yes
27
+ halved_parliament_bribes = yes
28
+ }
29
+ AND = {
30
+ NOT = { has_expensive_debate = yes }
31
+ NOT = { halved_parliament_bribes = yes }
32
+ }
33
+ }
34
+ }
35
+ change_estate_land_share = {
36
+ estate = all
37
+ share = 0.5
38
+ }
39
+ }
40
+ else = {
41
+ change_estate_land_share = {
42
+ estate = all
43
+ share = 0.25
44
+ }
45
+ }
46
+ }
47
+
48
+ chance = {
49
+ factor = 1
50
+ }
51
+
52
+ ai_will_do = {
53
+ factor = 0.75
54
+ modifier = {
55
+ factor = 0.5
56
+ NOT = { crown_land_share = 50 }
57
+ }
58
+ }
59
+ }
60
+
61
+ national_pay_crown_land = {
62
+ trigger = {
63
+ has_reached_seat_threshold = yes
64
+ crown_land_share = 10
65
+ NOT = { crown_land_share = 100 }
66
+ has_not_bribe_blocking_debate_active = {
67
+ type = crownland
68
+ }
5
69
  }
6
70
 
7
71
  effect = {
8
- change_estate_land_share = {
9
- estate = all
10
- share = 2
72
+ back_seats_of_bribe_type = {
73
+ bribe = pay_crown_land
74
+ }
75
+ if = {
76
+ limit = {
77
+ has_expensive_debate = yes
78
+ NOT = { halved_parliament_bribes = yes }
79
+ }
80
+ change_estate_land_share = {
81
+ estate = all
82
+ share = 5
83
+ }
84
+ }
85
+ else_if = {
86
+ limit = {
87
+ OR = {
88
+ AND = {
89
+ has_expensive_debate = yes
90
+ halved_parliament_bribes = yes
91
+ }
92
+ AND = {
93
+ NOT = { has_expensive_debate = yes }
94
+ NOT = { halved_parliament_bribes = yes }
95
+ }
96
+ }
97
+ }
98
+ change_estate_land_share = {
99
+ estate = all
100
+ share = 2.5
101
+ }
11
102
  }
103
+ else = {
104
+ change_estate_land_share = {
105
+ estate = all
106
+ share = 1.25
107
+ }
108
+ }
109
+ }
110
+
111
+ chance = {
112
+ factor = 1
12
113
  }
13
114
 
14
115
  ai_will_do = {
common/parliament_bribes/pay_devotion.txt DELETED
@@ -1,14 +0,0 @@
1
- pay_devotion = {
2
- trigger = {
3
- government = theocracy
4
- devotion = 2
5
- }
6
-
7
- effect = {
8
- add_devotion = -2
9
- }
10
-
11
- ai_will_do = {
12
- factor = 1
13
- }
14
- }
common/parliament_bribes/pay_fervor.txt DELETED
@@ -1,16 +0,0 @@
1
- pay_fervor = {
2
- trigger = {
3
- religion = reformed
4
- FROM = { religion = reformed }
5
- has_dlc = "Wealth of Nations"
6
- fervor = 5
7
- }
8
-
9
- effect = {
10
- add_fervor = -5
11
- }
12
-
13
- ai_will_do = {
14
- factor = 1
15
- }
16
- }
common/parliament_bribes/pay_government_currency.txt ADDED
@@ -0,0 +1,636 @@
1
+ pay_legitimacy = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ government = monarchy
5
+ legitimacy = 2
6
+ has_not_bribe_blocking_debate_active = {
7
+ type = government_currency
8
+ }
9
+ }
10
+
11
+ effect = {
12
+ if = {
13
+ limit = {
14
+ has_expensive_debate = yes
15
+ NOT = { halved_parliament_bribes = yes }
16
+ }
17
+ bribe_effect_scaling_with_estate_loyalty = {
18
+ estate = estate_nobles
19
+ effect_angry = "add_legitimacy = -3.2"
20
+ effect_neutral = "add_legitimacy = -1.6"
21
+ effect_happy = "add_legitimacy = -0.8"
22
+ default_effect = "add_legitimacy = -1.6"
23
+ }
24
+ }
25
+ else_if = {
26
+ limit = {
27
+ OR = {
28
+ AND = {
29
+ has_expensive_debate = yes
30
+ halved_parliament_bribes = yes
31
+ }
32
+ AND = {
33
+ NOT = { has_expensive_debate = yes }
34
+ NOT = { halved_parliament_bribes = yes }
35
+ }
36
+ }
37
+ }
38
+ bribe_effect_scaling_with_estate_loyalty = {
39
+ estate = estate_nobles
40
+ effect_angry = "add_legitimacy = -1.6"
41
+ effect_neutral = "add_legitimacy = -0.8"
42
+ effect_happy = "add_legitimacy = -0.4"
43
+ default_effect = "add_legitimacy = -0.8"
44
+ }
45
+ }
46
+ else = {
47
+ bribe_effect_scaling_with_estate_loyalty = {
48
+ estate = estate_nobles
49
+ effect_angry = "add_legitimacy = -0.8"
50
+ effect_neutral = "add_legitimacy = -0.4"
51
+ effect_happy = "add_legitimacy = -0.2"
52
+ default_effect = "add_legitimacy = -0.4"
53
+ }
54
+ }
55
+ }
56
+
57
+ ai_will_do = {
58
+ factor = 1
59
+ }
60
+ }
61
+
62
+ pay_rep_tradition = {
63
+ trigger = {
64
+ has_reached_seat_threshold = no
65
+ government = republic
66
+ republican_tradition = 1
67
+ has_not_bribe_blocking_debate_active = {
68
+ type = government_currency
69
+ }
70
+ }
71
+
72
+ effect = {
73
+ if = {
74
+ limit = {
75
+ has_expensive_debate = yes
76
+ NOT = { halved_parliament_bribes = yes }
77
+ }
78
+ bribe_effect_scaling_with_estate_loyalty = {
79
+ estate = estate_burghers
80
+ effect_angry = "add_republican_tradition = -1.6"
81
+ effect_neutral = "add_republican_tradition = -0.8"
82
+ effect_happy = "add_republican_tradition = -0.4"
83
+ default_effect = "add_republican_tradition = -0.8"
84
+ }
85
+ }
86
+ else_if = {
87
+ limit = {
88
+ OR = {
89
+ AND = {
90
+ has_expensive_debate = yes
91
+ halved_parliament_bribes = yes
92
+ }
93
+ AND = {
94
+ NOT = { has_expensive_debate = yes }
95
+ NOT = { halved_parliament_bribes = yes }
96
+ }
97
+ }
98
+ }
99
+ bribe_effect_scaling_with_estate_loyalty = {
100
+ estate = estate_burghers
101
+ effect_angry = "add_republican_tradition = -0.8"
102
+ effect_neutral = "add_republican_tradition = -0.4"
103
+ effect_happy = "add_republican_tradition = -0.2"
104
+ default_effect = "add_republican_tradition = -0.4"
105
+ }
106
+ }
107
+ else = {
108
+ bribe_effect_scaling_with_estate_loyalty = {
109
+ estate = estate_burghers
110
+ effect_angry = "add_republican_tradition = -0.4"
111
+ effect_neutral = "add_republican_tradition = -0.2"
112
+ effect_happy = "add_republican_tradition = -0.1"
113
+ default_effect = "add_republican_tradition = -0.2"
114
+ }
115
+ }
116
+ }
117
+
118
+ ai_will_do = {
119
+ factor = 1
120
+ modifier = {
121
+ factor = 0.1
122
+ NOT = { republican_tradition = 60 }
123
+ }
124
+ }
125
+ }
126
+
127
+ pay_devotion = {
128
+ trigger = {
129
+ has_reached_seat_threshold = no
130
+ uses_devotion = yes
131
+ devotion = 2
132
+ has_not_bribe_blocking_debate_active = {
133
+ type = government_currency
134
+ }
135
+ }
136
+
137
+ effect = {
138
+ if = {
139
+ limit = {
140
+ has_expensive_debate = yes
141
+ NOT = { halved_parliament_bribes = yes }
142
+ }
143
+ bribe_effect_scaling_with_estate_loyalty = {
144
+ estate = estate_church
145
+ effect_angry = "add_devotion = -3.2"
146
+ effect_neutral = "add_devotion = -1.6"
147
+ effect_happy = "add_devotion = -0.8"
148
+ default_effect = "add_devotion = -1.6"
149
+ }
150
+ }
151
+ else_if = {
152
+ limit = {
153
+ OR = {
154
+ AND = {
155
+ has_expensive_debate = yes
156
+ halved_parliament_bribes = yes
157
+ }
158
+ AND = {
159
+ NOT = { has_expensive_debate = yes }
160
+ NOT = { halved_parliament_bribes = yes }
161
+ }
162
+ }
163
+ }
164
+ bribe_effect_scaling_with_estate_loyalty = {
165
+ estate = estate_church
166
+ effect_angry = "add_devotion = -1.6"
167
+ effect_neutral = "add_devotion = -0.8"
168
+ effect_happy = "add_devotion = -0.4"
169
+ default_effect = "add_devotion = -0.8"
170
+ }
171
+ }
172
+ else = {
173
+ bribe_effect_scaling_with_estate_loyalty = {
174
+ estate = estate_church
175
+ effect_angry = "add_devotion = -0.8"
176
+ effect_neutral = "add_devotion = -0.4"
177
+ effect_happy = "add_devotion = -0.2"
178
+ default_effect = "add_devotion = -0.4"
179
+ }
180
+ }
181
+ }
182
+
183
+ ai_will_do = {
184
+ factor = 1
185
+ }
186
+ }
187
+
188
+ pay_horde_unity = {
189
+ trigger = {
190
+ has_reached_seat_threshold = no
191
+ uses_horde_unity = yes
192
+ horde_unity = 2
193
+ has_not_bribe_blocking_debate_active = {
194
+ type = government_currency
195
+ }
196
+ }
197
+
198
+ effect = {
199
+ if = {
200
+ limit = {
201
+ has_expensive_debate = yes
202
+ NOT = { halved_parliament_bribes = yes }
203
+ }
204
+ bribe_effect_scaling_with_estate_loyalty = {
205
+ estate = estate_nomadic_tribes
206
+ effect_angry = "add_horde_unity = -3.2"
207
+ effect_neutral = "add_horde_unity = -1.6"
208
+ effect_happy = "add_horde_unity = -0.8"
209
+ default_effect = "add_horde_unity = -1.6"
210
+ }
211
+ }
212
+ else_if = {
213
+ limit = {
214
+ OR = {
215
+ AND = {
216
+ has_expensive_debate = yes
217
+ halved_parliament_bribes = yes
218
+ }
219
+ AND = {
220
+ NOT = { has_expensive_debate = yes }
221
+ NOT = { halved_parliament_bribes = yes }
222
+ }
223
+ }
224
+ }
225
+ bribe_effect_scaling_with_estate_loyalty = {
226
+ estate = estate_nomadic_tribes
227
+ effect_angry = "add_horde_unity = -1.6"
228
+ effect_neutral = "add_horde_unity = -0.8"
229
+ effect_happy = "add_horde_unity = -0.4"
230
+ default_effect = "add_horde_unity = -0.8"
231
+ }
232
+ }
233
+ else = {
234
+ bribe_effect_scaling_with_estate_loyalty = {
235
+ estate = estate_nomadic_tribes
236
+ effect_angry = "add_horde_unity = -0.8"
237
+ effect_neutral = "add_horde_unity = -0.4"
238
+ effect_happy = "add_horde_unity = -0.2"
239
+ default_effect = "add_horde_unity = -0.4"
240
+ }
241
+ }
242
+ }
243
+
244
+ ai_will_do = {
245
+ factor = 1
246
+ }
247
+ }
248
+
249
+ pay_meritocracy = {
250
+ trigger = {
251
+ has_reached_seat_threshold = no
252
+ uses_meritocracy = yes
253
+ meritocracy = 2
254
+ has_not_bribe_blocking_debate_active = {
255
+ type = government_currency
256
+ }
257
+ }
258
+
259
+ effect = {
260
+ if = {
261
+ limit = {
262
+ has_expensive_debate = yes
263
+ NOT = { halved_parliament_bribes = yes }
264
+ }
265
+ bribe_effect_scaling_with_estate_loyalty = {
266
+ estate = estate_eunuchs
267
+ effect_angry = "add_meritocracy = -3.2"
268
+ effect_neutral = "add_meritocracy = -1.6"
269
+ effect_happy = "add_meritocracy = -0.8"
270
+ default_effect = "add_meritocracy = -1.6"
271
+ }
272
+ }
273
+ else_if = {
274
+ limit = {
275
+ OR = {
276
+ AND = {
277
+ has_expensive_debate = yes
278
+ halved_parliament_bribes = yes
279
+ }
280
+ AND = {
281
+ NOT = { has_expensive_debate = yes }
282
+ NOT = { halved_parliament_bribes = yes }
283
+ }
284
+ }
285
+ }
286
+ bribe_effect_scaling_with_estate_loyalty = {
287
+ estate = estate_eunuchs
288
+ effect_angry = "add_meritocracy = -1.6"
289
+ effect_neutral = "add_meritocracy = -0.8"
290
+ effect_happy = "add_meritocracy = -0.4"
291
+ default_effect = "add_meritocracy = -0.8"
292
+ }
293
+ }
294
+ else = {
295
+ bribe_effect_scaling_with_estate_loyalty = {
296
+ estate = estate_eunuchs
297
+ effect_angry = "add_meritocracy = -0.8"
298
+ effect_neutral = "add_meritocracy = -0.4"
299
+ effect_happy = "add_meritocracy = -0.2"
300
+ default_effect = "add_meritocracy = -0.4"
301
+ }
302
+ }
303
+ }
304
+
305
+ ai_will_do = {
306
+ factor = 1
307
+ }
308
+ }
309
+
310
+ national_pay_legitimacy = {
311
+ trigger = {
312
+ has_reached_seat_threshold = yes
313
+ government = monarchy
314
+ legitimacy = 2
315
+ has_not_bribe_blocking_debate_active = {
316
+ type = government_currency
317
+ }
318
+ }
319
+
320
+ effect = {
321
+ back_seats_of_bribe_type = {
322
+ bribe = pay_legitimacy
323
+ }
324
+ if = {
325
+ limit = {
326
+ has_expensive_debate = yes
327
+ NOT = { halved_parliament_bribes = yes }
328
+ }
329
+ bribe_effect_scaling_with_estate_loyalty = {
330
+ estate = estate_nobles
331
+ effect_angry = "add_legitimacy = -16"
332
+ effect_neutral = "add_legitimacy = -8"
333
+ effect_happy = "add_legitimacy = -4"
334
+ default_effect = "add_legitimacy = -8"
335
+ }
336
+ }
337
+ else_if = {
338
+ limit = {
339
+ OR = {
340
+ AND = {
341
+ has_expensive_debate = yes
342
+ halved_parliament_bribes = yes
343
+ }
344
+ AND = {
345
+ NOT = { has_expensive_debate = yes }
346
+ NOT = { halved_parliament_bribes = yes }
347
+ }
348
+ }
349
+ }
350
+ bribe_effect_scaling_with_estate_loyalty = {
351
+ estate = estate_nobles
352
+ effect_angry = "add_legitimacy = -8"
353
+ effect_neutral = "add_legitimacy = -4"
354
+ effect_happy = "add_legitimacy = -2"
355
+ default_effect = "add_legitimacy = -4"
356
+ }
357
+ }
358
+ else = {
359
+ bribe_effect_scaling_with_estate_loyalty = {
360
+ estate = estate_nobles
361
+ effect_angry = "add_legitimacy = -4"
362
+ effect_neutral = "add_legitimacy = -2"
363
+ effect_happy = "add_legitimacy = -1"
364
+ default_effect = "add_legitimacy = -2"
365
+ }
366
+ }
367
+ }
368
+
369
+ ai_will_do = {
370
+ factor = 1
371
+ }
372
+ }
373
+
374
+ national_pay_rep_tradition = {
375
+ trigger = {
376
+ has_reached_seat_threshold = yes
377
+ government = republic
378
+ republican_tradition = 1
379
+ has_not_bribe_blocking_debate_active = {
380
+ type = government_currency
381
+ }
382
+ }
383
+
384
+ effect = {
385
+ back_seats_of_bribe_type = {
386
+ bribe = pay_rep_tradition
387
+ }
388
+ if = {
389
+ limit = {
390
+ has_expensive_debate = yes
391
+ NOT = { halved_parliament_bribes = yes }
392
+ }
393
+ bribe_effect_scaling_with_estate_loyalty = {
394
+ estate = estate_burghers
395
+ effect_angry = "add_republican_tradition = -8"
396
+ effect_neutral = "add_republican_tradition = -4"
397
+ effect_happy = "add_republican_tradition = -2"
398
+ default_effect = "add_republican_tradition = -4"
399
+ }
400
+ }
401
+ else_if = {
402
+ limit = {
403
+ OR = {
404
+ AND = {
405
+ has_expensive_debate = yes
406
+ halved_parliament_bribes = yes
407
+ }
408
+ AND = {
409
+ NOT = { has_expensive_debate = yes }
410
+ NOT = { halved_parliament_bribes = yes }
411
+ }
412
+ }
413
+ }
414
+ bribe_effect_scaling_with_estate_loyalty = {
415
+ estate = estate_burghers
416
+ effect_angry = "add_republican_tradition = -4"
417
+ effect_neutral = "add_republican_tradition = -2"
418
+ effect_happy = "add_republican_tradition = -1"
419
+ default_effect = "add_republican_tradition = -2"
420
+ }
421
+ }
422
+ else = {
423
+ bribe_effect_scaling_with_estate_loyalty = {
424
+ estate = estate_burghers
425
+ effect_angry = "add_republican_tradition = -2"
426
+ effect_neutral = "add_republican_tradition = -1"
427
+ effect_happy = "add_republican_tradition = -0.5"
428
+ default_effect = "add_republican_tradition = -1"
429
+ }
430
+ }
431
+ }
432
+
433
+ ai_will_do = {
434
+ factor = 1
435
+ modifier = {
436
+ factor = 0.1
437
+ NOT = { republican_tradition = 60 }
438
+ }
439
+ }
440
+ }
441
+
442
+ national_pay_devotion = {
443
+ trigger = {
444
+ has_reached_seat_threshold = yes
445
+ uses_devotion = yes
446
+ devotion = 2
447
+ has_not_bribe_blocking_debate_active = {
448
+ type = government_currency
449
+ }
450
+ }
451
+
452
+ effect = {
453
+ back_seats_of_bribe_type = {
454
+ bribe = pay_devotion
455
+ }
456
+ if = {
457
+ limit = {
458
+ has_expensive_debate = yes
459
+ NOT = { halved_parliament_bribes = yes }
460
+ }
461
+ bribe_effect_scaling_with_estate_loyalty = {
462
+ estate = estate_church
463
+ effect_angry = "add_devotion = -16"
464
+ effect_neutral = "add_devotion = -8"
465
+ effect_happy = "add_devotion = -4"
466
+ default_effect = "add_devotion = -8"
467
+ }
468
+ }
469
+ else_if = {
470
+ limit = {
471
+ OR = {
472
+ AND = {
473
+ has_expensive_debate = yes
474
+ halved_parliament_bribes = yes
475
+ }
476
+ AND = {
477
+ NOT = { has_expensive_debate = yes }
478
+ NOT = { halved_parliament_bribes = yes }
479
+ }
480
+ }
481
+ }
482
+ bribe_effect_scaling_with_estate_loyalty = {
483
+ estate = estate_church
484
+ effect_angry = "add_devotion = -8"
485
+ effect_neutral = "add_devotion = -4"
486
+ effect_happy = "add_devotion = -2"
487
+ default_effect = "add_devotion = -4"
488
+ }
489
+ }
490
+ else = {
491
+ bribe_effect_scaling_with_estate_loyalty = {
492
+ estate = estate_church
493
+ effect_angry = "add_devotion = -4"
494
+ effect_neutral = "add_devotion = -2"
495
+ effect_happy = "add_devotion = -1"
496
+ default_effect = "add_devotion = -2"
497
+ }
498
+ }
499
+ }
500
+
501
+ ai_will_do = {
502
+ factor = 1
503
+ }
504
+ }
505
+
506
+ national_pay_horde_unity = {
507
+ trigger = {
508
+ has_reached_seat_threshold = yes
509
+ uses_horde_unity = yes
510
+ horde_unity = 2
511
+ has_not_bribe_blocking_debate_active = {
512
+ type = government_currency
513
+ }
514
+ }
515
+
516
+ effect = {
517
+ back_seats_of_bribe_type = {
518
+ bribe = pay_horde_unity
519
+ }
520
+ if = {
521
+ limit = {
522
+ has_expensive_debate = yes
523
+ NOT = { halved_parliament_bribes = yes }
524
+ }
525
+ bribe_effect_scaling_with_estate_loyalty = {
526
+ estate = estate_nomadic_tribes
527
+ effect_angry = "add_horde_unity = -16"
528
+ effect_neutral = "add_horde_unity = -8"
529
+ effect_happy = "add_horde_unity = -4"
530
+ default_effect = "add_horde_unity = -8"
531
+ }
532
+ }
533
+ else_if = {
534
+ limit = {
535
+ OR = {
536
+ AND = {
537
+ has_expensive_debate = yes
538
+ halved_parliament_bribes = yes
539
+ }
540
+ AND = {
541
+ NOT = { has_expensive_debate = yes }
542
+ NOT = { halved_parliament_bribes = yes }
543
+ }
544
+ }
545
+ }
546
+ bribe_effect_scaling_with_estate_loyalty = {
547
+ estate = estate_nomadic_tribes
548
+ effect_angry = "add_horde_unity = -8"
549
+ effect_neutral = "add_horde_unity = -4"
550
+ effect_happy = "add_horde_unity = -2"
551
+ default_effect = "add_horde_unity = -4"
552
+ }
553
+ }
554
+ else = {
555
+ bribe_effect_scaling_with_estate_loyalty = {
556
+ estate = estate_nomadic_tribes
557
+ effect_angry = "add_horde_unity = -4"
558
+ effect_neutral = "add_horde_unity = -2"
559
+ effect_happy = "add_horde_unity = -1"
560
+ default_effect = "add_horde_unity = -2"
561
+ }
562
+ }
563
+ }
564
+
565
+ ai_will_do = {
566
+ factor = 1
567
+ }
568
+ }
569
+
570
+ national_pay_meritocracy = {
571
+ trigger = {
572
+ has_reached_seat_threshold = yes
573
+ uses_meritocracy = yes
574
+ meritocracy = 2
575
+ has_not_bribe_blocking_debate_active = {
576
+ type = government_currency
577
+ }
578
+ }
579
+
580
+ effect = {
581
+ back_seats_of_bribe_type = {
582
+ bribe = pay_meritocracy
583
+ }
584
+ if = {
585
+ limit = {
586
+ has_expensive_debate = yes
587
+ NOT = { halved_parliament_bribes = yes }
588
+ }
589
+ bribe_effect_scaling_with_estate_loyalty = {
590
+ estate = estate_eunuchs
591
+ effect_angry = "add_meritocracy = -16"
592
+ effect_neutral = "add_meritocracy = -8"
593
+ effect_happy = "add_meritocracy = -4"
594
+ default_effect = "add_meritocracy = -8"
595
+ }
596
+ }
597
+ else_if = {
598
+ limit = {
599
+ OR = {
600
+ AND = {
601
+ has_expensive_debate = yes
602
+ halved_parliament_bribes = yes
603
+ }
604
+ AND = {
605
+ NOT = { has_expensive_debate = yes }
606
+ NOT = { halved_parliament_bribes = yes }
607
+ }
608
+ }
609
+ }
610
+ bribe_effect_scaling_with_estate_loyalty = {
611
+ estate = estate_eunuchs
612
+ effect_angry = "add_meritocracy = -8"
613
+ effect_neutral = "add_meritocracy = -4"
614
+ effect_happy = "add_meritocracy = -2"
615
+ default_effect = "add_meritocracy = -4"
616
+ }
617
+ }
618
+ else = {
619
+ bribe_effect_scaling_with_estate_loyalty = {
620
+ estate = estate_eunuchs
621
+ effect_angry = "add_meritocracy = -4"
622
+ effect_neutral = "add_meritocracy = -2"
623
+ effect_happy = "add_meritocracy = -1"
624
+ default_effect = "add_meritocracy = -2"
625
+ }
626
+ }
627
+ }
628
+
629
+ chance = {
630
+ factor = 1
631
+ }
632
+
633
+ ai_will_do = {
634
+ factor = 1
635
+ }
636
+ }
common/parliament_bribes/pay_government_power.txt ADDED
@@ -0,0 +1,2275 @@
1
+ pay_militarization = {
2
+ trigger = {
3
+ has_not_bribe_blocking_debate_active = {
4
+ type = government_power
5
+ }
6
+ has_government_power = {
7
+ mechanic_type = militarization_mechanic
8
+ power_type = militarized_society
9
+ value = 5
10
+ }
11
+ }
12
+
13
+ effect = {
14
+ if = {
15
+ limit = { halved_parliament_bribes = yes }
16
+ bribe_effect_scaling_with_estate_loyalty = {
17
+ estate = estate_nobles
18
+ effect_angry = "
19
+ add_government_power = {
20
+ mechanic_type = militarization_mechanic
21
+ power_type = militarized_society
22
+ value = -1
23
+ }"
24
+ effect_neutral = "
25
+ add_government_power = {
26
+ mechanic_type = militarization_mechanic
27
+ power_type = militarized_society
28
+ value = -0.5
29
+ }"
30
+ effect_happy = "
31
+ add_government_power = {
32
+ mechanic_type = militarization_mechanic
33
+ power_type = militarized_society
34
+ value = -0.25
35
+ }"
36
+ default_effect = "
37
+ add_government_power = {
38
+ mechanic_type = militarization_mechanic
39
+ power_type = militarized_society
40
+ value = -0.5
41
+ }"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_nobles
47
+ effect_angry = "
48
+ add_government_power = {
49
+ mechanic_type = militarization_mechanic
50
+ power_type = militarized_society
51
+ value = -2
52
+ }"
53
+ effect_neutral = "
54
+ add_government_power = {
55
+ mechanic_type = militarization_mechanic
56
+ power_type = militarized_society
57
+ value = -1
58
+ }"
59
+ effect_happy = "
60
+ add_government_power = {
61
+ mechanic_type = militarization_mechanic
62
+ power_type = militarized_society
63
+ value = -0.5
64
+ }"
65
+ default_effect = "
66
+ add_government_power = {
67
+ mechanic_type = militarization_mechanic
68
+ power_type = militarized_society
69
+ value = -1
70
+ }"
71
+ }
72
+ }
73
+ }
74
+
75
+ ai_will_do = {
76
+ factor = 1
77
+ }
78
+ }
79
+
80
+ pay_tribal_allegiance = {
81
+ trigger = {
82
+ has_not_bribe_blocking_debate_active = {
83
+ type = government_power
84
+ }
85
+ has_government_power = {
86
+ mechanic_type = tribal_federation_mechanic
87
+ power_type = tribal_allegiance
88
+ value = 5
89
+ }
90
+ }
91
+
92
+ effect = {
93
+ if = {
94
+ limit = { halved_parliament_bribes = yes }
95
+ bribe_effect_scaling_with_estate_loyalty = {
96
+ estate = estate_nobles
97
+ effect_angry = "
98
+ add_government_power = {
99
+ mechanic_type = tribal_federation_mechanic
100
+ power_type = tribal_allegiance
101
+ value = -1
102
+ }"
103
+ effect_neutral = "
104
+ add_government_power = {
105
+ mechanic_type = tribal_federation_mechanic
106
+ power_type = tribal_allegiance
107
+ value = -0.5
108
+ }"
109
+ effect_happy = "
110
+ add_government_power = {
111
+ mechanic_type = tribal_federation_mechanic
112
+ power_type = tribal_allegiance
113
+ value = -0.25
114
+ }"
115
+ default_effect = "
116
+ add_government_power = {
117
+ mechanic_type = tribal_federation_mechanic
118
+ power_type = tribal_allegiance
119
+ value = -0.5
120
+ }"
121
+ }
122
+ }
123
+ else = {
124
+ bribe_effect_scaling_with_estate_loyalty = {
125
+ estate = estate_nobles
126
+ effect_angry = "
127
+ add_government_power = {
128
+ mechanic_type = tribal_federation_mechanic
129
+ power_type = tribal_allegiance
130
+ value = -2
131
+ }"
132
+ effect_neutral = "
133
+ add_government_power = {
134
+ mechanic_type = tribal_federation_mechanic
135
+ power_type = tribal_allegiance
136
+ value = -1
137
+ }"
138
+ effect_happy = "
139
+ add_government_power = {
140
+ mechanic_type = tribal_federation_mechanic
141
+ power_type = tribal_allegiance
142
+ value = -0.5
143
+ }"
144
+ default_effect = "
145
+ add_government_power = {
146
+ mechanic_type = tribal_federation_mechanic
147
+ power_type = tribal_allegiance
148
+ value = -1
149
+ }"
150
+ }
151
+ }
152
+ }
153
+
154
+ ai_will_do = {
155
+ factor = 1
156
+ }
157
+ }
158
+
159
+ pay_modernization = {
160
+ trigger = {
161
+ has_not_bribe_blocking_debate_active = {
162
+ type = government_power
163
+ }
164
+ has_government_power = {
165
+ mechanic_type = russian_modernization_mechanic
166
+ power_type = russian_modernization
167
+ value = 5
168
+ }
169
+ }
170
+
171
+ effect = {
172
+ if = {
173
+ limit = { halved_parliament_bribes = yes }
174
+ bribe_effect_scaling_with_estate_loyalty = {
175
+ estate = estate_nobles
176
+ effect_angry = "
177
+ add_government_power = {
178
+ mechanic_type = russian_modernization_mechanic
179
+ power_type = russian_modernization
180
+ value = -1
181
+ }"
182
+ effect_neutral = "
183
+ add_government_power = {
184
+ mechanic_type = russian_modernization_mechanic
185
+ power_type = russian_modernization
186
+ value = -0.5
187
+ }"
188
+ effect_happy = "
189
+ add_government_power = {
190
+ mechanic_type = russian_modernization_mechanic
191
+ power_type = russian_modernization
192
+ value = -0.25
193
+ }"
194
+ default_effect = "
195
+ add_government_power = {
196
+ mechanic_type = russian_modernization_mechanic
197
+ power_type = russian_modernization
198
+ value = -0.5
199
+ }"
200
+ }
201
+ }
202
+ else = {
203
+ bribe_effect_scaling_with_estate_loyalty = {
204
+ estate = estate_nobles
205
+ effect_angry = "
206
+ add_government_power = {
207
+ mechanic_type = russian_modernization_mechanic
208
+ power_type = russian_modernization
209
+ value = -2
210
+ }"
211
+ effect_neutral = "
212
+ add_government_power = {
213
+ mechanic_type = russian_modernization_mechanic
214
+ power_type = russian_modernization
215
+ value = -1
216
+ }"
217
+ effect_happy = "
218
+ add_government_power = {
219
+ mechanic_type = russian_modernization_mechanic
220
+ power_type = russian_modernization
221
+ value = -0.5
222
+ }"
223
+ default_effect = "
224
+ add_government_power = {
225
+ mechanic_type = russian_modernization_mechanic
226
+ power_type = russian_modernization
227
+ value = -1
228
+ }"
229
+ }
230
+ }
231
+ }
232
+
233
+ ai_will_do = {
234
+ factor = 1
235
+ }
236
+ }
237
+
238
+ pay_hessian_militarization = {
239
+ trigger = {
240
+ has_not_bribe_blocking_debate_active = {
241
+ type = government_power
242
+ }
243
+ has_government_power = {
244
+ mechanic_type = hessian_militarization_mechanic
245
+ power_type = hessian_militarization
246
+ value = 5
247
+ }
248
+ }
249
+
250
+ effect = {
251
+ if = {
252
+ limit = { halved_parliament_bribes = yes }
253
+ bribe_effect_scaling_with_estate_loyalty = {
254
+ estate = estate_nobles
255
+ effect_angry = "
256
+ add_government_power = {
257
+ mechanic_type = hessian_militarization_mechanic
258
+ power_type = hessian_militarization
259
+ value = -1
260
+ }"
261
+ effect_neutral = "
262
+ add_government_power = {
263
+ mechanic_type = hessian_militarization_mechanic
264
+ power_type = hessian_militarization
265
+ value = -0.5
266
+ }"
267
+ effect_happy = "
268
+ add_government_power = {
269
+ mechanic_type = hessian_militarization_mechanic
270
+ power_type = hessian_militarization
271
+ value = -0.25
272
+ }"
273
+ default_effect = "
274
+ add_government_power = {
275
+ mechanic_type = hessian_militarization_mechanic
276
+ power_type = hessian_militarization
277
+ value = -0.5
278
+ }"
279
+ }
280
+ }
281
+ else = {
282
+ bribe_effect_scaling_with_estate_loyalty = {
283
+ estate = estate_nobles
284
+ effect_angry = "
285
+ add_government_power = {
286
+ mechanic_type = hessian_militarization_mechanic
287
+ power_type = hessian_militarization
288
+ value = -2
289
+ }"
290
+ effect_neutral = "
291
+ add_government_power = {
292
+ mechanic_type = hessian_militarization_mechanic
293
+ power_type = hessian_militarization
294
+ value = -1
295
+ }"
296
+ effect_happy = "
297
+ add_government_power = {
298
+ mechanic_type = hessian_militarization_mechanic
299
+ power_type = hessian_militarization
300
+ value = -0.5
301
+ }"
302
+ default_effect = "
303
+ add_government_power = {
304
+ mechanic_type = hessian_militarization_mechanic
305
+ power_type = hessian_militarization
306
+ value = -1
307
+ }"
308
+ }
309
+ }
310
+ }
311
+
312
+ ai_will_do = {
313
+ factor = 1
314
+ }
315
+ }
316
+
317
+ pay_council_consensus = {
318
+ trigger = {
319
+ has_not_bribe_blocking_debate_active = {
320
+ type = government_power
321
+ }
322
+ has_government_power = {
323
+ mechanic_type = system_of_councils_mechanic
324
+ power_type = council_consensus
325
+ value = 5
326
+ }
327
+ }
328
+
329
+ effect = {
330
+ if = {
331
+ limit = { halved_parliament_bribes = yes }
332
+ bribe_effect_scaling_with_estate_loyalty = {
333
+ estate = estate_nobles
334
+ effect_angry = "
335
+ add_government_power = {
336
+ mechanic_type = system_of_councils_mechanic
337
+ power_type = council_consensus
338
+ value = -1
339
+ }"
340
+ effect_neutral = "
341
+ add_government_power = {
342
+ mechanic_type = system_of_councils_mechanic
343
+ power_type = council_consensus
344
+ value = -0.5
345
+ }"
346
+ effect_happy = "
347
+ add_government_power = {
348
+ mechanic_type = system_of_councils_mechanic
349
+ power_type = council_consensus
350
+ value = -0.25
351
+ }"
352
+ default_effect = "
353
+ add_government_power = {
354
+ mechanic_type = system_of_councils_mechanic
355
+ power_type = council_consensus
356
+ value = -0.5
357
+ }"
358
+ }
359
+ }
360
+ else = {
361
+ bribe_effect_scaling_with_estate_loyalty = {
362
+ estate = estate_nobles
363
+ effect_angry = "
364
+ add_government_power = {
365
+ mechanic_type = system_of_councils_mechanic
366
+ power_type = council_consensus
367
+ value = -2
368
+ }"
369
+ effect_neutral = "
370
+ add_government_power = {
371
+ mechanic_type = system_of_councils_mechanic
372
+ power_type = council_consensus
373
+ value = -1
374
+ }"
375
+ effect_happy = "
376
+ add_government_power = {
377
+ mechanic_type = system_of_councils_mechanic
378
+ power_type = council_consensus
379
+ value = -0.5
380
+ }"
381
+ default_effect = "
382
+ add_government_power = {
383
+ mechanic_type = system_of_councils_mechanic
384
+ power_type = council_consensus
385
+ value = -1
386
+ }"
387
+ }
388
+ }
389
+ }
390
+
391
+ ai_will_do = {
392
+ factor = 1
393
+ }
394
+ }
395
+
396
+ pay_cossacks_power = {
397
+ trigger = {
398
+ has_not_bribe_blocking_debate_active = {
399
+ type = government_power
400
+ }
401
+ OR = {
402
+ has_government_power = {
403
+ mechanic_type = cossacks_mechanic
404
+ power_type = cossacks_adm_power
405
+ value = 5
406
+ }
407
+ has_government_power = {
408
+ mechanic_type = cossacks_mechanic
409
+ power_type = cossacks_dip_power
410
+ value = 5
411
+ }
412
+ has_government_power = {
413
+ mechanic_type = cossacks_mechanic
414
+ power_type = cossacks_mil_power
415
+ value = 5
416
+ }
417
+ }
418
+ }
419
+
420
+ effect = {
421
+ if = {
422
+ limit = { halved_parliament_bribes = yes }
423
+ bribe_effect_scaling_with_estate_loyalty = {
424
+ estate = estate_cossacks
425
+ effect_angry = "
426
+ add_government_power = {
427
+ mechanic_type = cossacks_mechanic
428
+ power_type = cossacks_adm_power
429
+ value = -1
430
+ }
431
+ add_government_power = {
432
+ mechanic_type = cossacks_mechanic
433
+ power_type = cossacks_dip_power
434
+ value = -1
435
+ }
436
+ add_government_power = {
437
+ mechanic_type = cossacks_mechanic
438
+ power_type = cossacks_mil_power
439
+ value = -1
440
+ }"
441
+ effect_neutral = "
442
+ add_government_power = {
443
+ mechanic_type = cossacks_mechanic
444
+ power_type = cossacks_adm_power
445
+ value = -0.5
446
+ }
447
+ add_government_power = {
448
+ mechanic_type = cossacks_mechanic
449
+ power_type = cossacks_dip_power
450
+ value = -0.5
451
+ }
452
+ add_government_power = {
453
+ mechanic_type = cossacks_mechanic
454
+ power_type = cossacks_mil_power
455
+ value = -0.5
456
+ }"
457
+ effect_happy = "
458
+ add_government_power = {
459
+ mechanic_type = cossacks_mechanic
460
+ power_type = cossacks_adm_power
461
+ value = -0.25
462
+ }
463
+ add_government_power = {
464
+ mechanic_type = cossacks_mechanic
465
+ power_type = cossacks_dip_power
466
+ value = -0.25
467
+ }
468
+ add_government_power = {
469
+ mechanic_type = cossacks_mechanic
470
+ power_type = cossacks_mil_power
471
+ value = -0.25
472
+ }"
473
+ default_effect = "
474
+ add_government_power = {
475
+ mechanic_type = cossacks_mechanic
476
+ power_type = cossacks_adm_power
477
+ value = -0.5
478
+ }
479
+ add_government_power = {
480
+ mechanic_type = cossacks_mechanic
481
+ power_type = cossacks_dip_power
482
+ value = -0.5
483
+ }
484
+ add_government_power = {
485
+ mechanic_type = cossacks_mechanic
486
+ power_type = cossacks_mil_power
487
+ value = -0.5
488
+ }"
489
+ }
490
+ }
491
+ else = {
492
+ bribe_effect_scaling_with_estate_loyalty = {
493
+ estate = estate_cossacks
494
+ effect_angry = "
495
+ add_government_power = {
496
+ mechanic_type = cossacks_mechanic
497
+ power_type = cossacks_adm_power
498
+ value = -2
499
+ }
500
+ add_government_power = {
501
+ mechanic_type = cossacks_mechanic
502
+ power_type = cossacks_dip_power
503
+ value = -2
504
+ }
505
+ add_government_power = {
506
+ mechanic_type = cossacks_mechanic
507
+ power_type = cossacks_mil_power
508
+ value = -2
509
+ }"
510
+ effect_neutral = "
511
+ add_government_power = {
512
+ mechanic_type = cossacks_mechanic
513
+ power_type = cossacks_adm_power
514
+ value = -1
515
+ }
516
+ add_government_power = {
517
+ mechanic_type = cossacks_mechanic
518
+ power_type = cossacks_dip_power
519
+ value = -1
520
+ }
521
+ add_government_power = {
522
+ mechanic_type = cossacks_mechanic
523
+ power_type = cossacks_mil_power
524
+ value = -1
525
+ }"
526
+ effect_happy = "
527
+ add_government_power = {
528
+ mechanic_type = cossacks_mechanic
529
+ power_type = cossacks_adm_power
530
+ value = -0.5
531
+ }
532
+ add_government_power = {
533
+ mechanic_type = cossacks_mechanic
534
+ power_type = cossacks_dip_power
535
+ value = -0.5
536
+ }
537
+ add_government_power = {
538
+ mechanic_type = cossacks_mechanic
539
+ power_type = cossacks_mil_power
540
+ value = -0.5
541
+ }"
542
+ default_effect = "
543
+ add_government_power = {
544
+ mechanic_type = cossacks_mechanic
545
+ power_type = cossacks_adm_power
546
+ value = -1
547
+ }
548
+ add_government_power = {
549
+ mechanic_type = cossacks_mechanic
550
+ power_type = cossacks_dip_power
551
+ value = -1
552
+ }
553
+ add_government_power = {
554
+ mechanic_type = cossacks_mechanic
555
+ power_type = cossacks_mil_power
556
+ value = -1
557
+ }"
558
+ }
559
+ }
560
+ }
561
+
562
+ ai_will_do = {
563
+ factor = 1
564
+ }
565
+ }
566
+
567
+ pay_mamluk_power = {
568
+ trigger = {
569
+ has_not_bribe_blocking_debate_active = {
570
+ type = government_power
571
+ }
572
+ OR = {
573
+ has_government_power = {
574
+ mechanic_type = mamluk_mechanic
575
+ power_type = mamluk_adm_power
576
+ value = 5
577
+ }
578
+ has_government_power = {
579
+ mechanic_type = mamluk_mechanic
580
+ power_type = mamluk_dip_power
581
+ value = 5
582
+ }
583
+ has_government_power = {
584
+ mechanic_type = mamluk_mechanic
585
+ power_type = mamluk_mil_power
586
+ value = 5
587
+ }
588
+ }
589
+ }
590
+
591
+ effect = {
592
+ if = {
593
+ limit = { halved_parliament_bribes = yes }
594
+ bribe_effect_scaling_with_estate_loyalty = {
595
+ estate = estate_nobles
596
+ effect_angry = "
597
+ add_government_power = {
598
+ mechanic_type = mamluk_mechanic
599
+ power_type = mamluk_adm_power
600
+ value = -1
601
+ }
602
+ add_government_power = {
603
+ mechanic_type = mamluk_mechanic
604
+ power_type = mamluk_dip_power
605
+ value = -1
606
+ }
607
+ add_government_power = {
608
+ mechanic_type = mamluk_mechanic
609
+ power_type = mamluk_mil_power
610
+ value = -1
611
+ }"
612
+ effect_neutral = "
613
+ add_government_power = {
614
+ mechanic_type = mamluk_mechanic
615
+ power_type = mamluk_adm_power
616
+ value = -0.5
617
+ }
618
+ add_government_power = {
619
+ mechanic_type = mamluk_mechanic
620
+ power_type = mamluk_dip_power
621
+ value = -0.5
622
+ }
623
+ add_government_power = {
624
+ mechanic_type = mamluk_mechanic
625
+ power_type = mamluk_mil_power
626
+ value = -0.5
627
+ }"
628
+ effect_happy = "
629
+ add_government_power = {
630
+ mechanic_type = mamluk_mechanic
631
+ power_type = mamluk_adm_power
632
+ value = -0.25
633
+ }
634
+ add_government_power = {
635
+ mechanic_type = mamluk_mechanic
636
+ power_type = mamluk_dip_power
637
+ value = -0.25
638
+ }
639
+ add_government_power = {
640
+ mechanic_type = mamluk_mechanic
641
+ power_type = mamluk_mil_power
642
+ value = -0.25
643
+ }"
644
+ default_effect = "
645
+ add_government_power = {
646
+ mechanic_type = mamluk_mechanic
647
+ power_type = mamluk_adm_power
648
+ value = -0.5
649
+ }
650
+ add_government_power = {
651
+ mechanic_type = mamluk_mechanic
652
+ power_type = mamluk_dip_power
653
+ value = -0.5
654
+ }
655
+ add_government_power = {
656
+ mechanic_type = mamluk_mechanic
657
+ power_type = mamluk_mil_power
658
+ value = -0.5
659
+ }"
660
+ }
661
+ }
662
+ else = {
663
+ bribe_effect_scaling_with_estate_loyalty = {
664
+ estate = estate_nobles
665
+ effect_angry = "
666
+ add_government_power = {
667
+ mechanic_type = mamluk_mechanic
668
+ power_type = mamluk_adm_power
669
+ value = -2
670
+ }
671
+ add_government_power = {
672
+ mechanic_type = mamluk_mechanic
673
+ power_type = mamluk_dip_power
674
+ value = -2
675
+ }
676
+ add_government_power = {
677
+ mechanic_type = mamluk_mechanic
678
+ power_type = mamluk_mil_power
679
+ value = -2
680
+ }"
681
+ effect_neutral = "
682
+ add_government_power = {
683
+ mechanic_type = mamluk_mechanic
684
+ power_type = mamluk_adm_power
685
+ value = -1
686
+ }
687
+ add_government_power = {
688
+ mechanic_type = mamluk_mechanic
689
+ power_type = mamluk_dip_power
690
+ value = -1
691
+ }
692
+ add_government_power = {
693
+ mechanic_type = mamluk_mechanic
694
+ power_type = mamluk_mil_power
695
+ value = -1
696
+ }"
697
+ effect_happy = "
698
+ add_government_power = {
699
+ mechanic_type = mamluk_mechanic
700
+ power_type = mamluk_adm_power
701
+ value = -0.5
702
+ }
703
+ add_government_power = {
704
+ mechanic_type = mamluk_mechanic
705
+ power_type = mamluk_dip_power
706
+ value = -0.5
707
+ }
708
+ add_government_power = {
709
+ mechanic_type = mamluk_mechanic
710
+ power_type = mamluk_mil_power
711
+ value = -0.5
712
+ }"
713
+ default_effect = "
714
+ add_government_power = {
715
+ mechanic_type = mamluk_mechanic
716
+ power_type = mamluk_adm_power
717
+ value = -1
718
+ }
719
+ add_government_power = {
720
+ mechanic_type = mamluk_mechanicic
721
+ power_type = mamluk_dip_power
722
+ value = -1
723
+ }
724
+ add_government_power = {
725
+ mechanic_type = mamluk_mechanic
726
+ power_type = mamluk_mil_power
727
+ value = -1
728
+ }"
729
+ }
730
+ }
731
+ }
732
+
733
+ ai_will_do = {
734
+ factor = 1
735
+ }
736
+ }
737
+
738
+ pay_russian_power = {
739
+ trigger = {
740
+ has_not_bribe_blocking_debate_active = {
741
+ type = government_power
742
+ }
743
+ OR = {
744
+ has_government_power = {
745
+ mechanic_type = russian_mechanic
746
+ power_type = russian_adm_power
747
+ value = 5
748
+ }
749
+ has_government_power = {
750
+ mechanic_type = russian_mechanic
751
+ power_type = russian_dip_power
752
+ value = 5
753
+ }
754
+ has_government_power = {
755
+ mechanic_type = russian_mechanic
756
+ power_type = russian_mil_power
757
+ value = 5
758
+ }
759
+ }
760
+ }
761
+
762
+ effect = {
763
+ if = {
764
+ limit = { halved_parliament_bribes = yes }
765
+ bribe_effect_scaling_with_estate_loyalty = {
766
+ estate = estate_nobles
767
+ effect_angry = "
768
+ add_government_power = {
769
+ mechanic_type = russian_mechanic
770
+ power_type = russian_adm_power
771
+ value = -1
772
+ }
773
+ add_government_power = {
774
+ mechanic_type = russian_mechanic
775
+ power_type = russian_dip_power
776
+ value = -1
777
+ }
778
+ add_government_power = {
779
+ mechanic_type = russian_mechanic
780
+ power_type = russian_mil_power
781
+ value = -1
782
+ }"
783
+ effect_neutral = "
784
+ add_government_power = {
785
+ mechanic_type = russian_mechanic
786
+ power_type = russian_adm_power
787
+ value = -0.5
788
+ }
789
+ add_government_power = {
790
+ mechanic_type = russian_mechanic
791
+ power_type = russian_dip_power
792
+ value = -0.5
793
+ }
794
+ add_government_power = {
795
+ mechanic_type = russian_mechanic
796
+ power_type = russian_mil_power
797
+ value = -0.5
798
+ }"
799
+ effect_happy = "
800
+ add_government_power = {
801
+ mechanic_type = russian_mechanic
802
+ power_type = russian_adm_power
803
+ value = -0.25
804
+ }
805
+ add_government_power = {
806
+ mechanic_type = russian_mechanic
807
+ power_type = russian_dip_power
808
+ value = -0.25
809
+ }
810
+ add_government_power = {
811
+ mechanic_type = russian_mechanic
812
+ power_type = russian_mil_power
813
+ value = -0.25
814
+ }"
815
+ default_effect = "
816
+ add_government_power = {
817
+ mechanic_type = russian_mechanic
818
+ power_type = russian_adm_power
819
+ value = -0.5
820
+ }
821
+ add_government_power = {
822
+ mechanic_type = russian_mechanic
823
+ power_type = russian_dip_power
824
+ value = -0.5
825
+ }
826
+ add_government_power = {
827
+ mechanic_type = russian_mechanic
828
+ power_type = russian_mil_power
829
+ value = -0.5
830
+ }"
831
+ }
832
+ }
833
+ else = {
834
+ bribe_effect_scaling_with_estate_loyalty = {
835
+ estate = estate_nobles
836
+ effect_angry = "
837
+ add_government_power = {
838
+ mechanic_type = russian_mechanic
839
+ power_type = russian_adm_power
840
+ value = -2
841
+ }
842
+ add_government_power = {
843
+ mechanic_type = russian_mechanic
844
+ power_type = russian_dip_power
845
+ value = -2
846
+ }
847
+ add_government_power = {
848
+ mechanic_type = russian_mechanic
849
+ power_type = russian_mil_power
850
+ value = -2
851
+ }"
852
+ effect_neutral = "
853
+ add_government_power = {
854
+ mechanic_type = russian_mechanic
855
+ power_type = russian_adm_power
856
+ value = -1
857
+ }
858
+ add_government_power = {
859
+ mechanic_type = russian_mechanic
860
+ power_type = russian_dip_power
861
+ value = -1
862
+ }
863
+ add_government_power = {
864
+ mechanic_type = russian_mechanic
865
+ power_type = russian_mil_power
866
+ value = -1
867
+ }"
868
+ effect_happy = "
869
+ add_government_power = {
870
+ mechanic_type = russian_mechanic
871
+ power_type = russian_adm_power
872
+ value = -0.5
873
+ }
874
+ add_government_power = {
875
+ mechanic_type = russian_mechanic
876
+ power_type = russian_dip_power
877
+ value = -0.5
878
+ }
879
+ add_government_power = {
880
+ mechanic_type = russian_mechanic
881
+ power_type = russian_mil_power
882
+ value = -0.5
883
+ }"
884
+ default_effect = "
885
+ add_government_power = {
886
+ mechanic_type = russian_mechanic
887
+ power_type = russian_adm_power
888
+ value = -1
889
+ }
890
+ add_government_power = {
891
+ mechanic_type = russian_mechanicc
892
+ power_type = russian_dip_power
893
+ value = -1
894
+ }
895
+ add_government_power = {
896
+ mechanic_type = russian_mechanic
897
+ power_type = russian_mil_power
898
+ value = -1
899
+ }"
900
+ }
901
+ }
902
+ }
903
+
904
+ ai_will_do = {
905
+ factor = 1
906
+ }
907
+ }
908
+
909
+ pay_russian_rule_power = {
910
+ trigger = {
911
+ has_not_bribe_blocking_debate_active = {
912
+ type = government_power
913
+ }
914
+ OR = {
915
+ has_government_power = {
916
+ mechanic_type = russian_rule_mechanic
917
+ power_type = russian_administrative_rule
918
+ value = 5
919
+ }
920
+ has_government_power = {
921
+ mechanic_type = russian_rule_mechanic
922
+ power_type = russian_diplomatic_rule
923
+ value = 5
924
+ }
925
+ has_government_power = {
926
+ mechanic_type = russian_rule_mechanic
927
+ power_type = russian_military_rule
928
+ value = 5
929
+ }
930
+ }
931
+ }
932
+
933
+ effect = {
934
+ if = {
935
+ limit = { halved_parliament_bribes = yes }
936
+ bribe_effect_scaling_with_estate_loyalty = {
937
+ estate = estate_nobles
938
+ effect_angry = "
939
+ add_government_power = {
940
+ mechanic_type = russian_rule_mechanic
941
+ power_type = russian_administrative_rule
942
+ value = -1
943
+ }
944
+ add_government_power = {
945
+ mechanic_type = russian_rule_mechanic
946
+ power_type = russian_diplomatic_rule
947
+ value = -1
948
+ }
949
+ add_government_power = {
950
+ mechanic_type = russian_rule_mechanic
951
+ power_type = russian_military_rule
952
+ value = -1
953
+ }"
954
+ effect_neutral = "
955
+ add_government_power = {
956
+ mechanic_type = russian_rule_mechanic
957
+ power_type = russian_administrative_rule
958
+ value = -0.5
959
+ }
960
+ add_government_power = {
961
+ mechanic_type = russian_rule_mechanic
962
+ power_type = russian_diplomatic_rule
963
+ value = -0.5
964
+ }
965
+ add_government_power = {
966
+ mechanic_type = russian_rule_mechanic
967
+ power_type = russian_military_rule
968
+ value = -0.5
969
+ }"
970
+ effect_happy = "
971
+ add_government_power = {
972
+ mechanic_type = russian_rule_mechanic
973
+ power_type = russian_administrative_rule
974
+ value = -0.25
975
+ }
976
+ add_government_power = {
977
+ mechanic_type = russian_rule_mechanic
978
+ power_type = russian_diplomatic_rule
979
+ value = -0.25
980
+ }
981
+ add_government_power = {
982
+ mechanic_type = russian_rule_mechanic
983
+ power_type = russian_military_rule
984
+ value = -0.25
985
+ }"
986
+ default_effect = "
987
+ add_government_power = {
988
+ mechanic_type = russian_rule_mechanic
989
+ power_type = russian_administrative_rule
990
+ value = -0.5
991
+ }
992
+ add_government_power = {
993
+ mechanic_type = russian_rule_mechanic
994
+ power_type = russian_diplomatic_rule
995
+ value = -0.5
996
+ }
997
+ add_government_power = {
998
+ mechanic_type = russian_rule_mechanic
999
+ power_type = russian_military_rule
1000
+ value = -0.5
1001
+ }"
1002
+ }
1003
+ }
1004
+ else = {
1005
+ bribe_effect_scaling_with_estate_loyalty = {
1006
+ estate = estate_nobles
1007
+ effect_angry = "
1008
+ add_government_power = {
1009
+ mechanic_type = russian_rule_mechanic
1010
+ power_type = russian_administrative_rule
1011
+ value = -2
1012
+ }
1013
+ add_government_power = {
1014
+ mechanic_type = russian_rule_mechanic
1015
+ power_type = russian_diplomatic_rule
1016
+ value = -2
1017
+ }
1018
+ add_government_power = {
1019
+ mechanic_type = russian_rule_mechanic
1020
+ power_type = russian_military_rule
1021
+ value = -2
1022
+ }"
1023
+ effect_neutral = "
1024
+ add_government_power = {
1025
+ mechanic_type = russian_rule_mechanic
1026
+ power_type = russian_administrative_rule
1027
+ value = -1
1028
+ }
1029
+ add_government_power = {
1030
+ mechanic_type = russian_rule_mechanic
1031
+ power_type = russian_diplomatic_rule
1032
+ value = -1
1033
+ }
1034
+ add_government_power = {
1035
+ mechanic_type = russian_rule_mechanic
1036
+ power_type = russian_military_rule
1037
+ value = -1
1038
+ }"
1039
+ effect_happy = "
1040
+ add_government_power = {
1041
+ mechanic_type = russian_rule_mechanic
1042
+ power_type = russian_administrative_rule
1043
+ value = -0.5
1044
+ }
1045
+ add_government_power = {
1046
+ mechanic_type = russian_rule_mechanic
1047
+ power_type = russian_diplomatic_rule
1048
+ value = -0.5
1049
+ }
1050
+ add_government_power = {
1051
+ mechanic_type = russian_rule_mechanic
1052
+ power_type = russian_military_rule
1053
+ value = -0.5
1054
+ }"
1055
+ default_effect = "
1056
+ add_government_power = {
1057
+ mechanic_type = russian_rule_mechanic
1058
+ power_type = russian_administrative_rule
1059
+ value = -1
1060
+ }
1061
+ add_government_power = {
1062
+ mechanic_type = russian_rule_mechanic
1063
+ power_type = russian_diplomatic_rule
1064
+ value = -1
1065
+ }
1066
+ add_government_power = {
1067
+ mechanic_type = russian_rule_mechanic
1068
+ power_type = russian_military_rule
1069
+ value = -1
1070
+ }"
1071
+ }
1072
+ }
1073
+ }
1074
+
1075
+ ai_will_do = {
1076
+ factor = 1
1077
+ }
1078
+ }
1079
+
1080
+ pay_christian_japan_gov_power = {
1081
+ trigger = {
1082
+ has_not_bribe_blocking_debate_active = {
1083
+ type = government_power
1084
+ }
1085
+ OR = {
1086
+ has_government_power = {
1087
+ mechanic_type = land_of_the_christian_sun_mechanic
1088
+ power_type = christian_japan_1
1089
+ value = 5
1090
+ }
1091
+ has_government_power = {
1092
+ mechanic_type = land_of_the_christian_sun_mechanic
1093
+ power_type = christian_japan_2
1094
+ value = 5
1095
+ }
1096
+ has_government_power = {
1097
+ mechanic_type = land_of_the_christian_sun_mechanic
1098
+ power_type = christian_japan_3
1099
+ value = 5
1100
+ }
1101
+ }
1102
+ }
1103
+
1104
+ effect = {
1105
+ if = {
1106
+ limit = { halved_parliament_bribes = yes }
1107
+ bribe_effect_scaling_with_estate_loyalty = {
1108
+ estate = estate_church
1109
+ effect_angry = "
1110
+ add_government_power = {
1111
+ mechanic_type = land_of_the_christian_sun_mechanic
1112
+ power_type = christian_japan_1
1113
+ value = -1
1114
+ }
1115
+ add_government_power = {
1116
+ mechanic_type = land_of_the_christian_sun_mechanic
1117
+ power_type = christian_japan_2
1118
+ value = -1
1119
+ }
1120
+ add_government_power = {
1121
+ mechanic_type = land_of_the_christian_sun_mechanic
1122
+ power_type = christian_japan_3
1123
+ value = -1
1124
+ }"
1125
+ effect_neutral = "
1126
+ add_government_power = {
1127
+ mechanic_type = land_of_the_christian_sun_mechanic
1128
+ power_type = christian_japan_1
1129
+ value = -0.5
1130
+ }
1131
+ add_government_power = {
1132
+ mechanic_type = land_of_the_christian_sun_mechanic
1133
+ power_type = christian_japan_2
1134
+ value = -0.5
1135
+ }
1136
+ add_government_power = {
1137
+ mechanic_type = land_of_the_christian_sun_mechanic
1138
+ power_type = christian_japan_3
1139
+ value = -0.5
1140
+ }"
1141
+ effect_happy = "
1142
+ add_government_power = {
1143
+ mechanic_type = land_of_the_christian_sun_mechanic
1144
+ power_type = christian_japan_1
1145
+ value = -0.25
1146
+ }
1147
+ add_government_power = {
1148
+ mechanic_type = land_of_the_christian_sun_mechanic
1149
+ power_type = christian_japan_2
1150
+ value = -0.25
1151
+ }
1152
+ add_government_power = {
1153
+ mechanic_type = land_of_the_christian_sun_mechanic
1154
+ power_type = christian_japan_3
1155
+ value = -0.25
1156
+ }"
1157
+ default_effect = "
1158
+ add_government_power = {
1159
+ mechanic_type = land_of_the_christian_sun_mechanic
1160
+ power_type = christian_japan_1
1161
+ value = -0.5
1162
+ }
1163
+ add_government_power = {
1164
+ mechanic_type = land_of_the_christian_sun_mechanic
1165
+ power_type = christian_japan_2
1166
+ value = -0.5
1167
+ }
1168
+ add_government_power = {
1169
+ mechanic_type = land_of_the_christian_sun_mechanic
1170
+ power_type = christian_japan_3
1171
+ value = -0.5
1172
+ }"
1173
+ }
1174
+ }
1175
+ else = {
1176
+ bribe_effect_scaling_with_estate_loyalty = {
1177
+ estate = estate_church
1178
+ effect_angry = "
1179
+ add_government_power = {
1180
+ mechanic_type = land_of_the_christian_sun_mechanic
1181
+ power_type = christian_japan_1
1182
+ value = -2
1183
+ }
1184
+ add_government_power = {
1185
+ mechanic_type = land_of_the_christian_sun_mechanic
1186
+ power_type = christian_japan_2
1187
+ value = -2
1188
+ }
1189
+ add_government_power = {
1190
+ mechanic_type = land_of_the_christian_sun_mechanic
1191
+ power_type = christian_japan_3
1192
+ value = -2
1193
+ }"
1194
+ effect_neutral = "
1195
+ add_government_power = {
1196
+ mechanic_type = land_of_the_christian_sun_mechanic
1197
+ power_type = christian_japan_1
1198
+ value = -1
1199
+ }
1200
+ add_government_power = {
1201
+ mechanic_type = land_of_the_christian_sun_mechanic
1202
+ power_type = christian_japan_2
1203
+ value = -1
1204
+ }
1205
+ add_government_power = {
1206
+ mechanic_type = land_of_the_christian_sun_mechanic
1207
+ power_type = christian_japan_3
1208
+ value = -1
1209
+ }"
1210
+ effect_happy = "
1211
+ add_government_power = {
1212
+ mechanic_type = land_of_the_christian_sun_mechanic
1213
+ power_type = christian_japan_1
1214
+ value = -0.5
1215
+ }
1216
+ add_government_power = {
1217
+ mechanic_type = land_of_the_christian_sun_mechanic
1218
+ power_type = christian_japan_2
1219
+ value = -0.5
1220
+ }
1221
+ add_government_power = {
1222
+ mechanic_type = land_of_the_christian_sun_mechanic
1223
+ power_type = christian_japan_3
1224
+ value = -0.5
1225
+ }"
1226
+ default_effect = "
1227
+ add_government_power = {
1228
+ mechanic_type = land_of_the_christian_sun_mechanic
1229
+ power_type = christian_japan_1
1230
+ value = -1
1231
+ }
1232
+ add_government_power = {
1233
+ mechanic_type = land_of_the_christian_sun_mechanic
1234
+ power_type = christian_japan_2
1235
+ value = -1
1236
+ }
1237
+ add_government_power = {
1238
+ mechanic_type = land_of_the_christian_sun_mechanic
1239
+ power_type = christian_japan_3
1240
+ value = -1
1241
+ }"
1242
+ }
1243
+ }
1244
+ }
1245
+
1246
+ ai_will_do = {
1247
+ factor = 1
1248
+ }
1249
+ }
1250
+
1251
+
1252
+
1253
+ pay_cossacks_power = {
1254
+ trigger = {
1255
+ has_not_bribe_blocking_debate_active = {
1256
+ type = government_power
1257
+ }
1258
+ OR = {
1259
+ has_government_power = {
1260
+ mechanic_type = cossacks_mechanic
1261
+ power_type = cossacks_adm_power
1262
+ value = 5
1263
+ }
1264
+ has_government_power = {
1265
+ mechanic_type = cossacks_mechanic
1266
+ power_type = cossacks_dip_power
1267
+ value = 5
1268
+ }
1269
+ has_government_power = {
1270
+ mechanic_type = cossacks_mechanic
1271
+ power_type = cossacks_mil_power
1272
+ value = 5
1273
+ }
1274
+ }
1275
+ }
1276
+
1277
+ effect = {
1278
+ if = {
1279
+ limit = { halved_parliament_bribes = yes }
1280
+ bribe_effect_scaling_with_estate_loyalty = {
1281
+ estate = estate_cossacks
1282
+ effect_angry = "
1283
+ add_government_power = {
1284
+ mechanic_type = cossacks_mechanic
1285
+ power_type = cossacks_adm_power
1286
+ value = -1
1287
+ }
1288
+ add_government_power = {
1289
+ mechanic_type = cossacks_mechanic
1290
+ power_type = cossacks_dip_power
1291
+ value = -1
1292
+ }
1293
+ add_government_power = {
1294
+ mechanic_type = cossacks_mechanic
1295
+ power_type = cossacks_mil_power
1296
+ value = -1
1297
+ }"
1298
+ effect_neutral = "
1299
+ add_government_power = {
1300
+ mechanic_type = cossacks_mechanic
1301
+ power_type = cossacks_adm_power
1302
+ value = -0.5
1303
+ }
1304
+ add_government_power = {
1305
+ mechanic_type = cossacks_mechanic
1306
+ power_type = cossacks_dip_power
1307
+ value = -0.5
1308
+ }
1309
+ add_government_power = {
1310
+ mechanic_type = cossacks_mechanic
1311
+ power_type = cossacks_mil_power
1312
+ value = -0.5
1313
+ }"
1314
+ effect_happy = "
1315
+ add_government_power = {
1316
+ mechanic_type = cossacks_mechanic
1317
+ power_type = cossacks_adm_power
1318
+ value = -0.25
1319
+ }
1320
+ add_government_power = {
1321
+ mechanic_type = cossacks_mechanic
1322
+ power_type = cossacks_dip_power
1323
+ value = -0.25
1324
+ }
1325
+ add_government_power = {
1326
+ mechanic_type = cossacks_mechanic
1327
+ power_type = cossacks_mil_power
1328
+ value = -0.25
1329
+ }"
1330
+ default_effect = "
1331
+ add_government_power = {
1332
+ mechanic_type = cossacks_mechanic
1333
+ power_type = cossacks_adm_power
1334
+ value = -0.5
1335
+ }
1336
+ add_government_power = {
1337
+ mechanic_type = cossacks_mechanic
1338
+ power_type = cossacks_dip_power
1339
+ value = -0.5
1340
+ }
1341
+ add_government_power = {
1342
+ mechanic_type = cossacks_mechanic
1343
+ power_type = cossacks_mil_power
1344
+ value = -0.5
1345
+ }"
1346
+ }
1347
+ }
1348
+ else = {
1349
+ bribe_effect_scaling_with_estate_loyalty = {
1350
+ estate = estate_cossacks
1351
+ effect_angry = "
1352
+ add_government_power = {
1353
+ mechanic_type = cossacks_mechanic
1354
+ power_type = cossacks_adm_power
1355
+ value = -2
1356
+ }
1357
+ add_government_power = {
1358
+ mechanic_type = cossacks_mechanic
1359
+ power_type = cossacks_dip_power
1360
+ value = -2
1361
+ }
1362
+ add_government_power = {
1363
+ mechanic_type = cossacks_mechanic
1364
+ power_type = cossacks_mil_power
1365
+ value = -2
1366
+ }"
1367
+ effect_neutral = "
1368
+ add_government_power = {
1369
+ mechanic_type = cossacks_mechanic
1370
+ power_type = cossacks_adm_power
1371
+ value = -1
1372
+ }
1373
+ add_government_power = {
1374
+ mechanic_type = cossacks_mechanic
1375
+ power_type = cossacks_dip_power
1376
+ value = -1
1377
+ }
1378
+ add_government_power = {
1379
+ mechanic_type = cossacks_mechanic
1380
+ power_type = cossacks_mil_power
1381
+ value = -1
1382
+ }"
1383
+ effect_happy = "
1384
+ add_government_power = {
1385
+ mechanic_type = cossacks_mechanic
1386
+ power_type = cossacks_adm_power
1387
+ value = -0.5
1388
+ }
1389
+ add_government_power = {
1390
+ mechanic_type = cossacks_mechanic
1391
+ power_type = cossacks_dip_power
1392
+ value = -0.5
1393
+ }
1394
+ add_government_power = {
1395
+ mechanic_type = cossacks_mechanic
1396
+ power_type = cossacks_mil_power
1397
+ value = -0.5
1398
+ }"
1399
+ default_effect = "
1400
+ add_government_power = {
1401
+ mechanic_type = cossacks_mechanic
1402
+ power_type = cossacks_adm_power
1403
+ value = -1
1404
+ }
1405
+ add_government_power = {
1406
+ mechanic_type = cossacks_mechanic
1407
+ power_type = cossacks_dip_power
1408
+ value = -1
1409
+ }
1410
+ add_government_power = {
1411
+ mechanic_type = cossacks_mechanic
1412
+ power_type = cossacks_mil_power
1413
+ value = -1
1414
+ }"
1415
+ }
1416
+ }
1417
+ }
1418
+
1419
+ ai_will_do = {
1420
+ factor = 1
1421
+ }
1422
+ }
1423
+
1424
+ pay_mamluk_power = {
1425
+ trigger = {
1426
+ has_not_bribe_blocking_debate_active = {
1427
+ type = government_power
1428
+ }
1429
+ OR = {
1430
+ has_government_power = {
1431
+ mechanic_type = mamluk_mechanic
1432
+ power_type = mamluk_adm_power
1433
+ value = 5
1434
+ }
1435
+ has_government_power = {
1436
+ mechanic_type = mamluk_mechanic
1437
+ power_type = mamluk_dip_power
1438
+ value = 5
1439
+ }
1440
+ has_government_power = {
1441
+ mechanic_type = mamluk_mechanic
1442
+ power_type = mamluk_mil_power
1443
+ value = 5
1444
+ }
1445
+ }
1446
+ }
1447
+
1448
+ effect = {
1449
+ if = {
1450
+ limit = { halved_parliament_bribes = yes }
1451
+ bribe_effect_scaling_with_estate_loyalty = {
1452
+ estate = estate_nobles
1453
+ effect_angry = "
1454
+ add_government_power = {
1455
+ mechanic_type = mamluk_mechanic
1456
+ power_type = mamluk_adm_power
1457
+ value = -1
1458
+ }
1459
+ add_government_power = {
1460
+ mechanic_type = mamluk_mechanic
1461
+ power_type = mamluk_dip_power
1462
+ value = -1
1463
+ }
1464
+ add_government_power = {
1465
+ mechanic_type = mamluk_mechanic
1466
+ power_type = mamluk_mil_power
1467
+ value = -1
1468
+ }"
1469
+ effect_neutral = "
1470
+ add_government_power = {
1471
+ mechanic_type = mamluk_mechanic
1472
+ power_type = mamluk_adm_power
1473
+ value = -0.5
1474
+ }
1475
+ add_government_power = {
1476
+ mechanic_type = mamluk_mechanic
1477
+ power_type = mamluk_dip_power
1478
+ value = -0.5
1479
+ }
1480
+ add_government_power = {
1481
+ mechanic_type = mamluk_mechanic
1482
+ power_type = mamluk_mil_power
1483
+ value = -0.5
1484
+ }"
1485
+ effect_happy = "
1486
+ add_government_power = {
1487
+ mechanic_type = mamluk_mechanic
1488
+ power_type = mamluk_adm_power
1489
+ value = -0.25
1490
+ }
1491
+ add_government_power = {
1492
+ mechanic_type = mamluk_mechanic
1493
+ power_type = mamluk_dip_power
1494
+ value = -0.25
1495
+ }
1496
+ add_government_power = {
1497
+ mechanic_type = mamluk_mechanic
1498
+ power_type = mamluk_mil_power
1499
+ value = -0.25
1500
+ }"
1501
+ default_effect = "
1502
+ add_government_power = {
1503
+ mechanic_type = mamluk_mechanic
1504
+ power_type = mamluk_adm_power
1505
+ value = -0.5
1506
+ }
1507
+ add_government_power = {
1508
+ mechanic_type = mamluk_mechanic
1509
+ power_type = mamluk_dip_power
1510
+ value = -0.5
1511
+ }
1512
+ add_government_power = {
1513
+ mechanic_type = mamluk_mechanic
1514
+ power_type = mamluk_mil_power
1515
+ value = -0.5
1516
+ }"
1517
+ }
1518
+ }
1519
+ else = {
1520
+ bribe_effect_scaling_with_estate_loyalty = {
1521
+ estate = estate_nobles
1522
+ effect_angry = "
1523
+ add_government_power = {
1524
+ mechanic_type = mamluk_mechanic
1525
+ power_type = mamluk_adm_power
1526
+ value = -2
1527
+ }
1528
+ add_government_power = {
1529
+ mechanic_type = mamluk_mechanic
1530
+ power_type = mamluk_dip_power
1531
+ value = -2
1532
+ }
1533
+ add_government_power = {
1534
+ mechanic_type = mamluk_mechanic
1535
+ power_type = mamluk_mil_power
1536
+ value = -2
1537
+ }"
1538
+ effect_neutral = "
1539
+ add_government_power = {
1540
+ mechanic_type = mamluk_mechanic
1541
+ power_type = mamluk_adm_power
1542
+ value = -1
1543
+ }
1544
+ add_government_power = {
1545
+ mechanic_type = mamluk_mechanic
1546
+ power_type = mamluk_dip_power
1547
+ value = -1
1548
+ }
1549
+ add_government_power = {
1550
+ mechanic_type = mamluk_mechanic
1551
+ power_type = mamluk_mil_power
1552
+ value = -1
1553
+ }"
1554
+ effect_happy = "
1555
+ add_government_power = {
1556
+ mechanic_type = mamluk_mechanic
1557
+ power_type = mamluk_adm_power
1558
+ value = -0.5
1559
+ }
1560
+ add_government_power = {
1561
+ mechanic_type = mamluk_mechanic
1562
+ power_type = mamluk_dip_power
1563
+ value = -0.5
1564
+ }
1565
+ add_government_power = {
1566
+ mechanic_type = mamluk_mechanic
1567
+ power_type = mamluk_mil_power
1568
+ value = -0.5
1569
+ }"
1570
+ default_effect = "
1571
+ add_government_power = {
1572
+ mechanic_type = mamluk_mechanic
1573
+ power_type = mamluk_adm_power
1574
+ value = -1
1575
+ }
1576
+ add_government_power = {
1577
+ mechanic_type = mamluk_mechanicic
1578
+ power_type = mamluk_dip_power
1579
+ value = -1
1580
+ }
1581
+ add_government_power = {
1582
+ mechanic_type = mamluk_mechanic
1583
+ power_type = mamluk_mil_power
1584
+ value = -1
1585
+ }"
1586
+ }
1587
+ }
1588
+ }
1589
+
1590
+ ai_will_do = {
1591
+ factor = 1
1592
+ }
1593
+ }
1594
+
1595
+ pay_russian_power = {
1596
+ trigger = {
1597
+ has_not_bribe_blocking_debate_active = {
1598
+ type = government_power
1599
+ }
1600
+ OR = {
1601
+ has_government_power = {
1602
+ mechanic_type = russian_mechanic
1603
+ power_type = russian_adm_power
1604
+ value = 5
1605
+ }
1606
+ has_government_power = {
1607
+ mechanic_type = russian_mechanic
1608
+ power_type = russian_dip_power
1609
+ value = 5
1610
+ }
1611
+ has_government_power = {
1612
+ mechanic_type = russian_mechanic
1613
+ power_type = russian_mil_power
1614
+ value = 5
1615
+ }
1616
+ }
1617
+ }
1618
+
1619
+ effect = {
1620
+ if = {
1621
+ limit = { halved_parliament_bribes = yes }
1622
+ bribe_effect_scaling_with_estate_loyalty = {
1623
+ estate = estate_nobles
1624
+ effect_angry = "
1625
+ add_government_power = {
1626
+ mechanic_type = russian_mechanic
1627
+ power_type = russian_adm_power
1628
+ value = -1
1629
+ }
1630
+ add_government_power = {
1631
+ mechanic_type = russian_mechanic
1632
+ power_type = russian_dip_power
1633
+ value = -1
1634
+ }
1635
+ add_government_power = {
1636
+ mechanic_type = russian_mechanic
1637
+ power_type = russian_mil_power
1638
+ value = -1
1639
+ }"
1640
+ effect_neutral = "
1641
+ add_government_power = {
1642
+ mechanic_type = russian_mechanic
1643
+ power_type = russian_adm_power
1644
+ value = -0.5
1645
+ }
1646
+ add_government_power = {
1647
+ mechanic_type = russian_mechanic
1648
+ power_type = russian_dip_power
1649
+ value = -0.5
1650
+ }
1651
+ add_government_power = {
1652
+ mechanic_type = russian_mechanic
1653
+ power_type = russian_mil_power
1654
+ value = -0.5
1655
+ }"
1656
+ effect_happy = "
1657
+ add_government_power = {
1658
+ mechanic_type = russian_mechanic
1659
+ power_type = russian_adm_power
1660
+ value = -0.25
1661
+ }
1662
+ add_government_power = {
1663
+ mechanic_type = russian_mechanic
1664
+ power_type = russian_dip_power
1665
+ value = -0.25
1666
+ }
1667
+ add_government_power = {
1668
+ mechanic_type = russian_mechanic
1669
+ power_type = russian_mil_power
1670
+ value = -0.25
1671
+ }"
1672
+ default_effect = "
1673
+ add_government_power = {
1674
+ mechanic_type = russian_mechanic
1675
+ power_type = russian_adm_power
1676
+ value = -0.5
1677
+ }
1678
+ add_government_power = {
1679
+ mechanic_type = russian_mechanic
1680
+ power_type = russian_dip_power
1681
+ value = -0.5
1682
+ }
1683
+ add_government_power = {
1684
+ mechanic_type = russian_mechanic
1685
+ power_type = russian_mil_power
1686
+ value = -0.5
1687
+ }"
1688
+ }
1689
+ }
1690
+ else = {
1691
+ bribe_effect_scaling_with_estate_loyalty = {
1692
+ estate = estate_nobles
1693
+ effect_angry = "
1694
+ add_government_power = {
1695
+ mechanic_type = russian_mechanic
1696
+ power_type = russian_adm_power
1697
+ value = -2
1698
+ }
1699
+ add_government_power = {
1700
+ mechanic_type = russian_mechanic
1701
+ power_type = russian_dip_power
1702
+ value = -2
1703
+ }
1704
+ add_government_power = {
1705
+ mechanic_type = russian_mechanic
1706
+ power_type = russian_mil_power
1707
+ value = -2
1708
+ }"
1709
+ effect_neutral = "
1710
+ add_government_power = {
1711
+ mechanic_type = russian_mechanic
1712
+ power_type = russian_adm_power
1713
+ value = -1
1714
+ }
1715
+ add_government_power = {
1716
+ mechanic_type = russian_mechanic
1717
+ power_type = russian_dip_power
1718
+ value = -1
1719
+ }
1720
+ add_government_power = {
1721
+ mechanic_type = russian_mechanic
1722
+ power_type = russian_mil_power
1723
+ value = -1
1724
+ }"
1725
+ effect_happy = "
1726
+ add_government_power = {
1727
+ mechanic_type = russian_mechanic
1728
+ power_type = russian_adm_power
1729
+ value = -0.5
1730
+ }
1731
+ add_government_power = {
1732
+ mechanic_type = russian_mechanic
1733
+ power_type = russian_dip_power
1734
+ value = -0.5
1735
+ }
1736
+ add_government_power = {
1737
+ mechanic_type = russian_mechanic
1738
+ power_type = russian_mil_power
1739
+ value = -0.5
1740
+ }"
1741
+ default_effect = "
1742
+ add_government_power = {
1743
+ mechanic_type = russian_mechanic
1744
+ power_type = russian_adm_power
1745
+ value = -1
1746
+ }
1747
+ add_government_power = {
1748
+ mechanic_type = russian_mechanicc
1749
+ power_type = russian_dip_power
1750
+ value = -1
1751
+ }
1752
+ add_government_power = {
1753
+ mechanic_type = russian_mechanic
1754
+ power_type = russian_mil_power
1755
+ value = -1
1756
+ }"
1757
+ }
1758
+ }
1759
+ }
1760
+
1761
+ ai_will_do = {
1762
+ factor = 1
1763
+ }
1764
+ }
1765
+
1766
+ pay_russian_rule_power = {
1767
+ trigger = {
1768
+ has_not_bribe_blocking_debate_active = {
1769
+ type = government_power
1770
+ }
1771
+ OR = {
1772
+ has_government_power = {
1773
+ mechanic_type = russian_rule_mechanic
1774
+ power_type = russian_administrative_rule
1775
+ value = 5
1776
+ }
1777
+ has_government_power = {
1778
+ mechanic_type = russian_rule_mechanic
1779
+ power_type = russian_diplomatic_rule
1780
+ value = 5
1781
+ }
1782
+ has_government_power = {
1783
+ mechanic_type = russian_rule_mechanic
1784
+ power_type = russian_military_rule
1785
+ value = 5
1786
+ }
1787
+ }
1788
+ }
1789
+
1790
+ effect = {
1791
+ if = {
1792
+ limit = { halved_parliament_bribes = yes }
1793
+ bribe_effect_scaling_with_estate_loyalty = {
1794
+ estate = estate_nobles
1795
+ effect_angry = "
1796
+ add_government_power = {
1797
+ mechanic_type = russian_rule_mechanic
1798
+ power_type = russian_administrative_rule
1799
+ value = -1
1800
+ }
1801
+ add_government_power = {
1802
+ mechanic_type = russian_rule_mechanic
1803
+ power_type = russian_diplomatic_rule
1804
+ value = -1
1805
+ }
1806
+ add_government_power = {
1807
+ mechanic_type = russian_rule_mechanic
1808
+ power_type = russian_military_rule
1809
+ value = -1
1810
+ }"
1811
+ effect_neutral = "
1812
+ add_government_power = {
1813
+ mechanic_type = russian_rule_mechanic
1814
+ power_type = russian_administrative_rule
1815
+ value = -0.5
1816
+ }
1817
+ add_government_power = {
1818
+ mechanic_type = russian_rule_mechanic
1819
+ power_type = russian_diplomatic_rule
1820
+ value = -0.5
1821
+ }
1822
+ add_government_power = {
1823
+ mechanic_type = russian_rule_mechanic
1824
+ power_type = russian_military_rule
1825
+ value = -0.5
1826
+ }"
1827
+ effect_happy = "
1828
+ add_government_power = {
1829
+ mechanic_type = russian_rule_mechanic
1830
+ power_type = russian_administrative_rule
1831
+ value = -0.25
1832
+ }
1833
+ add_government_power = {
1834
+ mechanic_type = russian_rule_mechanic
1835
+ power_type = russian_diplomatic_rule
1836
+ value = -0.25
1837
+ }
1838
+ add_government_power = {
1839
+ mechanic_type = russian_rule_mechanic
1840
+ power_type = russian_military_rule
1841
+ value = -0.25
1842
+ }"
1843
+ default_effect = "
1844
+ add_government_power = {
1845
+ mechanic_type = russian_rule_mechanic
1846
+ power_type = russian_administrative_rule
1847
+ value = -0.5
1848
+ }
1849
+ add_government_power = {
1850
+ mechanic_type = russian_rule_mechanic
1851
+ power_type = russian_diplomatic_rule
1852
+ value = -0.5
1853
+ }
1854
+ add_government_power = {
1855
+ mechanic_type = russian_rule_mechanic
1856
+ power_type = russian_military_rule
1857
+ value = -0.5
1858
+ }"
1859
+ }
1860
+ }
1861
+ else = {
1862
+ bribe_effect_scaling_with_estate_loyalty = {
1863
+ estate = estate_nobles
1864
+ effect_angry = "
1865
+ add_government_power = {
1866
+ mechanic_type = russian_rule_mechanic
1867
+ power_type = russian_administrative_rule
1868
+ value = -2
1869
+ }
1870
+ add_government_power = {
1871
+ mechanic_type = russian_rule_mechanic
1872
+ power_type = russian_diplomatic_rule
1873
+ value = -2
1874
+ }
1875
+ add_government_power = {
1876
+ mechanic_type = russian_rule_mechanic
1877
+ power_type = russian_military_rule
1878
+ value = -2
1879
+ }"
1880
+ effect_neutral = "
1881
+ add_government_power = {
1882
+ mechanic_type = russian_rule_mechanic
1883
+ power_type = russian_administrative_rule
1884
+ value = -1
1885
+ }
1886
+ add_government_power = {
1887
+ mechanic_type = russian_rule_mechanic
1888
+ power_type = russian_diplomatic_rule
1889
+ value = -1
1890
+ }
1891
+ add_government_power = {
1892
+ mechanic_type = russian_rule_mechanic
1893
+ power_type = russian_military_rule
1894
+ value = -1
1895
+ }"
1896
+ effect_happy = "
1897
+ add_government_power = {
1898
+ mechanic_type = russian_rule_mechanic
1899
+ power_type = russian_administrative_rule
1900
+ value = -0.5
1901
+ }
1902
+ add_government_power = {
1903
+ mechanic_type = russian_rule_mechanic
1904
+ power_type = russian_diplomatic_rule
1905
+ value = -0.5
1906
+ }
1907
+ add_government_power = {
1908
+ mechanic_type = russian_rule_mechanic
1909
+ power_type = russian_military_rule
1910
+ value = -0.5
1911
+ }"
1912
+ default_effect = "
1913
+ add_government_power = {
1914
+ mechanic_type = russian_rule_mechanic
1915
+ power_type = russian_administrative_rule
1916
+ value = -1
1917
+ }
1918
+ add_government_power = {
1919
+ mechanic_type = russian_rule_mechanic
1920
+ power_type = russian_diplomatic_rule
1921
+ value = -1
1922
+ }
1923
+ add_government_power = {
1924
+ mechanic_type = russian_rule_mechanic
1925
+ power_type = russian_military_rule
1926
+ value = -1
1927
+ }"
1928
+ }
1929
+ }
1930
+ }
1931
+
1932
+ ai_will_do = {
1933
+ factor = 1
1934
+ }
1935
+ }
1936
+
1937
+ pay_christian_japan_gov_power = {
1938
+ trigger = {
1939
+ has_not_bribe_blocking_debate_active = {
1940
+ type = government_power
1941
+ }
1942
+ OR = {
1943
+ has_government_power = {
1944
+ mechanic_type = land_of_the_christian_sun_mechanic
1945
+ power_type = christian_japan_1
1946
+ value = 5
1947
+ }
1948
+ has_government_power = {
1949
+ mechanic_type = land_of_the_christian_sun_mechanic
1950
+ power_type = christian_japan_2
1951
+ value = 5
1952
+ }
1953
+ has_government_power = {
1954
+ mechanic_type = land_of_the_christian_sun_mechanic
1955
+ power_type = christian_japan_3
1956
+ value = 5
1957
+ }
1958
+ }
1959
+ }
1960
+
1961
+ effect = {
1962
+ if = {
1963
+ limit = { halved_parliament_bribes = yes }
1964
+ bribe_effect_scaling_with_estate_loyalty = {
1965
+ estate = estate_church
1966
+ effect_angry = "
1967
+ add_government_power = {
1968
+ mechanic_type = land_of_the_christian_sun_mechanic
1969
+ power_type = christian_japan_1
1970
+ value = -1
1971
+ }
1972
+ add_government_power = {
1973
+ mechanic_type = land_of_the_christian_sun_mechanic
1974
+ power_type = christian_japan_2
1975
+ value = -1
1976
+ }
1977
+ add_government_power = {
1978
+ mechanic_type = land_of_the_christian_sun_mechanic
1979
+ power_type = christian_japan_3
1980
+ value = -1
1981
+ }"
1982
+ effect_neutral = "
1983
+ add_government_power = {
1984
+ mechanic_type = land_of_the_christian_sun_mechanic
1985
+ power_type = christian_japan_1
1986
+ value = -0.5
1987
+ }
1988
+ add_government_power = {
1989
+ mechanic_type = land_of_the_christian_sun_mechanic
1990
+ power_type = christian_japan_2
1991
+ value = -0.5
1992
+ }
1993
+ add_government_power = {
1994
+ mechanic_type = land_of_the_christian_sun_mechanic
1995
+ power_type = christian_japan_3
1996
+ value = -0.5
1997
+ }"
1998
+ effect_happy = "
1999
+ add_government_power = {
2000
+ mechanic_type = land_of_the_christian_sun_mechanic
2001
+ power_type = christian_japan_1
2002
+ value = -0.25
2003
+ }
2004
+ add_government_power = {
2005
+ mechanic_type = land_of_the_christian_sun_mechanic
2006
+ power_type = christian_japan_2
2007
+ value = -0.25
2008
+ }
2009
+ add_government_power = {
2010
+ mechanic_type = land_of_the_christian_sun_mechanic
2011
+ power_type = christian_japan_3
2012
+ value = -0.25
2013
+ }"
2014
+ default_effect = "
2015
+ add_government_power = {
2016
+ mechanic_type = land_of_the_christian_sun_mechanic
2017
+ power_type = christian_japan_1
2018
+ value = -0.5
2019
+ }
2020
+ add_government_power = {
2021
+ mechanic_type = land_of_the_christian_sun_mechanic
2022
+ power_type = christian_japan_2
2023
+ value = -0.5
2024
+ }
2025
+ add_government_power = {
2026
+ mechanic_type = land_of_the_christian_sun_mechanic
2027
+ power_type = christian_japan_3
2028
+ value = -0.5
2029
+ }"
2030
+ }
2031
+ }
2032
+ else = {
2033
+ bribe_effect_scaling_with_estate_loyalty = {
2034
+ estate = estate_church
2035
+ effect_angry = "
2036
+ add_government_power = {
2037
+ mechanic_type = land_of_the_christian_sun_mechanic
2038
+ power_type = christian_japan_1
2039
+ value = -2
2040
+ }
2041
+ add_government_power = {
2042
+ mechanic_type = land_of_the_christian_sun_mechanic
2043
+ power_type = christian_japan_2
2044
+ value = -2
2045
+ }
2046
+ add_government_power = {
2047
+ mechanic_type = land_of_the_christian_sun_mechanic
2048
+ power_type = christian_japan_3
2049
+ value = -2
2050
+ }"
2051
+ effect_neutral = "
2052
+ add_government_power = {
2053
+ mechanic_type = land_of_the_christian_sun_mechanic
2054
+ power_type = christian_japan_1
2055
+ value = -1
2056
+ }
2057
+ add_government_power = {
2058
+ mechanic_type = land_of_the_christian_sun_mechanic
2059
+ power_type = christian_japan_2
2060
+ value = -1
2061
+ }
2062
+ add_government_power = {
2063
+ mechanic_type = land_of_the_christian_sun_mechanic
2064
+ power_type = christian_japan_3
2065
+ value = -1
2066
+ }"
2067
+ effect_happy = "
2068
+ add_government_power = {
2069
+ mechanic_type = land_of_the_christian_sun_mechanic
2070
+ power_type = christian_japan_1
2071
+ value = -0.5
2072
+ }
2073
+ add_government_power = {
2074
+ mechanic_type = land_of_the_christian_sun_mechanic
2075
+ power_type = christian_japan_2
2076
+ value = -0.5
2077
+ }
2078
+ add_government_power = {
2079
+ mechanic_type = land_of_the_christian_sun_mechanic
2080
+ power_type = christian_japan_3
2081
+ value = -0.5
2082
+ }"
2083
+ default_effect = "
2084
+ add_government_power = {
2085
+ mechanic_type = land_of_the_christian_sun_mechanic
2086
+ power_type = christian_japan_1
2087
+ value = -1
2088
+ }
2089
+ add_government_power = {
2090
+ mechanic_type = land_of_the_christian_sun_mechanic
2091
+ power_type = christian_japan_2
2092
+ value = -1
2093
+ }
2094
+ add_government_power = {
2095
+ mechanic_type = land_of_the_christian_sun_mechanic
2096
+ power_type = christian_japan_3
2097
+ value = -1
2098
+ }"
2099
+ }
2100
+ }
2101
+ }
2102
+
2103
+ ai_will_do = {
2104
+ factor = 1
2105
+ }
2106
+ }
2107
+
2108
+ gain_decadence = {
2109
+ trigger = {
2110
+ has_reached_seat_threshold = no
2111
+ has_not_bribe_blocking_debate_active = {
2112
+ type = government_power
2113
+ }
2114
+ has_government_mechanic = ottoman_decadence_mechanic
2115
+ NOT = {
2116
+ has_government_power = {
2117
+ mechanic_type = ottoman_decadence_mechanic
2118
+ power_type = ottoman_decadence
2119
+ value = 90
2120
+ }
2121
+ }
2122
+ }
2123
+
2124
+ effect = {
2125
+ if = {
2126
+ limit = { halved_parliament_bribes = yes }
2127
+ bribe_effect_scaling_with_estate_loyalty = {
2128
+ estate = estate_janissaries
2129
+ effect_angry = "
2130
+ add_government_power = {
2131
+ mechanic_type = ottoman_decadence_mechanic
2132
+ power_type = ottoman_decadence
2133
+ value = 0.04
2134
+ }"
2135
+ effect_neutral = "
2136
+ add_government_power = {
2137
+ mechanic_type = ottoman_decadence_mechanic
2138
+ power_type = ottoman_decadence
2139
+ value = 0.02
2140
+ }"
2141
+ effect_happy = "
2142
+ add_government_power = {
2143
+ mechanic_type = ottoman_decadence_mechanic
2144
+ power_type = ottoman_decadence
2145
+ value = 0.01
2146
+ }"
2147
+ default_effect = "
2148
+ add_government_power = {
2149
+ mechanic_type = ottoman_decadence_mechanic
2150
+ power_type = ottoman_decadence
2151
+ value = 0.02
2152
+ }"
2153
+ }
2154
+ }
2155
+ else = {
2156
+ bribe_effect_scaling_with_estate_loyalty = {
2157
+ estate = estate_janissaries
2158
+ effect_angry = "
2159
+ add_government_power = {
2160
+ mechanic_type = ottoman_decadence_mechanic
2161
+ power_type = ottoman_decadence
2162
+ value = 0.4
2163
+ }"
2164
+ effect_neutral = "
2165
+ add_government_power = {
2166
+ mechanic_type = ottoman_decadence_mechanic
2167
+ power_type = ottoman_decadence
2168
+ value = 0.04
2169
+ }"
2170
+ effect_happy = "
2171
+ add_government_power = {
2172
+ mechanic_type = ottoman_decadence_mechanic
2173
+ power_type = ottoman_decadence
2174
+ value = 0.02
2175
+ }"
2176
+ default_effect = "
2177
+ add_government_power = {
2178
+ mechanic_type = ottoman_decadence_mechanic
2179
+ power_type = ottoman_decadence
2180
+ value = 0.04
2181
+ }"
2182
+ }
2183
+ }
2184
+ }
2185
+
2186
+ ai_will_do = {
2187
+ factor = 1
2188
+ }
2189
+ }
2190
+
2191
+ national_gain_decadence = {
2192
+ trigger = {
2193
+ has_reached_seat_threshold = yes
2194
+ has_not_bribe_blocking_debate_active = {
2195
+ type = government_power
2196
+ }
2197
+ has_government_mechanic = ottoman_decadence_mechanic
2198
+ NOT = {
2199
+ has_government_power = {
2200
+ mechanic_type = ottoman_decadence_mechanic
2201
+ power_type = ottoman_decadence
2202
+ value = 90
2203
+ }
2204
+ }
2205
+ }
2206
+
2207
+ effect = {
2208
+ if = {
2209
+ limit = { halved_parliament_bribes = yes }
2210
+ back_seats_of_bribe_type = {
2211
+ bribe = gain_decadence
2212
+ }
2213
+ bribe_effect_scaling_with_estate_loyalty = {
2214
+ estate = estate_janissaries
2215
+ effect_angry = "
2216
+ add_government_power = {
2217
+ mechanic_type = ottoman_decadence_mechanic
2218
+ power_type = ottoman_decadence
2219
+ value = 0.04
2220
+ }"
2221
+ effect_neutral = "
2222
+ add_government_power = {
2223
+ mechanic_type = ottoman_decadence_mechanic
2224
+ power_type = ottoman_decadence
2225
+ value = 0.02
2226
+ }"
2227
+ effect_happy = "
2228
+ add_government_power = {
2229
+ mechanic_type = ottoman_decadence_mechanic
2230
+ power_type = ottoman_decadence
2231
+ value = 0.01
2232
+ }"
2233
+ default_effect = "
2234
+ add_government_power = {
2235
+ mechanic_type = ottoman_decadence_mechanic
2236
+ power_type = ottoman_decadence
2237
+ value = 0.02
2238
+ }"
2239
+ }
2240
+ }
2241
+ else = {
2242
+ bribe_effect_scaling_with_estate_loyalty = {
2243
+ estate = estate_janissaries
2244
+ effect_angry = "
2245
+ add_government_power = {
2246
+ mechanic_type = ottoman_decadence_mechanic
2247
+ power_type = ottoman_decadence
2248
+ value = 0.4
2249
+ }"
2250
+ effect_neutral = "
2251
+ add_government_power = {
2252
+ mechanic_type = ottoman_decadence_mechanic
2253
+ power_type = ottoman_decadence
2254
+ value = 0.04
2255
+ }"
2256
+ effect_happy = "
2257
+ add_government_power = {
2258
+ mechanic_type = ottoman_decadence_mechanic
2259
+ power_type = ottoman_decadence
2260
+ value = 0.02
2261
+ }"
2262
+ default_effect = "
2263
+ add_government_power = {
2264
+ mechanic_type = ottoman_decadence_mechanic
2265
+ power_type = ottoman_decadence
2266
+ value = 0.04
2267
+ }"
2268
+ }
2269
+ }
2270
+ }
2271
+
2272
+ ai_will_do = {
2273
+ factor = 1
2274
+ }
2275
+ }
common/parliament_bribes/pay_inflation.txt DELETED
@@ -1,17 +0,0 @@
1
- pay_inflation = {
2
- trigger = {
3
- NOT = { corruption = 99.91 }
4
- }
5
-
6
- effect = {
7
- add_corruption = 0.1
8
- }
9
-
10
- ai_will_do = {
11
- factor = 1
12
- modifier = {
13
- factor = 0.1
14
- corruption = 10
15
- }
16
- }
17
- }
common/parliament_bribes/pay_institutiongrowth.txt CHANGED
@@ -7,11 +7,55 @@ pay_institutiongrowth = {
7
7
  }
8
8
 
9
9
  effect = {
10
- FROM = {
11
- add_next_institution_embracement = -5
10
+ if = {
11
+ limit = {
12
+ has_expensive_debate = yes
13
+ NOT = { halved_parliament_bribes = yes }
14
+ }
15
+ bribe_effect_scaling_with_estate_loyalty = {
16
+ estate = estate_nobles
17
+ effect_angry = "FROM = { add_next_institution_embracement = -8 }"
18
+ effect_neutral = "FROM = { add_next_institution_embracement = -4 }"
19
+ effect_happy = "FROM = { add_next_institution_embracement = -2 }"
20
+ default_effect = "FROM = { add_next_institution_embracement = -4 }"
21
+ }
22
+ }
23
+ else_if = {
24
+ limit = {
25
+ OR = {
26
+ AND = {
27
+ has_expensive_debate = yes
28
+ halved_parliament_bribes = yes
29
+ }
30
+ AND = {
31
+ NOT = { has_expensive_debate = yes }
32
+ NOT = { halved_parliament_bribes = yes }
33
+ }
34
+ }
35
+ }
36
+ bribe_effect_scaling_with_estate_loyalty = {
37
+ estate = estate_nobles
38
+ effect_angry = "FROM = { add_next_institution_embracement = -4 }"
39
+ effect_neutral = "FROM = { add_next_institution_embracement = -2 }"
40
+ effect_happy = "FROM = { add_next_institution_embracement = -1 }"
41
+ default_effect = "FROM = { add_next_institution_embracement = -2 }"
42
+ }
43
+ }
44
+ else = {
45
+ bribe_effect_scaling_with_estate_loyalty = {
46
+ estate = estate_nobles
47
+ effect_angry = "FROM = { add_next_institution_embracement = -2 }"
48
+ effect_neutral = "FROM = { add_next_institution_embracement = -1 }"
49
+ effect_happy = "FROM = { add_next_institution_embracement = -0.5 }"
50
+ default_effect = "FROM = { add_next_institution_embracement = -1 }"
51
+ }
12
52
  }
13
53
  }
14
54
 
55
+ chance = {
56
+ factor = 1
57
+ }
58
+
15
59
  ai_will_do = {
16
60
  factor = 1
17
61
  }
common/parliament_bribes/pay_legitimacy.txt DELETED
@@ -1,15 +0,0 @@
1
- pay_legitimacy = {
2
- trigger = {
3
- government = monarchy
4
- legitimacy = 2
5
- NOT = { has_reform = celestial_empire }
6
- }
7
-
8
- effect = {
9
- add_legitimacy = -2
10
- }
11
-
12
- ai_will_do = {
13
- factor = 1
14
- }
15
- }
common/parliament_bribes/pay_pa.txt DELETED
@@ -1,23 +0,0 @@
1
- pay_pa = {
2
- trigger = {
3
- OR = {
4
- AND = {
5
- religion = orthodox
6
- FROM = { religion = orthodox }
7
- }
8
- AND = {
9
- religion = coptic
10
- FROM = { religion = coptic }
11
- }
12
- }
13
- patriarch_authority = 0.05
14
- }
15
-
16
- effect = {
17
- add_patriarch_authority = -0.05
18
- }
19
-
20
- ai_will_do = {
21
- factor = 1
22
- }
23
- }
common/parliament_bribes/pay_papal_influence.txt DELETED
@@ -1,15 +0,0 @@
1
- pay_papal_influence = {
2
- trigger = {
3
- religion = catholic
4
- FROM = { religion = catholic }
5
- papal_influence = 20
6
- }
7
-
8
- effect = {
9
- add_papal_influence = -2
10
- }
11
-
12
- ai_will_do = {
13
- factor = 1
14
- }
15
- }
common/parliament_bribes/pay_reformprogress.txt CHANGED
@@ -1,6 +1,80 @@
1
- pay_reformprogress = {
1
+ pay_reform_progress = {
2
2
  trigger = {
3
- government_reform_progress = 5
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = government_reform_progress
6
+ }
7
+ government_reform_progress = 10
8
+ if = {
9
+ limit = {
10
+ NOT = {
11
+ has_dlc = "Emperor"
12
+ }
13
+ }
14
+ NOT = {
15
+ has_completed_all_reforms_trigger = yes
16
+ }
17
+ }
18
+ }
19
+
20
+ effect = {
21
+ if = {
22
+ limit = {
23
+ has_expensive_debate = yes
24
+ NOT = { halved_parliament_bribes = yes }
25
+ }
26
+ bribe_effect_scaling_with_estate_loyalty = {
27
+ estate = estate_nobles
28
+ effect_angry = "change_government_reform_progress = -8"
29
+ effect_neutral = "change_government_reform_progress = -4"
30
+ effect_happy = "change_government_reform_progress = -2"
31
+ default_effect = "change_government_reform_progress = -4"
32
+ }
33
+ }
34
+ else_if = {
35
+ limit = {
36
+ OR = {
37
+ AND = {
38
+ has_expensive_debate = yes
39
+ halved_parliament_bribes = yes
40
+ }
41
+ AND = {
42
+ NOT = { has_expensive_debate = yes }
43
+ NOT = { halved_parliament_bribes = yes }
44
+ }
45
+ }
46
+ }
47
+ bribe_effect_scaling_with_estate_loyalty = {
48
+ estate = estate_nobles
49
+ effect_angry = "change_government_reform_progress = -4"
50
+ effect_neutral = "change_government_reform_progress = -2"
51
+ effect_happy = "change_government_reform_progress = -1"
52
+ default_effect = "change_government_reform_progress = -2"
53
+ }
54
+ }
55
+ else = {
56
+ bribe_effect_scaling_with_estate_loyalty = {
57
+ estate = estate_nobles
58
+ effect_angry = "change_government_reform_progress = -2"
59
+ effect_neutral = "change_government_reform_progress = -1"
60
+ effect_happy = "change_government_reform_progress = -0.5"
61
+ default_effect = "change_government_reform_progress = -1"
62
+ }
63
+ }
64
+ }
65
+
66
+ ai_will_do = {
67
+ factor = 1
68
+ }
69
+ }
70
+
71
+ national_pay_reform_progress = {
72
+ trigger = {
73
+ has_reached_seat_threshold = yes
74
+ has_not_bribe_blocking_debate_active = {
75
+ type = government_reform_progress
76
+ }
77
+ government_reform_progress = 40
4
78
  if = {
5
79
  limit = {
6
80
  NOT = {
@@ -14,9 +88,58 @@ pay_reformprogress = {
14
88
  }
15
89
 
16
90
  effect = {
17
- change_government_reform_progress = -5
91
+ back_seats_of_bribe_type = {
92
+ bribe = pay_reform_progress
93
+ }
94
+ if = {
95
+ limit = {
96
+ has_expensive_debate = yes
97
+ NOT = { halved_parliament_bribes = yes }
98
+ }
99
+ bribe_effect_scaling_with_estate_loyalty = {
100
+ estate = estate_nobles
101
+ effect_angry = "change_government_reform_progress = -80"
102
+ effect_neutral = "change_government_reform_progress = -40"
103
+ effect_happy = "change_government_reform_progress = -20"
104
+ default_effect = "change_government_reform_progress = -40"
105
+ }
106
+ }
107
+ else_if = {
108
+ limit = {
109
+ OR = {
110
+ AND = {
111
+ has_expensive_debate = yes
112
+ halved_parliament_bribes = yes
113
+ }
114
+ AND = {
115
+ NOT = { has_expensive_debate = yes }
116
+ NOT = { halved_parliament_bribes = yes }
117
+ }
118
+ }
119
+ }
120
+ bribe_effect_scaling_with_estate_loyalty = {
121
+ estate = estate_nobles
122
+ effect_angry = "change_government_reform_progress = -40"
123
+ effect_neutral = "change_government_reform_progress = -20"
124
+ effect_happy = "change_government_reform_progress = -10"
125
+ default_effect = "change_government_reform_progress = -20"
126
+ }
127
+ }
128
+ else = {
129
+ bribe_effect_scaling_with_estate_loyalty = {
130
+ estate = estate_nobles
131
+ effect_angry = "change_government_reform_progress = -20"
132
+ effect_neutral = "change_government_reform_progress = -10"
133
+ effect_happy = "change_government_reform_progress = -2.5"
134
+ default_effect = "change_government_reform_progress = -10"
135
+ }
136
+ }
18
137
  }
19
138
 
139
+ chance = {
140
+ factor = 1
141
+ }
142
+
20
143
  ai_will_do = {
21
144
  factor = 1
22
145
  }
common/parliament_bribes/pay_religious_currency.txt ADDED
@@ -0,0 +1,994 @@
1
+ pay_churchpower = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_not_bribe_blocking_debate_active = {
5
+ type = religious_currency
6
+ }
7
+ FROM = { has_owner_religion = yes }
8
+ uses_church_aspects = yes
9
+ church_power = 10
10
+ }
11
+
12
+ effect = {
13
+ if = {
14
+ limit = {
15
+ has_expensive_debate = yes
16
+ NOT = { halved_parliament_bribes = yes }
17
+ }
18
+ bribe_effect_scaling_with_estate_loyalty = {
19
+ estate = estate_church
20
+ effect_angry = "add_church_power = -16"
21
+ effect_neutral = "add_church_power = -8"
22
+ effect_happy = "add_church_power = -4"
23
+ default_effect = "add_church_power = -8"
24
+ }
25
+ }
26
+ else_if = {
27
+ limit = {
28
+ OR = {
29
+ AND = {
30
+ has_expensive_debate = yes
31
+ halved_parliament_bribes = yes
32
+ }
33
+ AND = {
34
+ NOT = { has_expensive_debate = yes }
35
+ NOT = { halved_parliament_bribes = yes }
36
+ }
37
+ }
38
+ }
39
+ bribe_effect_scaling_with_estate_loyalty = {
40
+ estate = estate_church
41
+ effect_angry = "add_church_power = -8"
42
+ effect_neutral = "add_church_power = -4"
43
+ effect_happy = "add_church_power = -2"
44
+ default_effect = "add_church_power = -4"
45
+ }
46
+ }
47
+ else = {
48
+ bribe_effect_scaling_with_estate_loyalty = {
49
+ estate = estate_church
50
+ effect_angry = "add_church_power = -4"
51
+ effect_neutral = "add_church_power = -2"
52
+ effect_happy = "add_church_power = -1"
53
+ default_effect = "add_church_power = -2"
54
+ }
55
+ }
56
+ }
57
+
58
+ ai_will_do = {
59
+ factor = 1
60
+ }
61
+ }
62
+
63
+ pay_pa = {
64
+ trigger = {
65
+ has_reached_seat_threshold = no
66
+ has_not_bribe_blocking_debate_active = {
67
+ type = religious_currency
68
+ }
69
+ uses_patriarch_authority = yes
70
+ FROM = { has_owner_religion = yes }
71
+ patriarch_authority = 0.05
72
+ }
73
+
74
+ effect = {
75
+ if = {
76
+ limit = {
77
+ has_expensive_debate = yes
78
+ NOT = { halved_parliament_bribes = yes }
79
+ }
80
+ bribe_effect_scaling_with_estate_loyalty = {
81
+ estate = estate_church
82
+ effect_angry = "add_patriarch_authority = -0.08"
83
+ effect_neutral = "add_patriarch_authority = -0.04"
84
+ effect_happy = "add_patriarch_authority = -0.02"
85
+ default_effect = "add_patriarch_authority = -0.04"
86
+ }
87
+ }
88
+ else_if = {
89
+ limit = {
90
+ OR = {
91
+ AND = {
92
+ has_expensive_debate = yes
93
+ halved_parliament_bribes = yes
94
+ }
95
+ AND = {
96
+ NOT = { has_expensive_debate = yes }
97
+ NOT = { halved_parliament_bribes = yes }
98
+ }
99
+ }
100
+ }
101
+ bribe_effect_scaling_with_estate_loyalty = {
102
+ estate = estate_church
103
+ effect_angry = "add_patriarch_authority = -0.04"
104
+ effect_neutral = "add_patriarch_authority = -0.02"
105
+ effect_happy = "add_patriarch_authority = -0.01"
106
+ default_effect = "add_patriarch_authority = -0.02"
107
+ }
108
+ }
109
+ else = {
110
+ bribe_effect_scaling_with_estate_loyalty = {
111
+ estate = estate_church
112
+ effect_angry = "add_patriarch_authority = -0.02"
113
+ effect_neutral = "add_patriarch_authority = -0.01"
114
+ effect_happy = "add_patriarch_authority = -0.005"
115
+ default_effect = "add_patriarch_authority = -0.01"
116
+ }
117
+ }
118
+ }
119
+
120
+ ai_will_do = {
121
+ factor = 1
122
+ }
123
+ }
124
+
125
+ pay_papal_influence = {
126
+ trigger = {
127
+ has_reached_seat_threshold = no
128
+ has_not_bribe_blocking_debate_active = {
129
+ type = religious_currency
130
+ }
131
+ religion = catholic
132
+ FROM = { has_owner_religion = yes }
133
+ papal_influence = 20
134
+ }
135
+
136
+ effect = {
137
+ if = {
138
+ limit = {
139
+ has_expensive_debate = yes
140
+ NOT = { halved_parliament_bribes = yes }
141
+ }
142
+ bribe_effect_scaling_with_estate_loyalty = {
143
+ estate = estate_church
144
+ effect_angry = "add_papal_influence = -16"
145
+ effect_neutral = "add_papal_influence = -8"
146
+ effect_happy = "add_papal_influence = -4"
147
+ default_effect = "add_papal_influence = -8"
148
+ }
149
+ }
150
+ else_if = {
151
+ limit = {
152
+ OR = {
153
+ AND = {
154
+ has_expensive_debate = yes
155
+ halved_parliament_bribes = yes
156
+ }
157
+ AND = {
158
+ NOT = { has_expensive_debate = yes }
159
+ NOT = { halved_parliament_bribes = yes }
160
+ }
161
+ }
162
+ }
163
+ bribe_effect_scaling_with_estate_loyalty = {
164
+ estate = estate_church
165
+ effect_angry = "add_papal_influence = -8"
166
+ effect_neutral = "add_papal_influence = -4"
167
+ effect_happy = "add_papal_influence = -2"
168
+ default_effect = "add_papal_influence = -4"
169
+ }
170
+ }
171
+ else = {
172
+ bribe_effect_scaling_with_estate_loyalty = {
173
+ estate = estate_church
174
+ effect_angry = "add_papal_influence = -4"
175
+ effect_neutral = "add_papal_influence = -2"
176
+ effect_happy = "add_papal_influence = -1"
177
+ default_effect = "add_papal_influence = -2"
178
+ }
179
+ }
180
+ }
181
+
182
+ ai_will_do = {
183
+ factor = 1
184
+ }
185
+ }
186
+
187
+ pay_fervor = {
188
+ trigger = {
189
+ has_reached_seat_threshold = no
190
+ has_not_bribe_blocking_debate_active = {
191
+ type = religious_currency
192
+ }
193
+ uses_fervor = yes
194
+ FROM = { has_owner_religion = yes }
195
+ fervor = 4
196
+ }
197
+
198
+ effect = {
199
+ if = {
200
+ limit = {
201
+ has_expensive_debate = yes
202
+ NOT = { halved_parliament_bribes = yes }
203
+ }
204
+ bribe_effect_scaling_with_estate_loyalty = {
205
+ estate = estate_church
206
+ effect_angry = "add_fervor = -8"
207
+ effect_neutral = "add_fervor = -4"
208
+ effect_happy = "add_fervor = -2"
209
+ default_effect = "add_fervor = -4"
210
+ }
211
+ }
212
+ else_if = {
213
+ limit = {
214
+ OR = {
215
+ AND = {
216
+ has_expensive_debate = yes
217
+ halved_parliament_bribes = yes
218
+ }
219
+ AND = {
220
+ NOT = { has_expensive_debate = yes }
221
+ NOT = { halved_parliament_bribes = yes }
222
+ }
223
+ }
224
+ }
225
+ bribe_effect_scaling_with_estate_loyalty = {
226
+ estate = estate_church
227
+ effect_angry = "add_fervor = -4"
228
+ effect_neutral = "add_fervor = -2"
229
+ effect_happy = "add_fervor = -1"
230
+ default_effect = "add_fervor = -2"
231
+ }
232
+ }
233
+ else = {
234
+ bribe_effect_scaling_with_estate_loyalty = {
235
+ estate = estate_church
236
+ effect_angry = "add_fervor = -2"
237
+ effect_neutral = "add_fervor = -1"
238
+ effect_happy = "add_fervor = -0.5"
239
+ default_effect = "add_fervor = -1"
240
+ }
241
+ }
242
+ }
243
+
244
+ ai_will_do = {
245
+ factor = 1
246
+ }
247
+ }
248
+
249
+ gain_piety = {
250
+ trigger = {
251
+ has_reached_seat_threshold = no
252
+ has_not_bribe_blocking_debate_active = {
253
+ type = religious_currency
254
+ }
255
+ uses_piety = yes
256
+ NOT = {
257
+ piety = -0.25
258
+ }
259
+ }
260
+
261
+ effect = {
262
+ if = {
263
+ limit = {
264
+ has_expensive_debate = yes
265
+ NOT = { halved_parliament_bribes = yes }
266
+ }
267
+ add_piety = 0.04
268
+ }
269
+ else_if = {
270
+ limit = {
271
+ OR = {
272
+ AND = {
273
+ has_expensive_debate = yes
274
+ halved_parliament_bribes = yes
275
+ }
276
+ AND = {
277
+ NOT = { has_expensive_debate = yes }
278
+ NOT = { halved_parliament_bribes = yes }
279
+ }
280
+ }
281
+ }
282
+ add_piety = 0.02
283
+ }
284
+ else = {
285
+ add_piety = 0.01
286
+ }
287
+ }
288
+
289
+ ai_will_do = {
290
+ factor = 1
291
+ }
292
+ }
293
+
294
+ lose_piety = {
295
+ trigger = {
296
+ has_reached_seat_threshold = no
297
+ has_not_bribe_blocking_debate_active = {
298
+ type = religious_currency
299
+ }
300
+ uses_piety = yes
301
+ piety = 0.25
302
+ }
303
+
304
+ effect = {
305
+ if = {
306
+ limit = {
307
+ has_expensive_debate = yes
308
+ NOT = { halved_parliament_bribes = yes }
309
+ }
310
+ add_piety = -0.04
311
+ }
312
+ else_if = {
313
+ limit = {
314
+ OR = {
315
+ AND = {
316
+ has_expensive_debate = yes
317
+ halved_parliament_bribes = yes
318
+ }
319
+ AND = {
320
+ NOT = { has_expensive_debate = yes }
321
+ NOT = { halved_parliament_bribes = yes }
322
+ }
323
+ }
324
+ }
325
+ add_piety = -0.02
326
+ }
327
+ else = {
328
+ add_piety = -0.01
329
+ }
330
+ }
331
+
332
+ ai_will_do = {
333
+ factor = 1
334
+ }
335
+ }
336
+
337
+ gain_karma = {
338
+ trigger = {
339
+ has_reached_seat_threshold = no
340
+ has_not_bribe_blocking_debate_active = {
341
+ type = religious_currency
342
+ }
343
+ uses_karma = yes
344
+ karma = 25
345
+ }
346
+
347
+ effect = {
348
+ if = {
349
+ limit = {
350
+ has_expensive_debate = yes
351
+ NOT = { halved_parliament_bribes = yes }
352
+ }
353
+ add_karma = 4
354
+ }
355
+ else_if = {
356
+ limit = {
357
+ OR = {
358
+ AND = {
359
+ has_expensive_debate = yes
360
+ halved_parliament_bribes = yes
361
+ }
362
+ AND = {
363
+ NOT = { has_expensive_debate = yes }
364
+ NOT = { halved_parliament_bribes = yes }
365
+ }
366
+ }
367
+ }
368
+ add_karma = 2
369
+ }
370
+ else = {
371
+ add_karma = 1
372
+ }
373
+ }
374
+
375
+ ai_will_do = {
376
+ factor = 1
377
+ }
378
+ }
379
+
380
+ lose_karma = {
381
+ trigger = {
382
+ has_reached_seat_threshold = no
383
+ has_not_bribe_blocking_debate_active = {
384
+ type = religious_currency
385
+ }
386
+ uses_karma = yes
387
+ NOT = { karma = -25 }
388
+ }
389
+
390
+ effect = {
391
+ if = {
392
+ limit = {
393
+ has_expensive_debate = yes
394
+ NOT = { halved_parliament_bribes = yes }
395
+ }
396
+ add_karma = -4
397
+ }
398
+ else_if = {
399
+ limit = {
400
+ OR = {
401
+ AND = {
402
+ has_expensive_debate = yes
403
+ halved_parliament_bribes = yes
404
+ }
405
+ AND = {
406
+ NOT = { has_expensive_debate = yes }
407
+ NOT = { halved_parliament_bribes = yes }
408
+ }
409
+ }
410
+ }
411
+ add_karma = -2
412
+ }
413
+ else = {
414
+ add_karma = -1
415
+ }
416
+ }
417
+
418
+ ai_will_do = {
419
+ factor = 1
420
+ }
421
+ }
422
+
423
+ pay_harmony = {
424
+ trigger = {
425
+ has_reached_seat_threshold = no
426
+ has_not_bribe_blocking_debate_active = {
427
+ type = religious_currency
428
+ }
429
+ religion = confucianism
430
+ has_dlc = "Mandate of Heaven"
431
+ harmony = 5
432
+ }
433
+
434
+ effect = {
435
+ if = {
436
+ limit = {
437
+ has_expensive_debate = yes
438
+ NOT = { halved_parliament_bribes = yes }
439
+ }
440
+ bribe_effect_scaling_with_estate_loyalty = {
441
+ estate = estate_church
442
+ effect_angry = "add_harmony = -4"
443
+ effect_neutral = "add_harmony = -2"
444
+ effect_happy = "add_harmony = -1"
445
+ default_effect = "add_harmony = -2"
446
+ }
447
+ }
448
+ else_if = {
449
+ limit = {
450
+ OR = {
451
+ AND = {
452
+ has_expensive_debate = yes
453
+ halved_parliament_bribes = yes
454
+ }
455
+ AND = {
456
+ NOT = { has_expensive_debate = yes }
457
+ NOT = { halved_parliament_bribes = yes }
458
+ }
459
+ }
460
+ }
461
+ bribe_effect_scaling_with_estate_loyalty = {
462
+ estate = estate_church
463
+ effect_angry = "add_harmony = -2"
464
+ effect_neutral = "add_harmony = -1"
465
+ effect_happy = "add_harmony = -0.5"
466
+ default_effect = "add_harmony = -1"
467
+ }
468
+ }
469
+ else = {
470
+ bribe_effect_scaling_with_estate_loyalty = {
471
+ estate = estate_church
472
+ effect_angry = "add_harmony = -1"
473
+ effect_neutral = "add_harmony = -0.5"
474
+ effect_happy = "add_harmony = -0.25"
475
+ default_effect = "add_harmony = -0.5"
476
+ }
477
+ }
478
+ }
479
+
480
+ ai_will_do = {
481
+ factor = 1
482
+ }
483
+ }
484
+
485
+ national_pay_churchpower = {
486
+ trigger = {
487
+ has_reached_seat_threshold = yes
488
+ has_not_bribe_blocking_debate_active = {
489
+ type = religious_currency
490
+ }
491
+ FROM = { has_owner_religion = yes }
492
+ uses_church_aspects = yes
493
+ church_power = 10
494
+ }
495
+
496
+ effect = {
497
+ back_seats_of_bribe_type = {
498
+ bribe = pay_churchpower
499
+ }
500
+ if = {
501
+ limit = {
502
+ has_expensive_debate = yes
503
+ NOT = { halved_parliament_bribes = yes }
504
+ }
505
+ bribe_effect_scaling_with_estate_loyalty = {
506
+ estate = estate_church
507
+ effect_angry = "add_church_power = -80"
508
+ effect_neutral = "add_church_power = -40"
509
+ effect_happy = "add_church_power = -20"
510
+ default_effect = "add_church_power = -40"
511
+ }
512
+ }
513
+ else_if = {
514
+ limit = {
515
+ OR = {
516
+ AND = {
517
+ has_expensive_debate = yes
518
+ halved_parliament_bribes = yes
519
+ }
520
+ AND = {
521
+ NOT = { has_expensive_debate = yes }
522
+ NOT = { halved_parliament_bribes = yes }
523
+ }
524
+ }
525
+ }
526
+ bribe_effect_scaling_with_estate_loyalty = {
527
+ estate = estate_church
528
+ effect_angry = "add_church_power = -40"
529
+ effect_neutral = "add_church_power = -20"
530
+ effect_happy = "add_church_power = -10"
531
+ default_effect = "add_church_power = -20"
532
+ }
533
+ }
534
+ else = {
535
+ bribe_effect_scaling_with_estate_loyalty = {
536
+ estate = estate_church
537
+ effect_angry = "add_church_power = -20"
538
+ effect_neutral = "add_church_power = -10"
539
+ effect_happy = "add_church_power = -5"
540
+ default_effect = "add_church_power = -10"
541
+ }
542
+ }
543
+ }
544
+
545
+ ai_will_do = {
546
+ factor = 1
547
+ }
548
+ }
549
+
550
+ national_pay_pa = {
551
+ trigger = {
552
+ has_reached_seat_threshold = yes
553
+ has_not_bribe_blocking_debate_active = {
554
+ type = religious_currency
555
+ }
556
+ uses_patriarch_authority = yes
557
+ FROM = { has_owner_religion = yes }
558
+ patriarch_authority = 0.2
559
+ }
560
+
561
+ effect = {
562
+ back_seats_of_bribe_type = {
563
+ bribe = pay_pa
564
+ }
565
+ if = {
566
+ limit = {
567
+ has_expensive_debate = yes
568
+ NOT = { halved_parliament_bribes = yes }
569
+ }
570
+ bribe_effect_scaling_with_estate_loyalty = {
571
+ estate = estate_church
572
+ effect_angry = "add_patriarch_authority = -0.32"
573
+ effect_neutral = "add_patriarch_authority = -0.16"
574
+ effect_happy = "add_patriarch_authority = -0.08"
575
+ default_effect = "add_patriarch_authority = -0.16"
576
+ }
577
+ }
578
+ else_if = {
579
+ limit = {
580
+ OR = {
581
+ AND = {
582
+ has_expensive_debate = yes
583
+ halved_parliament_bribes = yes
584
+ }
585
+ AND = {
586
+ NOT = { has_expensive_debate = yes }
587
+ NOT = { halved_parliament_bribes = yes }
588
+ }
589
+ }
590
+ }
591
+ bribe_effect_scaling_with_estate_loyalty = {
592
+ estate = estate_church
593
+ effect_angry = "add_patriarch_authority = -0.16"
594
+ effect_neutral = "add_patriarch_authority = -0.08"
595
+ effect_happy = "add_patriarch_authority = -0.04"
596
+ default_effect = "add_patriarch_authority = -0.08"
597
+ }
598
+ }
599
+ else = {
600
+ bribe_effect_scaling_with_estate_loyalty = {
601
+ estate = estate_church
602
+ effect_angry = "add_patriarch_authority = -0.08"
603
+ effect_neutral = "add_patriarch_authority = -0.04"
604
+ effect_happy = "add_patriarch_authority = -0.02"
605
+ default_effect = "add_patriarch_authority = -0.04"
606
+ }
607
+ }
608
+ }
609
+
610
+ ai_will_do = {
611
+ factor = 1
612
+ }
613
+ }
614
+
615
+ national_pay_papal_influence = {
616
+ trigger = {
617
+ has_reached_seat_threshold = yes
618
+ has_not_bribe_blocking_debate_active = {
619
+ type = religious_currency
620
+ }
621
+ religion = catholic
622
+ FROM = { has_owner_religion = yes }
623
+ papal_influence = 20
624
+ }
625
+
626
+ effect = {
627
+ back_seats_of_bribe_type = {
628
+ bribe = pay_papal_influence
629
+ }
630
+ if = {
631
+ limit = {
632
+ has_expensive_debate = yes
633
+ NOT = { halved_parliament_bribes = yes }
634
+ }
635
+ bribe_effect_scaling_with_estate_loyalty = {
636
+ estate = estate_church
637
+ effect_angry = "add_papal_influence = -80"
638
+ effect_neutral = "add_papal_influence = -40"
639
+ effect_happy = "add_papal_influence = -20"
640
+ default_effect = "add_papal_influence = -40"
641
+ }
642
+ }
643
+ else_if = {
644
+ limit = {
645
+ OR = {
646
+ AND = {
647
+ has_expensive_debate = yes
648
+ halved_parliament_bribes = yes
649
+ }
650
+ AND = {
651
+ NOT = { has_expensive_debate = yes }
652
+ NOT = { halved_parliament_bribes = yes }
653
+ }
654
+ }
655
+ }
656
+ bribe_effect_scaling_with_estate_loyalty = {
657
+ estate = estate_church
658
+ effect_angry = "add_papal_influence = -40"
659
+ effect_neutral = "add_papal_influence = -20"
660
+ effect_happy = "add_papal_influence = -10"
661
+ default_effect = "add_papal_influence = -20"
662
+ }
663
+ }
664
+ else = {
665
+ bribe_effect_scaling_with_estate_loyalty = {
666
+ estate = estate_church
667
+ effect_angry = "add_papal_influence = -20"
668
+ effect_neutral = "add_papal_influence = -10"
669
+ effect_happy = "add_papal_influence = -5"
670
+ default_effect = "add_papal_influence = -10"
671
+ }
672
+ }
673
+ }
674
+
675
+ ai_will_do = {
676
+ factor = 1
677
+ }
678
+ }
679
+
680
+ national_pay_fervor = {
681
+ trigger = {
682
+ has_reached_seat_threshold = yes
683
+ has_not_bribe_blocking_debate_active = {
684
+ type = religious_currency
685
+ }
686
+ uses_fervor = yes
687
+ FROM = { has_owner_religion = yes }
688
+ fervor = 20
689
+ }
690
+
691
+ effect = {
692
+ back_seats_of_bribe_type = {
693
+ bribe = pay_fervor
694
+ }
695
+ if = {
696
+ limit = {
697
+ has_expensive_debate = yes
698
+ NOT = { halved_parliament_bribes = yes }
699
+ }
700
+ bribe_effect_scaling_with_estate_loyalty = {
701
+ estate = estate_church
702
+ effect_angry = "add_fervor = -40"
703
+ effect_neutral = "add_fervor = -20"
704
+ effect_happy = "add_fervor = -10"
705
+ default_effect = "add_fervor = -20"
706
+ }
707
+ }
708
+ else_if = {
709
+ limit = {
710
+ OR = {
711
+ AND = {
712
+ has_expensive_debate = yes
713
+ halved_parliament_bribes = yes
714
+ }
715
+ AND = {
716
+ NOT = { has_expensive_debate = yes }
717
+ NOT = { halved_parliament_bribes = yes }
718
+ }
719
+ }
720
+ }
721
+ bribe_effect_scaling_with_estate_loyalty = {
722
+ estate = estate_church
723
+ effect_angry = "add_fervor = -20"
724
+ effect_neutral = "add_fervor = -10"
725
+ effect_happy = "add_fervor = -5"
726
+ default_effect = "add_fervor = -10"
727
+ }
728
+ }
729
+ else = {
730
+ bribe_effect_scaling_with_estate_loyalty = {
731
+ estate = estate_church
732
+ effect_angry = "add_fervor = -10"
733
+ effect_neutral = "add_fervor = -5"
734
+ effect_happy = "add_fervor = -2.5"
735
+ default_effect = "add_fervor = -5"
736
+ }
737
+ }
738
+ }
739
+
740
+ ai_will_do = {
741
+ factor = 1
742
+ }
743
+ }
744
+
745
+ national_gain_piety = {
746
+ trigger = {
747
+ has_reached_seat_threshold = yes
748
+ has_not_bribe_blocking_debate_active = {
749
+ type = religious_currency
750
+ }
751
+ uses_piety = yes
752
+ NOT = {
753
+ piety = -0.25
754
+ }
755
+ }
756
+
757
+ effect = {
758
+ back_seats_of_bribe_type = {
759
+ bribe = gain_piety
760
+ }
761
+ if = {
762
+ limit = {
763
+ has_expensive_debate = yes
764
+ NOT = { halved_parliament_bribes = yes }
765
+ }
766
+ add_piety = 0.2
767
+ }
768
+ else_if = {
769
+ limit = {
770
+ OR = {
771
+ AND = {
772
+ has_expensive_debate = yes
773
+ halved_parliament_bribes = yes
774
+ }
775
+ AND = {
776
+ NOT = { has_expensive_debate = yes }
777
+ NOT = { halved_parliament_bribes = yes }
778
+ }
779
+ }
780
+ }
781
+ add_piety = 0.1
782
+ }
783
+ else = {
784
+ add_piety = 0.05
785
+ }
786
+ }
787
+
788
+ ai_will_do = {
789
+ factor = 1
790
+ }
791
+ }
792
+
793
+ national_lose_piety = {
794
+ trigger = {
795
+ has_reached_seat_threshold = yes
796
+ has_not_bribe_blocking_debate_active = {
797
+ type = religious_currency
798
+ }
799
+ uses_piety = yes
800
+ piety = 0.25
801
+ }
802
+
803
+ effect = {
804
+ back_seats_of_bribe_type = {
805
+ bribe = lose_piety
806
+ }
807
+ if = {
808
+ limit = {
809
+ has_expensive_debate = yes
810
+ NOT = { halved_parliament_bribes = yes }
811
+ }
812
+ add_piety = -0.2
813
+ }
814
+ else_if = {
815
+ limit = {
816
+ OR = {
817
+ AND = {
818
+ has_expensive_debate = yes
819
+ halved_parliament_bribes = yes
820
+ }
821
+ AND = {
822
+ NOT = { has_expensive_debate = yes }
823
+ NOT = { halved_parliament_bribes = yes }
824
+ }
825
+ }
826
+ }
827
+ add_piety = -0.1
828
+ }
829
+ else = {
830
+ add_piety = -0.05
831
+ }
832
+ }
833
+
834
+ ai_will_do = {
835
+ factor = 1
836
+ }
837
+ }
838
+
839
+ national_gain_karma = {
840
+ trigger = {
841
+ has_reached_seat_threshold = yes
842
+ has_not_bribe_blocking_debate_active = {
843
+ type = religious_currency
844
+ }
845
+ uses_karma = yes
846
+ karma = 25
847
+ }
848
+
849
+ effect = {
850
+ back_seats_of_bribe_type = {
851
+ bribe = gain_karma
852
+ }
853
+ if = {
854
+ limit = {
855
+ has_expensive_debate = yes
856
+ NOT = { halved_parliament_bribes = yes }
857
+ }
858
+ add_karma = 20
859
+ }
860
+ else_if = {
861
+ limit = {
862
+ OR = {
863
+ AND = {
864
+ has_expensive_debate = yes
865
+ halved_parliament_bribes = yes
866
+ }
867
+ AND = {
868
+ NOT = { has_expensive_debate = yes }
869
+ NOT = { halved_parliament_bribes = yes }
870
+ }
871
+ }
872
+ }
873
+ add_karma = 10
874
+ }
875
+ else = {
876
+ add_karma = 5
877
+ }
878
+ }
879
+
880
+ ai_will_do = {
881
+ factor = 1
882
+ }
883
+ }
884
+
885
+ national_lose_karma = {
886
+ trigger = {
887
+ has_reached_seat_threshold = yes
888
+ has_not_bribe_blocking_debate_active = {
889
+ type = religious_currency
890
+ }
891
+ uses_karma = yes
892
+ NOT = { karma = -25 }
893
+ }
894
+
895
+ effect = {
896
+ back_seats_of_bribe_type = {
897
+ bribe = lose_karma
898
+ }
899
+ if = {
900
+ limit = {
901
+ has_expensive_debate = yes
902
+ NOT = { halved_parliament_bribes = yes }
903
+ }
904
+ add_karma = -20
905
+ }
906
+ else_if = {
907
+ limit = {
908
+ OR = {
909
+ AND = {
910
+ has_expensive_debate = yes
911
+ halved_parliament_bribes = yes
912
+ }
913
+ AND = {
914
+ NOT = { has_expensive_debate = yes }
915
+ NOT = { halved_parliament_bribes = yes }
916
+ }
917
+ }
918
+ }
919
+ add_karma = -10
920
+ }
921
+ else = {
922
+ add_karma = -5
923
+ }
924
+ }
925
+
926
+ ai_will_do = {
927
+ factor = 1
928
+ }
929
+ }
930
+
931
+ national_pay_harmony = {
932
+ trigger = {
933
+ has_reached_seat_threshold = yes
934
+ has_not_bribe_blocking_debate_active = {
935
+ type = religious_currency
936
+ }
937
+ religion = confucianism
938
+ has_dlc = "Mandate of Heaven"
939
+ harmony = 10
940
+ }
941
+
942
+ effect = {
943
+ back_seats_of_bribe_type = {
944
+ bribe = pay_harmony
945
+ }
946
+ if = {
947
+ limit = {
948
+ has_expensive_debate = yes
949
+ NOT = { halved_parliament_bribes = yes }
950
+ }
951
+ bribe_effect_scaling_with_estate_loyalty = {
952
+ estate = estate_church
953
+ effect_angry = "add_harmony = -16"
954
+ effect_neutral = "add_harmony = -8"
955
+ effect_happy = "add_harmony = -4"
956
+ default_effect = "add_harmony = -8"
957
+ }
958
+ }
959
+ else_if = {
960
+ limit = {
961
+ OR = {
962
+ AND = {
963
+ has_expensive_debate = yes
964
+ halved_parliament_bribes = yes
965
+ }
966
+ AND = {
967
+ NOT = { has_expensive_debate = yes }
968
+ NOT = { halved_parliament_bribes = yes }
969
+ }
970
+ }
971
+ }
972
+ bribe_effect_scaling_with_estate_loyalty = {
973
+ estate = estate_church
974
+ effect_angry = "add_harmony = -8"
975
+ effect_neutral = "add_harmony = -4"
976
+ effect_happy = "add_harmony = -2"
977
+ default_effect = "add_harmony = -4"
978
+ }
979
+ }
980
+ else = {
981
+ bribe_effect_scaling_with_estate_loyalty = {
982
+ estate = estate_church
983
+ effect_angry = "add_harmony = -4"
984
+ effect_neutral = "add_harmony = -2"
985
+ effect_happy = "add_harmony = -1"
986
+ default_effect = "add_harmony = -2"
987
+ }
988
+ }
989
+ }
990
+
991
+ ai_will_do = {
992
+ factor = 1
993
+ }
994
+ }
common/parliament_bribes/pay_rep_tradition.txt DELETED
@@ -1,18 +0,0 @@
1
- pay_rep_tradition = {
2
- trigger = {
3
- government = republic
4
- republican_tradition = 1
5
- }
6
-
7
- effect = {
8
- add_republican_tradition = -1
9
- }
10
-
11
- ai_will_do = {
12
- factor = 1
13
- modifier = {
14
- factor = 0.1
15
- NOT = { republican_tradition = 60 }
16
- }
17
- }
18
- }
common/parliament_bribes/pay_stability.txt ADDED
@@ -0,0 +1,50 @@
1
+ pay_stability = {
2
+ trigger = {
3
+ has_not_bribe_blocking_debate_active = {
4
+ type = stability
5
+ }
6
+ stability = 0
7
+ current_size_of_parliament = 60
8
+ }
9
+
10
+ effect = {
11
+ every_owned_province = {
12
+ limit = {
13
+ has_seat_in_parliament = yes
14
+ current_bribe = pay_stability
15
+ NOT = { province_id = FROM }
16
+ }
17
+
18
+ back_current_issue = yes
19
+ }
20
+ if = {
21
+ limit = {
22
+ has_expensive_debate = yes
23
+ NOT = { halved_parliament_bribes = yes }
24
+ }
25
+ add_stability = -4
26
+ }
27
+ else_if = {
28
+ limit = {
29
+ OR = {
30
+ AND = {
31
+ has_expensive_debate = yes
32
+ halved_parliament_bribes = yes
33
+ }
34
+ AND = {
35
+ NOT = { has_expensive_debate = yes }
36
+ NOT = { halved_parliament_bribes = yes }
37
+ }
38
+ }
39
+ }
40
+ add_stability = -2
41
+ }
42
+ else = {
43
+ add_stability = -1
44
+ }
45
+ }
46
+
47
+ ai_will_do = {
48
+ factor = 0
49
+ }
50
+ }
common/parliament_bribes/scapegoat_bribe.txt CHANGED
@@ -1,5 +1,8 @@
1
1
  scapegoat_bribe = {
2
2
  trigger = {
3
+ has_not_bribe_blocking_debate_active = {
4
+ type = advisor
5
+ }
3
6
  NOT = { religion = nahuatl }
4
7
  has_advisor = yes
5
8
  }
@@ -17,6 +20,10 @@ scapegoat_bribe = {
17
20
  }
18
21
  }
19
22
 
23
+ chance = {
24
+ factor = 1
25
+ }
26
+
20
27
  ai_will_do = {
21
28
  factor = 0
22
29
  }
@@ -24,6 +31,9 @@ scapegoat_bribe = {
24
31
 
25
32
  scapegoat_bribe_aztec = {
26
33
  trigger = {
34
+ has_not_bribe_blocking_debate_active = {
35
+ type = advisor
36
+ }
27
37
  religion = nahuatl
28
38
  has_advisor = yes
29
39
  }
@@ -41,6 +51,10 @@ scapegoat_bribe_aztec = {
41
51
  }
42
52
  }
43
53
 
54
+ chance = {
55
+ factor = 1
56
+ }
57
+
44
58
  ai_will_do = {
45
59
  factor = 0
46
60
  }
common/parliament_bribes/support_monarchists_vs_statists.txt ADDED
@@ -0,0 +1,159 @@
1
+ support_monarchists = {
2
+ trigger = {
3
+ has_reached_seat_threshold = no
4
+ has_dlc = "Res Publica"
5
+ OR = {
6
+ has_reform = livonian_naval_monarchy
7
+ has_reform = states_general_reform
8
+ has_reform = feuillant_reform
9
+ }
10
+ }
11
+
12
+ effect = {
13
+ if = {
14
+ limit = { halved_parliament_bribes = yes }
15
+ change_statists_vs_orangists = 0.01
16
+ }
17
+ else = {
18
+ change_statists_vs_orangists = 0.02
19
+ }
20
+ }
21
+
22
+ chance = {
23
+ factor = 1
24
+ }
25
+
26
+ ai_will_do = {
27
+ factor = 1
28
+ }
29
+ }
30
+
31
+ support_orangists = {
32
+ trigger = {
33
+ has_reached_seat_threshold = no
34
+ has_dlc = "Res Publica"
35
+ has_government_attribute = has_dutch_election
36
+ }
37
+
38
+ effect = {
39
+ if = {
40
+ limit = { halved_parliament_bribes = yes }
41
+ change_statists_vs_orangists = 0.01
42
+ }
43
+ else = {
44
+ change_statists_vs_orangists = 0.02
45
+ }
46
+ }
47
+
48
+ ai_will_do = {
49
+ factor = 1
50
+ }
51
+ }
52
+
53
+ support_theocrats = {
54
+ trigger = {
55
+ has_reached_seat_threshold = no
56
+ has_dlc = "Res Publica"
57
+ has_reform = monastic_elections_reform
58
+ }
59
+
60
+ effect = {
61
+ if = {
62
+ limit = { halved_parliament_bribes = yes }
63
+ change_statists_vs_orangists = 0.01
64
+ }
65
+ else = {
66
+ change_statists_vs_orangists = 0.02
67
+ }
68
+ }
69
+
70
+ chance = {
71
+ factor = 1
72
+ }
73
+
74
+ ai_will_do = {
75
+ factor = 1
76
+ }
77
+ }
78
+
79
+ support_statists = {
80
+ trigger = {
81
+ has_reached_seat_threshold = no
82
+ has_dlc = "Res Publica"
83
+ OR = {
84
+ has_reform = livonian_naval_monarchy
85
+ has_reform = states_general_reform
86
+ has_government_attribute = has_dutch_election
87
+ }
88
+ }
89
+
90
+ effect = {
91
+ if = {
92
+ limit = { halved_parliament_bribes = yes }
93
+ change_statists_vs_orangists = -0.01
94
+ }
95
+ else = {
96
+ change_statists_vs_orangists = -0.02
97
+ }
98
+ }
99
+
100
+ chance = {
101
+ factor = 1
102
+ }
103
+
104
+ ai_will_do = {
105
+ factor = 1
106
+ }
107
+ }
108
+
109
+ support_revolutionaries = {
110
+ trigger = {
111
+ has_reached_seat_threshold = no
112
+ has_dlc = "Res Publica"
113
+ has_reform = feuillant_reform
114
+ }
115
+
116
+ effect = {
117
+ if = {
118
+ limit = { halved_parliament_bribes = yes }
119
+ change_statists_vs_orangists = -0.01
120
+ }
121
+ else = {
122
+ change_statists_vs_orangists = -0.02
123
+ }
124
+ }
125
+
126
+ chance = {
127
+ factor = 1
128
+ }
129
+
130
+ ai_will_do = {
131
+ factor = 1
132
+ }
133
+ }
134
+
135
+ support_militarists = {
136
+ trigger = {
137
+ has_reached_seat_threshold = no
138
+ has_dlc = "Res Publica"
139
+ has_reform = monastic_elections_reform
140
+ }
141
+
142
+ effect = {
143
+ if = {
144
+ limit = { halved_parliament_bribes = yes }
145
+ change_statists_vs_orangists = -0.01
146
+ }
147
+ else = {
148
+ change_statists_vs_orangists = -0.02
149
+ }
150
+ }
151
+
152
+ chance = {
153
+ factor = 1
154
+ }
155
+
156
+ ai_will_do = {
157
+ factor = 1
158
+ }
159
+ }