Diff to HTML by rtfpessoa

Files changed (2) hide show
  1. common/fetishist_cults/00_dreaming_stories.txt +334 -0
  2. common/fetishist_cults/00_fetishist_cults.txt +181 -6
common/fetishist_cults/00_dreaming_stories.txt ADDED
@@ -0,0 +1,334 @@
1
+ ancestor_story = {
2
+ global_unrest = -2
3
+
4
+ allow = {
5
+ religion = dreamtime
6
+ }
7
+ sprite = 8
8
+
9
+ ai_will_do = {
10
+ factor = 1
11
+ modifier = {
12
+ personality = ai_balanced
13
+ factor = 2
14
+ }
15
+ modifier = {
16
+ NOT = { stability = 0 }
17
+ factor = 2
18
+ }
19
+ }
20
+ }
21
+
22
+ erathipa_story = {
23
+ build_cost = -0.1
24
+ development_cost = -0.05
25
+
26
+ allow = {
27
+ religion = dreamtime
28
+ }
29
+ sprite = 2
30
+
31
+ ai_will_do = {
32
+ factor = 1
33
+ modifier = {
34
+ personality = ai_balanced
35
+ factor = 2
36
+ }
37
+ modifier = {
38
+ personality = ai_militarist
39
+ factor = 0.5
40
+ }
41
+ }
42
+ }
43
+
44
+ crow_story = {
45
+ movement_speed = 0.05
46
+ land_morale = 0.1
47
+ allow = {
48
+ religion = dreamtime
49
+ }
50
+ sprite = 3
51
+
52
+ ai_will_do = {
53
+ factor = 1
54
+ modifier = {
55
+ personality = ai_militarist
56
+ factor = 2
57
+ }
58
+ }
59
+ }
60
+
61
+ moinee_story = {
62
+ technology_cost = -0.05
63
+
64
+ allow = {
65
+ religion = dreamtime
66
+ OR = {
67
+ tag = PLW
68
+ has_unlocked_cult = moinee_story
69
+ }
70
+ }
71
+ sprite = 6
72
+
73
+ ai_will_do = {
74
+ factor = 1
75
+ modifier = {
76
+ personality = ai_balanced
77
+ factor = 2
78
+ }
79
+ modifier = {
80
+ any_neighbor_country = {
81
+ tech_difference = 2
82
+ }
83
+ factor = 4
84
+ }
85
+ }
86
+ }
87
+
88
+ military_story = {
89
+ discipline = 0.05
90
+ prestige_from_land = 0.1
91
+ allow = {
92
+ religion = dreamtime
93
+ OR = {
94
+ tag = PLW
95
+ has_unlocked_cult = military_story
96
+ }
97
+ }
98
+ sprite = 7
99
+
100
+ ai_will_do = {
101
+ factor = 1
102
+ modifier = {
103
+ personality = ai_militarist
104
+ factor = 2
105
+ }
106
+ }
107
+ }
108
+
109
+ islam_story = {
110
+ merchants = 1
111
+ global_own_trade_power = 0.1
112
+ allow = {
113
+ religion = dreamtime
114
+ OR = {
115
+ any_owned_province = {
116
+ OR = {
117
+ religion_group = muslim
118
+ any_neighbor_province = {
119
+ religion_group = muslim
120
+ }
121
+ }
122
+ }
123
+ any_neighbor_country = {
124
+ religion_group = muslim
125
+ }
126
+ has_global_flag = islamic_story_flag
127
+ has_unlocked_cult = islam_story
128
+ }
129
+ }
130
+ sprite = 11
131
+
132
+ ai_will_do = {
133
+ factor = 1
134
+ modifier = {
135
+ personality = ai_capitalist
136
+ factor = 4
137
+ }
138
+ }
139
+ }
140
+
141
+ dharma_story = {
142
+ tolerance_heathen = 3
143
+ tolerance_heretic = 2
144
+ allow = {
145
+ religion = dreamtime
146
+ OR = {
147
+ any_owned_province = {
148
+ OR = {
149
+ religion_group = dharmic
150
+ any_neighbor_province = {
151
+ religion_group = dharmic
152
+ }
153
+ }
154
+ }
155
+ any_neighbor_country = {
156
+ religion_group = dharmic
157
+ }
158
+ has_global_flag = dharma_story_flag
159
+ has_unlocked_cult = dharma_story
160
+ }
161
+ }
162
+ sprite = 12
163
+
164
+ ai_will_do = {
165
+ factor = 1
166
+ modifier = {
167
+ personality = ai_balanced
168
+ factor = 2
169
+ }
170
+ modifier = {
171
+ religious_unity = 1
172
+ factor = 0
173
+ }
174
+ }
175
+ }
176
+
177
+ baiame_story = {
178
+ colonists = 1
179
+ global_colonial_growth = 10
180
+ allow = {
181
+ religion = dreamtime
182
+ OR = {
183
+ any_owned_province = {
184
+ OR = {
185
+ religion_group = christian
186
+ any_neighbor_province = {
187
+ religion_group = christian
188
+ }
189
+ }
190
+ }
191
+ any_neighbor_country = {
192
+ religion_group = christian
193
+ }
194
+ has_global_flag = baiame_story_flag
195
+ has_unlocked_cult = baiame_story
196
+ }
197
+ }
198
+ sprite = 10
199
+
200
+ ai_will_do = {
201
+ factor = 1
202
+ modifier = {
203
+ personality = ai_colonialist
204
+ factor = 5
205
+ }
206
+ modifier = {
207
+ NOT = { personality = ai_colonialist }
208
+ factor = 0
209
+ }
210
+ }
211
+ }
212
+
213
+ spirits_story = {
214
+ missionaries = 1
215
+ global_missionary_strength = 0.01
216
+ allow = {
217
+ religion = dreamtime
218
+ OR = {
219
+ has_global_flag = spirits_story_flag
220
+ has_unlocked_cult = spirits_story
221
+ }
222
+ }
223
+ sprite = 9
224
+
225
+ ai_will_do = {
226
+ factor = 1
227
+ modifier = {
228
+ personality = ai_balanced
229
+ factor = 2
230
+ }
231
+ modifier = {
232
+ religious_unity = 1
233
+ factor = 0
234
+ }
235
+ }
236
+ }
237
+
238
+ conquest_story = {
239
+ core_creation = -0.05
240
+ ae_impact = -0.15
241
+ allow = {
242
+ religion = dreamtime
243
+ OR = {
244
+ has_global_flag = conquest_story_flag
245
+ has_unlocked_cult = conquest_story
246
+ }
247
+ }
248
+ sprite = 4
249
+
250
+ ai_will_do = {
251
+ factor = 1
252
+ modifier = {
253
+ personality = ai_militarist
254
+ factor = 2
255
+ }
256
+ modifier = {
257
+ personality = ai_diplomat
258
+ factor = 0.5
259
+ }
260
+ }
261
+ }
262
+
263
+ djunkgao_story = {
264
+ global_ship_recruit_speed = -0.1
265
+ own_coast_naval_combat_bonus = 1
266
+ allow = {
267
+ religion = dreamtime
268
+ OR = {
269
+ has_global_flag = djunkgao_story_flag
270
+ has_unlocked_cult = djunkgao_story
271
+ }
272
+ }
273
+ sprite = 1
274
+
275
+ ai_will_do = {
276
+ factor = 1
277
+ modifier = {
278
+ personality = ai_diplomat
279
+ factor = 2
280
+ }
281
+ modifier = {
282
+ NOT = { num_of_ports = 1 }
283
+ factor = 0
284
+ }
285
+ }
286
+ }
287
+
288
+ wagyl_story = {
289
+ diplomatic_upkeep = 2
290
+ imperial_mandate = 0.1
291
+ allow = {
292
+ religion = dreamtime
293
+ OR = {
294
+ has_global_flag = wagyl_story_flag
295
+ has_unlocked_cult = wagyl_story
296
+ tag = NOO
297
+ }
298
+ }
299
+ sprite = 13
300
+
301
+ ai_will_do = {
302
+ factor = 1
303
+ modifier = {
304
+ personality = ai_diplomat
305
+ factor = 4
306
+ }
307
+ modifier = {
308
+ personality = ai_militarist
309
+ factor = 0.5
310
+ }
311
+ }
312
+ }
313
+
314
+ rainbow_story = {
315
+ country_admin_power = 1
316
+ country_diplomatic_power = 1
317
+ country_military_power = 1
318
+ allow = {
319
+ religion = dreamtime
320
+ OR = {
321
+ has_global_flag = rainbow_story_flag
322
+ has_unlocked_cult = rainbow_story
323
+ }
324
+ }
325
+ sprite = 15
326
+
327
+ ai_will_do = {
328
+ factor = 5
329
+ modifier = {
330
+ personality = ai_balanced
331
+ factor = 2
332
+ }
333
+ }
334
+ }
common/fetishist_cults/00_fetishist_cults.txt CHANGED
@@ -1,5 +1,4 @@
1
- yemoja_cult =
2
- {
1
+ yemoja_cult = {
3
2
  naval_maintenance_modifier = -0.15
4
3
 
5
4
  allow = {
@@ -7,6 +6,16 @@ yemoja_cult =
7
6
  has_unlocked_cult = yemoja_cult
8
7
  technology_group = sub_saharan
9
8
  }
9
+ religion = shamanism
10
+ OR = {
11
+ NOT = { has_country_flag = uses_primary_cult }
12
+ AND = {
13
+ has_country_flag = uses_primary_cult
14
+ has_primary_cult = {
15
+ cult = yemoja_cult
16
+ }
17
+ }
18
+ }
10
19
  }
11
20
  sprite = 1
12
21
 
@@ -16,11 +25,18 @@ yemoja_cult =
16
25
  personality = ai_militarist
17
26
  factor = 2
18
27
  }
