-
Notifications
You must be signed in to change notification settings - Fork 3
Files
/
Copy pathNoculture.txt
18475 lines (18471 loc) · 316 KB
/
Noculture.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
18417
18418
18419
18420
18421
18422
18423
18424
18425
18426
18427
18428
18429
18430
18431
18432
18433
18434
18435
18436
18437
18438
18439
18440
18441
18442
18443
18444
18445
18446
18447
18448
18449
18450
18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
18463
18464
18465
18466
18467
18468
18469
18470
18471
18472
18473
18474
18475
#Welcoming the player - Giving "Observer" option
country_event = {
id = 1999999
title = EVTHELLOTITLE
desc = EVTHELLODESC
picture = observer
major = yes
trigger = {
ai = no
NOT = { has_global_flag = hello_player }
}
mean_time_to_happen = { months = 0.0001 }
option = {
name = EVTHELLOPLAY
set_global_flag = hello_player
}
option = {
name = EVTHELLOOBS
set_global_flag = hello_player
3246 = {
secede_province = THIS
state_scope = { is_slave = no }
}
3246 = {
secede_province = AAA
remove_core = SCA
remove_core = NOR
remove_core = ICL
change_province_name = "Observer"
life_rating = -100
add_core = AAA
any_pop = {
reduce_pop = 0 #Reduce_pop reduces pop TO a certain %, instead of by %, so if you want it to litterly kill pops you have to set it to 0
}
add_province_modifier = {
name = occupied
duration = -1
}
}
change_tag_no_core_switch = AAA
AAA = {
ruling_party_ideology = noIdeology
primary_culture = dummy
religion = dummy_religion
remove_accepted_culture = zzz_religion_shamanist
add_accepted_culture = zzz_religion_dummy_religion
}
}
}
## At war with a landless country
#country_event = {
# id = 2500020
# title = NOWARTITLE
# desc = NOWARDESC
#
# trigger = {
# OR = {
# exists = no
# tag = REB #God knows why
# }
# war = yes
# }
#
# mean_time_to_happen = { months = 0.00001 } #F--king immediately
#
# option = {
# name = NOWAROPTA
# neutrality = yes
# any_country = {
# limit = {
# war = FROM
# }
# end_war = FROM
# }
# }
#}
#
### Fixing noculture through events ##
## Event 1000000: Noculture'd pops
## Event 1000001: Accepted minority of noculture
## Events 1000002-1000xxx: Country speaks noculture (fixed through capital's majority culture)
## Events 1001xxx: Sets state religion as a country flag
## Events 1002xxx: Fixes the cases of state religion being "Atheist"
#
#province_event = {
# id = 1000000
# title = EVTNAME000000
# desc = EVTDESC000000
# picture = "Demonstration"
#
# trigger = {
# any_pop = {
# OR = {
# has_pop_culture = noculture
# has_pop_culture = dummy
# }
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000000
# any_pop = {
# limit = { OR = { has_pop_culture = noculture has_pop_culture = dummy } }
# reduce_pop = -1
# }
# }
#}
#country_event = {
# id = 1000001
# title = EVTNAME000001
# desc = EVTDESC000001
# picture = "Demonstration"
#
# trigger = {
# OR = {
# accepted_culture = noculture
# accepted_culture = dummy
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000001
# remove_accepted_culture = noculture
# remove_accepted_culture = dummy
# }
#}
#country_event = {
# id = 1000002
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# OR = {
# primary_culture = noculture
# primary_culture = dummy
# }
# total_pops = 1
# capital_scope = {
# pop_majority_culture = aborigine
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000002
# primary_culture = aborigine
# }
#}
#country_event = {
# id = 1000003
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# OR = {
# primary_culture = noculture
# primary_culture = dummy
# }
# total_pops = 1
# capital_scope = {
# pop_majority_culture = adelphic
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000002
# primary_culture = adelphic
# }
#}
#country_event = {
# id = 1000004
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# OR = {
# primary_culture = noculture
# primary_culture = dummy
# }
# total_pops = 1
# capital_scope = {
# pop_majority_culture = afar
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000002
# primary_culture = afar
# }
#}
#country_event = {
# id = 1000005
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# OR = {
# primary_culture = noculture
# primary_culture = dummy
# }
# total_pops = 1
# capital_scope = {
# pop_majority_culture = afer
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000002
# primary_culture = afer
# }
#}
#country_event = {
# id = 1000006
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# OR = {
# primary_culture = noculture
# primary_culture = dummy
# }
# total_pops = 1
# capital_scope = {
# pop_majority_culture = africaine
# }
# }
#
# mean_time_to_happen = {
# months = 0.001
# }
#
# option = {
# name = EVTOPTA000002
# primary_culture = africaine
# }
#}
#country_event = {
# id = 1000007
# title = EVTNAME000002
# desc = EVTDESC000002
# picture = "Demonstration"
#
# trigger = {
# picture = census
#
# trigger = {
# capital_scope = {
# pop_majority_religion = hetanism
# }
# OR = { accepted_culture = zzz_religion_noreligion accepted_culture = zzz_religion_dummy_religion }
# has_country_flag = religi total_pops = 1 #Ensures we checked for religion and that there are people
# }
#
# mean_time_to_happen = {
# months = 0.1
# }
#
# option = {
# name = EVTOPTARELNEW
# remove_accepted_culture = zzz_religion_noreligion
# remove_accepted_culture = zzz_religion_dummy_religion
# add_accepted_culture = zzz_hetanism
# religion = hetanism
# }
#}
#country_event = {
# id = 1002079
# title = EVTNAMERELNEW
# desc = EVTDESCRELNEW
# picture = census
#
# trigger = {
# capital_scope = {
# pop_majority_religion = iberian_pagan
# }
# OR = { accepted_culture = zzz_religion_noreligion accepted_culture = zzz_religion_dummy_religion }
# has_country_flag = religi total_pops = 1 #Ensures we checked for religion and that there are people
# }
#
# mean_time_to_happen = {
# months = 0.1
# }
#
# option = {
# name = EVTOPTARELNEW
# remove_accepted_culture = zzz_religion_noreligion
# remove_accepted_culture = zzz_religion_dummy_religion
# add_accepted_culture = zzz_iberian_pagan
# religion = iberian_pagan
# }
#}
#country_event = {
# id = 1002080
# title = EVTNAMERELNEW
# desc = EVTDESCRELNEW
# picture = census
#
# trigger = {
# capital_scope = {
# pop_majority_religion = scythian_pagan
# }
# OR = { accepted_culture = zzz_religion_noreligion accepted_culture = zzz_religion_dummy_religion }
# has_country_flag = religi total_pops = 1 #Ensures we checked for religion and that there are people
# }
#
# mean_time_to_happen = {
# months = 0.1
# }
#
# option = {
# name = EVTOPTARELNEW
# remove_accepted_culture = zzz_religion_noreligion
# remove_accepted_culture = zzz_religion_dummy_religion
# add_accepted_culture = zzz_scythian_pagan
# religion = scythian_pagan
# }
#}