|
@@ -1,20 +1,144 @@
|
|
|
1
|
+
benedictines = {
|
|
2
|
+
icon = GFX_holy_order_benedictines
|
|
3
|
+
trigger = {
|
|
4
|
+
OR = {
|
|
5
|
+
AND = {
|
|
6
|
+
culture_group = iberian
|
|
7
|
+
religion = catholic
|
|
8
|
+
}
|
|
9
|
+
has_country_flag = enable_holy_orders_flag
|
|
10
|
+
}
|
|
11
|
+
religion_group = christian
|
|
12
|
+
}
|
|
13
|
+
color = { 141 153 119 }
|
|
14
|
+
cost = 50
|
|
15
|
+
cost_type = adm_power
|
|
16
|
+
per_province_effect = {
|
|
17
|
+
add_base_tax = 1
|
|
18
|
+
}
|
|
19
|
+
per_province_abandon_effect = {
|
|
20
|
+
add_base_manpower = -1
|
|
21
|
+
hidden_effect = {
|
|
22
|
+
if = {
|
|
23
|
+
limit = { NOT = { base_tax = 1 } }
|
|
24
|
+
set_base_tax = 1
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
modifier = {
|
|
29
|
+
local_unrest = -1
|
|
30
|
+
trade_goods_size_modifier = 0.1
|
|
31
|
+
}
|
|
32
|
+
ai_priority = {
|
|
33
|
+
factor = 2
|
|
34
|
+
}
|
|
35
|
+
localization = holy_order
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
carthusians = {
|
|
39
|
+
icon = GFX_holy_order_carthusians
|
|
40
|
+
trigger = {
|
|
41
|
+
OR = {
|
|
42
|
+
AND = {
|
|
43
|
+
culture_group = iberian
|
|
44
|
+
religion = catholic
|
|
45
|
+
}
|
|
46
|
+
has_country_flag = enable_holy_orders_flag
|
|
47
|
+
}
|
|
48
|
+
religion_group = christian
|
|
49
|
+
}
|
|
50
|
+
color = { 35 113 186 }
|
|
51
|
+
cost = 50
|
|
52
|
+
cost_type = adm_power
|
|
53
|
+
per_province_effect = {
|
|
54
|
+
add_base_tax = 1
|
|
55
|
+
}
|
|
56
|
+
per_province_abandon_effect = {
|
|
57
|
+
add_base_manpower = -1
|
|
58
|
+
hidden_effect = {
|
|
59
|
+
if = {
|
|
60
|
+
limit = { NOT = { base_tax = 1 } }
|
|
61
|
+
set_base_tax = 1
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
modifier = {
|
|
66
|
+
local_build_cost = -0.1
|
|
67
|
+
local_state_maintenance_modifier = -0.2
|
|
68
|
+
}
|
|
69
|
+
ai_priority = {
|
|
70
|
+
factor = 2
|
|
71
|
+
}
|
|
72
|
+
localization = holy_order
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
hieronymites = {
|
|
76
|
+
icon = GFX_holy_order_hieronymites
|
|
77
|
+
trigger = {
|
|
78
|
+
OR = {
|
|
79
|
+
AND = {
|
|
80
|
+
culture_group = iberian
|
|
81
|
+
religion = catholic
|
|
82
|
+
}
|
|
83
|
+
has_country_flag = enable_holy_orders_flag
|
|
84
|
+
}
|
|
85
|
+
religion_group = christian
|
|
86
|
+
}
|
|
87
|
+
color = { 174 178 193 }
|
|
88
|
+
cost = 50
|
|
89
|
+
cost_type = adm_power
|
|
90
|
+
per_province_effect = {
|
|
91
|
+
add_base_tax = 1
|
|
92
|
+
}
|
|
93
|
+
per_province_abandon_effect = {
|
|
94
|
+
add_base_manpower = -1
|
|
95
|
+
hidden_effect = {
|
|
96
|
+
if = {
|
|
97
|
+
limit = { NOT = { base_tax = 1 } }
|
|
98
|
+
set_base_tax = 1
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
modifier = {
|
|
103
|
+
local_tax_modifier = 0.25
|
|
104
|
+
local_governing_cost = -0.05
|
|
105
|
+
}
|
|
106
|
+
ai_priority = {
|
|
107
|
+
factor = 2
|
|
108
|
+
}
|
|
109
|
+
localization = holy_order
|
|
110
|
+
}
|
|
111
|
+
|
|
1
112
|
jesuit_order = {
|
|
2
113
|
icon = GFX_holy_order_jesuits
|
|
3
114
|
trigger = {
|
|
4
|
-
|
|
5
|
-
|
|
115
|
+
OR = {
|
|
116
|
+
AND = {
|
|
117
|
+
culture_group = iberian
|
|
118
|
+
religion = catholic
|
|
119
|
+
}
|
|
120
|
+
has_country_flag = enable_holy_orders_flag
|
|
121
|
+
#has_country_flag = enable_jesuit_order_flag
|
|
122
|
+
}
|
|
123
|
+
religion_group = christian
|
|
6
124
|
}
|
|
125
|
+
color = { 255 240 200 }
|
|
7
126
|
cost = 50
|
|
8
127
|
cost_type = adm_power
|
|
9
128
|
per_province_effect = {
|
|
10
129
|
add_base_tax = 1
|
|
11
130
|
}
|
|
12
131
|
per_province_abandon_effect = {
|
|
13
|
-
|
|
132
|
+
add_base_manpower = -1
|
|
133
|
+
hidden_effect = {
|
|
134
|
+
if = {
|
|
135
|
+
limit = { NOT = { base_tax = 1 } }
|
|
136
|
+
set_base_tax = 1
|
|
137
|
+
}
|
|
138
|
+
}
|
|
14
139
|
}
|
|
15
140
|
modifier = {
|
|
16
|
-
|
|
17
|
-
local_build_cost = -0.1
|
|
141
|
+
local_development_cost_modifier = -0.05
|
|
18
142
|
}
|
|
19
143
|
ai_priority = {
|
|
20
144
|
factor = 2
|
|
@@ -23,14 +147,96 @@ jesuit_order = {
|
|
|
23
147
|
NOT = { religion = ROOT }
|
|
24
148
|
}
|
|
25
149
|
}
|
|
150
|
+
localization = holy_order
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
augustinians = {
|
|
154
|
+
icon = GFX_holy_order_augustinians
|
|
155
|
+
trigger = {
|
|
156
|
+
OR = {
|
|
157
|
+
AND = {
|
|
158
|
+
culture_group = iberian
|
|
159
|
+
religion = catholic
|
|
160
|
+
}
|
|
161
|
+
has_country_flag = enable_holy_orders_flag
|
|
162
|
+
}
|
|
163
|
+
religion_group = christian
|
|
164
|
+
}
|
|
165
|
+
color = { 19 79 44 }
|
|
166
|
+
cost = 50
|
|
167
|
+
cost_type = dip_power
|
|
168
|
+
per_province_effect = {
|
|
169
|
+
add_base_production = 1
|
|
170
|
+
}
|
|
171
|
+
per_province_abandon_effect = {
|
|
172
|
+
add_base_manpower = -1
|
|
173
|
+
hidden_effect = {
|
|
174
|
+
if = {
|
|
175
|
+
limit = { NOT = { base_production = 1 } }
|
|
176
|
+
set_base_production = 1
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
modifier = {
|
|
181
|
+
institution_growth = 6
|
|
182
|
+
local_missionary_maintenance_cost = -0.5
|
|
183
|
+
}
|
|
184
|
+
ai_priority = {
|
|
185
|
+
factor = 2
|
|
186
|
+
}
|
|
187
|
+
localization = holy_order
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
carmelites = {
|
|
191
|
+
icon = GFX_holy_order_carmelites
|
|
192
|
+
trigger = {
|
|
193
|
+
OR = {
|
|
194
|
+
AND = {
|
|
195
|
+
culture_group = iberian
|
|
196
|
+
religion = catholic
|
|
197
|
+
}
|
|
198
|
+
has_country_flag = enable_holy_orders_flag
|
|
199
|
+
}
|
|
200
|
+
religion_group = christian
|
|
201
|
+
}
|
|
202
|
+
color = { 54 216 132 }
|
|
203
|
+
cost = 50
|
|
204
|
+
cost_type = dip_power
|
|
205
|
+
per_province_effect = {
|
|
206
|
+
add_base_production = 1
|
|
207
|
+
}
|
|
208
|
+
per_province_abandon_effect = {
|
|
209
|
+
add_base_manpower = -1
|
|
210
|
+
hidden_effect = {
|
|
211
|
+
if = {
|
|
212
|
+
limit = { NOT = { base_production = 1 } }
|
|
213
|
+
set_base_production = 1
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
modifier = {
|
|
218
|
+
local_religious_conversion_resistance = 0.2
|
|
219
|
+
local_centralize_state_cost = -0.05
|
|
220
|
+
}
|
|
221
|
+
ai_priority = {
|
|
222
|
+
factor = 2
|
|
223
|
+
}
|
|
224
|
+
localization = holy_order
|
|
26
225
|
}
|
|
27
226
|
|
|
28
227
|
dominican_order = {
|
|
29
228
|
icon = GFX_holy_order_dominicans
|
|
30
229
|
trigger = {
|
|
31
|
-
|
|
32
|
-
|
|
230
|
+
OR = {
|
|
231
|
+
AND = {
|
|
232
|
+
culture_group = iberian
|
|
233
|
+
religion = catholic
|
|
234
|
+
}
|
|
235
|
+
has_country_flag = enable_holy_orders_flag
|
|
236
|
+
}
|
|
237
|
+
religion_group = christian
|
|
33
238
|
}
|
|
239
|
+
color = { 200 100 255 }
|
|
34
240
|
cost = 50
|
|
35
241
|
cost_type = dip_power
|
|
36
242
|
per_province_effect = {
|
|
@@ -49,10 +255,17 @@ dominican_order = {
|
|
|
49
255
|
}
|
|
50
256
|
}
|
|
51
257
|
per_province_abandon_effect = {
|
|
52
|
-
|
|
258
|
+
add_base_manpower = -1
|
|
259
|
+
hidden_effect = {
|
|
260
|
+
if = {
|
|
261
|
+
limit = { NOT = { base_production = 1 } }
|
|
262
|
+
set_base_production = 1
|
|
263
|
+
}
|
|
264
|
+
}
|
|
53
265
|
}
|
|
54
266
|
modifier = {
|
|
55
|
-
|
|
267
|
+
local_missionary_strength = 0.02
|
|
268
|
+
local_institution_spread = 0.15
|
|
56
269
|
}
|
|
57
270
|
ai_priority = {
|
|
58
271
|
factor = 1
|
|
@@ -65,25 +278,39 @@ dominican_order = {
|
|
|
65
278
|
NOT = { culture = ROOT }
|
|
66
279
|
}
|
|
67
280
|
}
|
|
281
|
+
localization = holy_order
|
|
68
282
|
}
|
|
69
283
|
|
|
70
284
|
franciscan_order = {
|
|
71
285
|
icon = GFX_holy_order_franciscans
|
|
72
286
|
trigger = {
|
|
73
|
-
|
|
74
|
-
|
|
287
|
+
OR = {
|
|
288
|
+
AND = {
|
|
289
|
+
culture_group = iberian
|
|
290
|
+
religion = catholic
|
|
291
|
+
}
|
|
292
|
+
has_country_flag = enable_holy_orders_flag
|
|
293
|
+
}
|
|
294
|
+
religion_group = christian
|
|
75
295
|
}
|
|
296
|
+
color = { 110 190 240 }
|
|
76
297
|
cost = 50
|
|
77
|
-
cost_type =
|
|
298
|
+
cost_type = dip_power
|
|
78
299
|
per_province_effect = {
|
|
79
|
-
|
|
300
|
+
add_base_production = 1
|
|
80
301
|
}
|
|
81
302
|
per_province_abandon_effect = {
|
|
82
303
|
add_base_manpower = -1
|
|
304
|
+
hidden_effect = {
|
|
305
|
+
if = {
|
|
306
|
+
limit = { NOT = { base_production = 1 } }
|
|
307
|
+
set_base_production = 1
|
|
308
|
+
}
|
|
309
|
+
}
|
|
83
310
|
}
|
|
84
311
|
modifier = {
|
|
85
312
|
local_unrest = -1
|
|
86
|
-
|
|
313
|
+
local_prosperity_growth = 0.1
|
|
87
314
|
}
|
|
88
315
|
ai_priority = {
|
|
89
316
|
factor = 1
|
|
@@ -96,14 +323,272 @@ franciscan_order = {
|
|
|
96
323
|
devastation = 50
|
|
97
324
|
}
|
|
98
325
|
}
|
|
326
|
+
localization = holy_order
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
alcantara_order = {
|
|
330
|
+
icon = GFX_holy_order_alcantara
|
|
331
|
+
trigger = {
|
|
332
|
+
OR = {
|
|
333
|
+
AND = {
|
|
334
|
+
culture_group = iberian
|
|
335
|
+
religion = catholic
|
|
336
|
+
}
|
|
337
|
+
has_country_flag = enable_holy_orders_flag
|
|
338
|
+
}
|
|
339
|
+
religion_group = christian
|
|
340
|
+
OR = {
|
|
341
|
+
primary_culture = leonese
|
|
342
|
+
accepted_culture = leonese
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
color = { 71 41 0 }
|
|
346
|
+
cost = 50
|
|
347
|
+
cost_type = mil_power
|
|
348
|
+
per_province_effect = {
|
|
349
|
+
add_base_manpower = 1
|
|
350
|
+
}
|
|
351
|
+
per_province_abandon_effect = {
|
|
352
|
+
add_base_manpower = -1
|
|
353
|
+
hidden_effect = {
|
|
354
|
+
if = {
|
|
355
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
356
|
+
set_base_manpower = 1
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
modifier = {
|
|
361
|
+
local_fort_maintenance_modifier = -0.5
|
|
362
|
+
local_build_time = -0.2
|
|
363
|
+
}
|
|
364
|
+
ai_priority = {
|
|
365
|
+
factor = 2
|
|
366
|
+
}
|
|
367
|
+
localization = holy_order
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
avis_order = {
|
|
371
|
+
icon = GFX_holy_order_avis
|
|
372
|
+
trigger = {
|
|
373
|
+
OR = {
|
|
374
|
+
AND = {
|
|
375
|
+
culture_group = iberian
|
|
376
|
+
religion = catholic
|
|
377
|
+
}
|
|
378
|
+
has_country_flag = enable_holy_orders_flag
|
|
379
|
+
}
|
|
380
|
+
religion_group = christian
|
|
381
|
+
OR = {
|
|
382
|
+
has_country_flag = enable_holy_orders_flag
|
|
383
|
+
is_or_was_tag = { tag = POR }
|
|
384
|
+
accepted_culture = portugese
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
color = { 65 77 86 }
|
|
388
|
+
cost = 50
|
|
389
|
+
cost_type = mil_power
|
|
390
|
+
per_province_effect = {
|
|
391
|
+
add_base_manpower = 1
|
|
392
|
+
}
|
|
393
|
+
per_province_abandon_effect = {
|
|
394
|
+
add_base_manpower = -1
|
|
395
|
+
hidden_effect = {
|
|
396
|
+
if = {
|
|
397
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
398
|
+
set_base_manpower = 1
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
modifier = {
|
|
403
|
+
local_defensiveness = 0.15
|
|
404
|
+
local_hostile_attrition = 1
|
|
405
|
+
}
|
|
406
|
+
ai_priority = {
|
|
407
|
+
factor = 2
|
|
408
|
+
}
|
|
409
|
+
localization = holy_order
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
calatrava_order = {
|
|
413
|
+
icon = GFX_holy_order_calatrava
|
|
414
|
+
trigger = {
|
|
415
|
+
OR = {
|
|
416
|
+
AND = {
|
|
417
|
+
culture_group = iberian
|
|
418
|
+
religion = catholic
|
|
419
|
+
}
|
|
420
|
+
has_country_flag = enable_holy_orders_flag
|
|
421
|
+
}
|
|
422
|
+
religion_group = christian
|
|
423
|
+
OR = {
|
|
424
|
+
tag = CAS
|
|
425
|
+
tag = SPA
|
|
426
|
+
is_or_was_tag = { tag = NAV }
|
|
427
|
+
has_country_flag = enable_holy_orders_flag
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
color = { 106 147 116 }
|
|
431
|
+
cost = 50
|
|
432
|
+
cost_type = mil_power
|
|
433
|
+
per_province_effect = {
|
|
434
|
+
add_base_manpower = 1
|
|
435
|
+
}
|
|
436
|
+
per_province_abandon_effect = {
|
|
437
|
+
add_base_manpower = -1
|
|
438
|
+
hidden_effect = {
|
|
439
|
+
if = {
|
|
440
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
441
|
+
set_base_manpower = 1
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
modifier = {
|
|
446
|
+
local_defender_dice_roll_bonus = 1
|
|
447
|
+
}
|
|
448
|
+
ai_priority = {
|
|
449
|
+
factor = 2
|
|
450
|
+
}
|
|
451
|
+
localization = holy_order
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
montesa_order = {
|
|
455
|
+
icon = GFX_holy_order_montesa
|
|
456
|
+
trigger = {
|
|
457
|
+
OR = {
|
|
458
|
+
AND = {
|
|
459
|
+
culture_group = iberian
|
|
460
|
+
religion = catholic
|
|
461
|
+
}
|
|
462
|
+
has_country_flag = enable_holy_orders_flag
|
|
463
|
+
}
|
|
464
|
+
religion_group = christian
|
|
465
|
+
OR = {
|
|
466
|
+
has_country_flag = enable_holy_orders_flag
|
|
467
|
+
is_or_was_tag = { tag = ARA }
|
|
468
|
+
tag = SPA
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
color = { 140 120 134 }
|
|
472
|
+
cost = 50
|
|
473
|
+
cost_type = mil_power
|
|
474
|
+
per_province_effect = {
|
|
475
|
+
add_base_manpower = 1
|
|
476
|
+
}
|
|
477
|
+
per_province_abandon_effect = {
|
|
478
|
+
add_base_manpower = -1
|
|
479
|
+
hidden_effect = {
|
|
480
|
+
if = {
|
|
481
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
482
|
+
set_base_manpower = 1
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
modifier = {
|
|
487
|
+
local_garrison_size = 0.25
|
|
488
|
+
local_garrison_damage = 0.5
|
|
489
|
+
}
|
|
490
|
+
ai_priority = {
|
|
491
|
+
factor = 2
|
|
492
|
+
}
|
|
493
|
+
localization = holy_order
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
san_juan_order = {
|
|
497
|
+
icon = GFX_holy_order_san_juan
|
|
498
|
+
trigger = {
|
|
499
|
+
OR = {
|
|
500
|
+
AND = {
|
|
501
|
+
culture_group = iberian
|
|
502
|
+
religion = catholic
|
|
503
|
+
}
|
|
504
|
+
has_country_flag = enable_holy_orders_flag
|
|
505
|
+
}
|
|
506
|
+
religion_group = christian
|
|
507
|
+
OR = {
|
|
508
|
+
alliance_with = KNI
|
|
509
|
+
KNI = { is_subject_of = ROOT }
|
|
510
|
+
KNI = {
|
|
511
|
+
has_opinion = {
|
|
512
|
+
who = ROOT
|
|
513
|
+
value = 190
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
has_country_flag = enable_holy_orders_flag
|
|
517
|
+
has_country_flag = spa_enable_san_juan_holy_order_flag
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
color = { 188 192 242 }
|
|
521
|
+
cost = 50
|
|
522
|
+
cost_type = mil_power
|
|
523
|
+
per_province_effect = {
|
|
524
|
+
add_base_manpower = 1
|
|
525
|
+
}
|
|
526
|
+
per_province_abandon_effect = {
|
|
527
|
+
add_base_manpower = -1
|
|
528
|
+
hidden_effect = {
|
|
529
|
+
if = {
|
|
530
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
531
|
+
set_base_manpower = 1
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
modifier = {
|
|
536
|
+
block_slave_raid = yes
|
|
537
|
+
local_monthly_devastation = -0.25
|
|
538
|
+
}
|
|
539
|
+
ai_priority = {
|
|
540
|
+
factor = 2
|
|
541
|
+
}
|
|
542
|
+
localization = holy_order
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
santiago_order = {
|
|
546
|
+
icon = GFX_holy_order_santiago
|
|
547
|
+
trigger = {
|
|
548
|
+
OR = {
|
|
549
|
+
AND = {
|
|
550
|
+
culture_group = iberian
|
|
551
|
+
religion = catholic
|
|
552
|
+
}
|
|
553
|
+
has_country_flag = enable_holy_orders_flag
|
|
554
|
+
}
|
|
555
|
+
religion_group = christian
|
|
556
|
+
}
|
|
557
|
+
color = { 35 42 140 }
|
|
558
|
+
cost = 50
|
|
559
|
+
cost_type = mil_power
|
|
560
|
+
per_province_effect = {
|
|
561
|
+
add_base_manpower = 1
|
|
562
|
+
}
|
|
563
|
+
per_province_abandon_effect = {
|
|
564
|
+
add_base_manpower = -1
|
|
565
|
+
hidden_effect = {
|
|
566
|
+
if = {
|
|
567
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
568
|
+
set_base_manpower = 1
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
modifier = {
|
|
573
|
+
local_manpower_modifier = 0.05
|
|
574
|
+
local_hostile_movement_speed = -0.1
|
|
575
|
+
}
|
|
576
|
+
ai_priority = {
|
|
577
|
+
factor = 2
|
|
578
|
+
}
|
|
579
|
+
localization = holy_order
|
|
99
580
|
}
|
|
100
581
|
|
|
101
582
|
shadhili_order = {
|
|
102
583
|
icon = GFX_holy_order_shadhili
|
|
103
584
|
trigger = {
|
|
104
|
-
|
|
585
|
+
OR = {
|
|
586
|
+
primary_culture = andalucian
|
|
587
|
+
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
588
|
+
}
|
|
105
589
|
religion_group = muslim
|
|
106
590
|
}
|
|
591
|
+
color = { 80 255 120 }
|
|
107
592
|
cost = 50
|
|
108
593
|
cost_type = adm_power
|
|
109
594
|
per_province_effect = {
|
|
@@ -112,7 +597,13 @@ shadhili_order = {
|
|
|
112
597
|
custom_tooltip = order_piety_tooltip
|
|
113
598
|
}
|
|
114
599
|
per_province_abandon_effect = {
|
|
115
|
-
|
|
600
|
+
add_base_manpower = -1
|
|
601
|
+
hidden_effect = {
|
|
602
|
+
if = {
|
|
603
|
+
limit = { NOT = { base_tax = 1 } }
|
|
604
|
+
set_base_tax = 1
|
|
605
|
+
}
|
|
606
|
+
}
|
|
116
607
|
}
|
|
117
608
|
modifier = {
|
|
118
609
|
local_missionary_strength = 0.015
|
|
@@ -125,14 +616,19 @@ shadhili_order = {
|
|
|
125
616
|
NOT = { religion = ROOT }
|
|
126
617
|
}
|
|
127
618
|
}
|
|
619
|
+
localization = holy_order
|
|
128
620
|
}
|
|
129
621
|
|
|
130
622
|
qadiri_order = {
|
|
131
623
|
icon = GFX_holy_order_qadiri
|
|
132
624
|
trigger = {
|
|
133
|
-
|
|
625
|
+
OR = {
|
|
626
|
+
primary_culture = andalucian
|
|
627
|
+
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
628
|
+
}
|
|
134
629
|
religion_group = muslim
|
|
135
630
|
}
|
|
631
|
+
color = { 170 230 30 }
|
|
136
632
|
cost = 50
|
|
137
633
|
cost_type = dip_power
|
|
138
634
|
per_province_effect = {
|
|
@@ -141,7 +637,13 @@ qadiri_order = {
|
|
|
141
637
|
custom_tooltip = order_piety_tooltip
|
|
142
638
|
}
|
|
143
639
|
per_province_abandon_effect = {
|
|
144
|
-
|
|
640
|
+
add_base_manpower = -1
|
|
641
|
+
hidden_effect = {
|
|
642
|
+
if = {
|
|
643
|
+
limit = { NOT = { base_production = 1 } }
|
|
644
|
+
set_base_production = 1
|
|
645
|
+
}
|
|
646
|
+
}
|
|
145
647
|
}
|
|
146
648
|
modifier = {
|
|
147
649
|
local_culture_conversion_cost = -0.3
|
|
@@ -154,14 +656,19 @@ qadiri_order = {
|
|
|
154
656
|
NOT = { culture = ROOT }
|
|
155
657
|
}
|
|
156
658
|
}
|
|
659
|
+
localization = holy_order
|
|
157
660
|
}
|
|
158
661
|
|
|
159
662
|
aissawa_order = {
|
|
160
663
|
icon = GFX_holy_order_aissawa
|
|
161
664
|
trigger = {
|
|
162
|
-
|
|
665
|
+
OR = {
|
|
666
|
+
primary_culture = andalucian
|
|
667
|
+
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
668
|
+
}
|
|
163
669
|
religion_group = muslim
|
|
164
670
|
}
|
|
671
|
+
color = { 255 170 30 }
|
|
165
672
|
cost = 50
|
|
166
673
|
cost_type = mil_power
|
|
167
674
|
per_province_effect = {
|
|
@@ -171,10 +678,16 @@ aissawa_order = {
|
|
|
171
678
|
}
|
|
172
679
|
per_province_abandon_effect = {
|
|
173
680
|
add_base_manpower = -1
|
|
681
|
+
hidden_effect = {
|
|
682
|
+
if = {
|
|
683
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
684
|
+
set_base_manpower = 1
|
|
685
|
+
}
|
|
686
|
+
}
|
|
174
687
|
}
|
|
175
688
|
modifier = {
|
|
176
689
|
local_unrest = -1
|
|
177
|
-
local_monthly_devastation = -0.
|
|
690
|
+
local_monthly_devastation = -0.25
|
|
178
691
|
}
|
|
179
692
|
ai_priority = {
|
|
180
693
|
factor = 1
|
|
@@ -187,4 +700,300 @@ aissawa_order = {
|
|
|
187
700
|
devastation = 50
|
|
188
701
|
}
|
|
189
702
|
}
|
|
703
|
+
localization = holy_order
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
#####1.35 Content#####
|
|
707
|
+
|
|
708
|
+
#Ottoman Sufi Orders#
|
|
709
|
+
mevlevi_order = {
|
|
710
|
+
icon = GFX_holy_order_mevlevi
|
|
711
|
+
trigger = {
|
|
712
|
+
has_government_attribute = unlock_ottoman_holy_orders
|
|
713
|
+
OR = {
|
|
714
|
+
religion = sunni
|
|
715
|
+
religion = ibadi
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
color = { 150 130 200 }
|
|
719
|
+
cost = 50
|
|
720
|
+
cost_type = dip_power
|
|
721
|
+
per_province_effect = {
|
|
722
|
+
add_base_production = 1
|
|
723
|
+
owner = { add_piety = -0.02 }
|
|
724
|
+
custom_tooltip = order_piety_tooltip
|
|
725
|
+
}
|
|
726
|
+
per_province_abandon_effect = {
|
|
727
|
+
add_base_manpower = -1
|
|
728
|
+
hidden_effect = {
|
|
729
|
+
if = {
|
|
730
|
+
limit = { NOT = { base_production = 1 } }
|
|
731
|
+
set_base_production = 1
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
modifier = {
|
|
736
|
+
local_unrest = -1
|
|
737
|
+
local_development_cost = -0.05
|
|
738
|
+
}
|
|
739
|
+
ai_priority = {
|
|
740
|
+
factor = 1
|
|
741
|
+
modifier = {
|
|
742
|
+
factor = 1.5
|
|
743
|
+
unrest = 5
|
|
744
|
+
}
|
|
745
|
+
modifier = {
|
|
746
|
+
factor = 1.5
|
|
747
|
+
devastation = 50
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
localization = holy_order
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
bektashi_order = {
|
|
754
|
+
icon = GFX_holy_order_bektashi
|
|
755
|
+
trigger = {
|
|
756
|
+
has_government_attribute = unlock_ottoman_holy_orders
|
|
757
|
+
OR = {
|
|
758
|
+
religion = shiite
|
|
759
|
+
religion = ibadi
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
color = { 110 0 140 }
|
|
763
|
+
cost = 50
|
|
764
|
+
cost_type = dip_power
|
|
765
|
+
per_province_effect = {
|
|
766
|
+
add_base_production = 1
|
|
767
|
+
owner = { add_piety = -0.02 }
|
|
768
|
+
custom_tooltip = order_piety_tooltip
|
|
769
|
+
}
|
|
770
|
+
per_province_abandon_effect = {
|
|
771
|
+
add_base_manpower = -1
|
|
772
|
+
hidden_effect = {
|
|
773
|
+
if = {
|
|
774
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
775
|
+
set_base_manpower = 1
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
modifier = {
|
|
780
|
+
local_unrest = -1
|
|
781
|
+
local_production_efficiency = 0.1
|
|
782
|
+
}
|
|
783
|
+
ai_priority = {
|
|
784
|
+
factor = 1
|
|
785
|
+
modifier = {
|
|
786
|
+
factor = 1.5
|
|
787
|
+
unrest = 5
|
|
788
|
+
}
|
|
789
|
+
modifier = {
|
|
790
|
+
factor = 1.5
|
|
791
|
+
devastation = 50
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
localization = holy_order
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
#Chinese Grand Coordinator Offices#
|
|
798
|
+
buzhengshi = {
|
|
799
|
+
icon = GFX_holy_order_buzhengshi
|
|
800
|
+
trigger = {
|
|
801
|
+
custom_trigger_tooltip = {
|
|
802
|
+
tooltip = mng_has_enabled_grand_coordinator_offices_tt
|
|
803
|
+
has_country_flag = mng_enable_3_grand_coordinators_offices_flag
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
color = { 0 230 210 }
|
|
807
|
+
cost = 50
|
|
808
|
+
cost_type = adm_power
|
|
809
|
+
per_province_effect = {
|
|
810
|
+
add_base_tax = 1
|
|
811
|
+
}
|
|
812
|
+
per_province_abandon_effect = {
|
|
813
|
+
add_base_tax = -1
|
|
814
|
+
}
|
|
815
|
+
modifier = {
|
|
816
|
+
local_tax_modifier = 0.2
|
|
817
|
+
local_governing_cost = -0.1
|
|
818
|
+
}
|
|
819
|
+
ai_priority = {
|
|
820
|
+
factor = 2
|
|
821
|
+
modifier = {
|
|
822
|
+
factor = 1.25
|
|
823
|
+
owner = { governing_capacity_percentage = 0.9 }
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
localization = coordinator_office
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
anchasi = {
|
|
830
|
+
icon = GFX_holy_order_anchasi
|
|
831
|
+
trigger = {
|
|
832
|
+
custom_trigger_tooltip = {
|
|
833
|
+
tooltip = mng_has_enabled_grand_coordinator_offices_tt
|
|
834
|
+
has_country_flag = mng_enable_3_grand_coordinators_offices_flag
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
color = { 80 255 190 }
|
|
838
|
+
cost = 50
|
|
839
|
+
cost_type = dip_power
|
|
840
|
+
per_province_effect = {
|
|
841
|
+
add_base_production = 1
|
|
842
|
+
}
|
|
843
|
+
per_province_abandon_effect = {
|
|
844
|
+
add_base_production = -1
|
|
845
|
+
}
|
|
846
|
+
modifier = {
|
|
847
|
+
local_unrest = -1
|
|
848
|
+
local_production_efficiency = 0.1
|
|
849
|
+
}
|
|
850
|
+
ai_priority = {
|
|
851
|
+
factor = 2
|
|
852
|
+
modifier = {
|
|
853
|
+
factor = 1.25
|
|
854
|
+
owner = { production_income_percentage = 0.33 }
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
localization = coordinator_office
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
du_si = {
|
|
861
|
+
icon = GFX_holy_order_du_si
|
|
862
|
+
trigger = {
|
|
863
|
+
custom_trigger_tooltip = {
|
|
864
|
+
tooltip = mng_has_enabled_grand_coordinator_offices_tt
|
|
865
|
+
has_country_flag = mng_enable_3_grand_coordinators_offices_flag
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
color = { 240 255 10 }
|
|
869
|
+
cost = 50
|
|
870
|
+
cost_type = mil_power
|
|
871
|
+
per_province_effect = {
|
|
872
|
+
add_base_manpower = 1
|
|
873
|
+
}
|
|
874
|
+
per_province_abandon_effect = {
|
|
875
|
+
add_base_manpower = -1
|
|
876
|
+
}
|
|
877
|
+
modifier = {
|
|
878
|
+
local_friendly_movement_speed = 0.1
|
|
879
|
+
regiment_recruit_speed = -0.2
|
|
880
|
+
}
|
|
881
|
+
ai_priority = {
|
|
882
|
+
factor = 2
|
|
883
|
+
modifier = {
|
|
884
|
+
factor = 1.25
|
|
885
|
+
owner = { mil = 5 }
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
localization = coordinator_office
|
|
190
889
|
}
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
kashifs = {
|
|
893
|
+
icon = GFX_holy_order_kashifs
|
|
894
|
+
trigger = {
|
|
895
|
+
custom_trigger_tooltip = {
|
|
896
|
+
tooltip = mam_has_access_to_kashifs_tt
|
|
897
|
+
has_country_flag = mam_enable_kashifs_local_organizations_flag
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
color = { 240 255 10 }
|
|
901
|
+
cost = 50
|
|
902
|
+
cost_type = mil_power
|
|
903
|
+
per_province_effect = {
|
|
904
|
+
add_base_manpower = 1
|
|
905
|
+
}
|
|
906
|
+
per_province_abandon_effect = {
|
|
907
|
+
add_base_manpower = -1
|
|
908
|
+
}
|
|
909
|
+
modifier = {
|
|
910
|
+
local_governing_cost = -0.1
|
|
911
|
+
local_development_cost = -0.1
|
|
912
|
+
}
|
|
913
|
+
ai_priority = {
|
|
914
|
+
factor = 2
|
|
915
|
+
modifier = {
|
|
916
|
+
factor = 1.25
|
|
917
|
+
owner = { adm = 5 }
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
localization = coordinator_office #TODO
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
#1.36 Orders
|
|
924
|
+
savafid_order = {
|
|
925
|
+
icon = GFX_holy_order_savafid_order
|
|
926
|
+
trigger = {
|
|
927
|
+
OR = {
|
|
928
|
+
has_government_attribute = unlock_persia_holy_orders
|
|
929
|
+
unlocked_holy_order = { type = savafid_order }
|
|
930
|
+
is_or_was_tag = { tag = ARL }
|
|
931
|
+
}
|
|
932
|
+
religion = shiite
|
|
933
|
+
}
|
|
934
|
+
color = { 68 110 35 }
|
|
935
|
+
cost = 100
|
|
936
|
+
cost_type = mil_power
|
|
937
|
+
per_province_effect = {
|
|
938
|
+
add_base_manpower = 2
|
|
939
|
+
owner = { add_piety = -0.02 }
|
|
940
|
+
custom_tooltip = order_piety_tooltip
|
|
941
|
+
}
|
|
942
|
+
per_province_abandon_effect = {
|
|
943
|
+
add_base_manpower = -2
|
|
944
|
+
hidden_effect = {
|
|
945
|
+
if = {
|
|
946
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
947
|
+
set_base_manpower = 1
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
modifier = {
|
|
952
|
+
local_manpower_modifier = 0.1
|
|
953
|
+
regiment_recruit_speed = -0.2
|
|
954
|
+
local_missionary_strength = 0.015
|
|
955
|
+
local_has_qizilbash = yes
|
|
956
|
+
}
|
|
957
|
+
ai_priority = {
|
|
958
|
+
factor = 10
|
|
959
|
+
}
|
|
960
|
+
localization = holy_order
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
zahediyeh_order = {
|
|
964
|
+
icon = GFX_holy_order_zahediyeh_order
|
|
965
|
+
trigger = {
|
|
966
|
+
OR = {
|
|
967
|
+
has_government_attribute = unlock_persia_holy_orders
|
|
968
|
+
unlocked_holy_order = { type = zahediyeh_order }
|
|
969
|
+
}
|
|
970
|
+
religion_group = muslim
|
|
971
|
+
}
|
|
972
|
+
color = { 217 144 88 }
|
|
973
|
+
cost = 100
|
|
974
|
+
cost_type = dip_power
|
|
975
|
+
per_province_effect = {
|
|
976
|
+
add_base_production = 2
|
|
977
|
+
owner = { add_piety = -0.02 }
|
|
978
|
+
custom_tooltip = order_piety_tooltip
|
|
979
|
+
}
|
|
980
|
+
per_province_abandon_effect = {
|
|
981
|
+
add_base_production = -2
|
|
982
|
+
hidden_effect = {
|
|
983
|
+
if = {
|
|
984
|
+
limit = { NOT = { base_production = 1 } }
|
|
985
|
+
set_base_production = 1
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
modifier = {
|
|
990
|
+
local_development_cost = -0.1
|
|
991
|
+
trade_goods_size_modifier = 0.1
|
|
992
|
+
local_missionary_strength = 0.015
|
|
993
|
+
local_has_qizilbash = yes
|
|
994
|
+
}
|
|
995
|
+
ai_priority = {
|
|
996
|
+
factor = 10
|
|
997
|
+
}
|
|
998
|
+
localization = holy_order
|
|
999
|
+
}
|