28
+ modifier = {
29
+ NOT = { num_of_ports = 1 }
30
+ factor = 0
31
+ }
19
32
  }
33
+
34
+ #effect = {} # When a country picks the cult
35
+ #removed_effect = {} # When a country loses the cult
36
+
20
37
  }
21
38
 
22
- roog_cult =
23
- {
39
+ roog_cult = {
24
40
  land_attrition = -0.15
25
41
 
26
42
  allow = {
@@ -28,6 +44,16 @@ roog_cult =
28
44
  has_unlocked_cult = roog_cult
29
45
  technology_group = sub_saharan
30
46
  }
47
+ religion = shamanism
48
+ OR = {
49
+ NOT = { has_country_flag = uses_primary_cult }
50
+ AND = {
51
+ has_country_flag = uses_primary_cult
52
+ has_primary_cult = {
53
+ cult = roog_cult
54
+ }
55
+ }
56
+ }
31
57
  }
32
58
  sprite = 3
33
59
 
@@ -40,14 +66,23 @@ roog_cult =
40
66
  }
41
67
  }
42
68
 
43
- nyame_cult =
44
- {
69
+ nyame_cult = {
45
70
  diplomatic_reputation = 1
46
71
  allow = {
47
72
  OR = {
48
73
  technology_group = sub_saharan
49
74
  has_unlocked_cult = nyame_cult
50
75
  }
76
+ religion = shamanism
77
+ OR = {
78
+ NOT = { has_country_flag = uses_primary_cult }
79
+ AND = {
80
+ has_country_flag = uses_primary_cult
81
+ has_primary_cult = {
82
+ cult = nyame_cult
83
+ }
84
+ }
85
+ }
51
86
  }
52
87
  sprite = 2
53
88
 
@@ -73,6 +108,16 @@ cwezi_cult = { #Great lakes / Kitara successor states
73
108
  NOT = { technology_group = east_african }
74
109
  }
75
110
  }
111
+ religion = shamanism
112
+ OR = {
113
+ NOT = { has_country_flag = uses_primary_cult }
114
+ AND = {
115
+ has_country_flag = uses_primary_cult
116
+ has_primary_cult = {
117
+ cult = cwezi_cult
118
+ }
119
+ }
120
+ }
76
121
  }
77
122
  improve_relation_modifier = 0.2
78
123
  ai_will_do = {
@@ -96,6 +141,16 @@ central_african_ancestor_cult = { #Name TBD (Woot, Mlira, Monomotapan religion)
96
141
  NOT = { technology_group = east_african }
97
142
  }
98
143
  }
144
+ religion = shamanism
145
+ OR = {
146
+ NOT = { has_country_flag = uses_primary_cult }
147
+ AND = {
148
+ has_country_flag = uses_primary_cult
149
+ has_primary_cult = {
150
+ cult = central_african_ancestor_cult
151
+ }
152
+ }
153
+ }
99
154
  }
100
155
  ai_will_do = {
101
156
  factor = 10
@@ -117,6 +172,16 @@ mwari_cult = { #Semi-monotheistic religion from Zimbabwe plateau
117
172
  NOT = { technology_group = east_african }
118
173
  }
119
174
  }
175
+ religion = shamanism
176
+ OR = {
177
+ NOT = { has_country_flag = uses_primary_cult }
178
+ AND = {
179
+ has_country_flag = uses_primary_cult
180
+ has_primary_cult = {
181
+ cult = mwari_cult
182
+ }
183
+ }
184
+ }
120
185
  }
121
186
  discipline = 0.025
122
187
  ai_will_do = {
@@ -137,6 +202,16 @@ enkai_cult = {
137
202
  has_unlocked_cult = enkai_cult
138
203
  technology_group = east_african
139
204
  }
205
+ religion = shamanism
206
+ OR = {
207
+ NOT = { has_country_flag = uses_primary_cult }
208
+ AND = {
209
+ has_country_flag = uses_primary_cult
210
+ has_primary_cult = {
211
+ cult = enkai_cult
212
+ }
213
+ }
214
+ }
140
215
  }
141
216
  sprite = 7
142
217
 
@@ -157,6 +232,16 @@ waaq_cult = {
157
232
  has_unlocked_cult = waaq_cult
158
233
  technology_group = east_african
159
234
  }
235
+ religion = shamanism
236
+ OR = {
237
+ NOT = { has_country_flag = uses_primary_cult }
238
+ AND = {
239
+ has_country_flag = uses_primary_cult
240
+ has_primary_cult = {
241
+ cult = waaq_cult
242
+ }
243
+ }
244
+ }
160
245
  }
161
246
  sprite = 8
162
247
 
@@ -177,6 +262,16 @@ zanahary_cult = {
177
262
  has_unlocked_cult = zanahary_cult
178
263
  technology_group = east_african
179
264
  }
265
+ religion = shamanism
266
+ OR = {
267
+ NOT = { has_country_flag = uses_primary_cult }
268
+ AND = {
269
+ has_country_flag = uses_primary_cult
270
+ has_primary_cult = {
271
+ cult = zanahary_cult
272
+ }
273
+ }
274
+ }
180
275
  }
181
276
  sprite = 9
182
277
 
@@ -195,6 +290,16 @@ christianity_cult = {
195
290
  sprite = 10
196
291
  allow = {
197
292
  has_unlocked_cult = christianity_cult
293
+ religion = shamanism
294
+ OR = {
295
+ NOT = { has_country_flag = uses_primary_cult }
296
+ AND = {
297
+ has_country_flag = uses_primary_cult
298
+ has_primary_cult = {
299
+ cult = christianity_cult
300
+ }
301
+ }
302
+ }
198
303
  }
199
304
  global_own_trade_power = 0.25
200
305
  ai_will_do = {
@@ -210,6 +315,16 @@ islam_cult = {
210
315
  sprite = 11
211
316
  allow = {
212
317
  has_unlocked_cult = islam_cult
318
+ religion = shamanism
319
+ OR = {
320
+ NOT = { has_country_flag = uses_primary_cult }
321
+ AND = {
322
+ has_country_flag = uses_primary_cult
323
+ has_primary_cult = {
324
+ cult = islam_cult
325
+ }
326
+ }
327
+ }
213
328
  }
214
329
  global_institution_spread = 0.1
215
330
  ai_will_do = {
@@ -225,6 +340,16 @@ buddhism_cult = {
225
340
  sprite = 13
226
341
  allow = {
227
342
  has_unlocked_cult = buddhism_cult
343
+ religion = shamanism
344
+ OR = {
345
+ NOT = { has_country_flag = uses_primary_cult }
346
+ AND = {
347
+ has_country_flag = uses_primary_cult
348
+ has_primary_cult = {
349
+ cult = buddhism_cult
350
+ }
351
+ }
352
+ }
228
353
  }
229
354
  development_cost = -0.1
230
355
  ai_will_do = {
@@ -240,6 +365,16 @@ dharmic_cult = {
240
365
  sprite = 12
241
366
  allow = {
242
367
  has_unlocked_cult = dharmic_cult
368
+ religion = shamanism
369
+ OR = {
370
+ NOT = { has_country_flag = uses_primary_cult }
371
+ AND = {
372
+ has_country_flag = uses_primary_cult
373
+ has_primary_cult = {
374
+ cult = dharmic_cult
375
+ }
376
+ }
377
+ }
243
378
  }
244
379
  global_trade_goods_size_modifier = 0.1
245
380
  ai_will_do = {
@@ -255,6 +390,16 @@ south_central_american_cult = {
255
390
  sprite = 17
256
391
  allow = {
257
392
  has_unlocked_cult = south_central_american_cult
393
+ religion = shamanism
394
+ OR = {
395
+ NOT = { has_country_flag = uses_primary_cult }
396
+ AND = {
397
+ has_country_flag = uses_primary_cult
398
+ has_primary_cult = {
399
+ cult = south_central_american_cult
400
+ }
401
+ }
402
+ }
258
403
  }
259
404
  land_morale = 0.05
260
405
  ai_will_do = {
@@ -270,6 +415,16 @@ norse_cult = {
270
415
  sprite = 15
271
416
  allow = {
272
417
  has_unlocked_cult = norse_cult
418
+ religion = shamanism
419
+ OR = {
420
+ NOT = { has_country_flag = uses_primary_cult }
421
+ AND = {
422
+ has_country_flag = uses_primary_cult
423
+ has_primary_cult = {
424
+ cult = norse_cult
425
+ }
426
+ }
427
+ }
273
428
  }
274
429
  tolerance_heathen = 2
275
430
  ai_will_do = {
@@ -285,6 +440,16 @@ jewish_cult = {
285
440
  sprite = 14
286
441
  allow = {
287
442
  has_unlocked_cult = jewish_cult
443
+ religion = shamanism
444
+ OR = {
445
+ NOT = { has_country_flag = uses_primary_cult }
446
+ AND = {
447
+ has_country_flag = uses_primary_cult
448
+ has_primary_cult = {
449
+ cult = jewish_cult
450
+ }
451
+ }
452
+ }
288
453
  }
289
454
  advisor_cost = -0.1
290
455
  ai_will_do = {
@@ -300,6 +465,16 @@ zoroastrian_cult = {
300
465
  sprite = 16
301
466
  allow = {
302
467
  has_unlocked_cult = zoroastrian_cult
468
+ religion = shamanism
469
+ OR = {
470
+ NOT = { has_country_flag = uses_primary_cult }
471
+ AND = {
472
+ has_country_flag = uses_primary_cult
473
+ has_primary_cult = {
474
+ cult = zoroastrian_cult
475
+ }
476
+ }
477
+ }
303
478
  }
304
479
  merchants = 2
305
480
  ai_will_do = {