-
Notifications
You must be signed in to change notification settings - Fork 3
Files
/
Copy pathideologies.txt
857 lines (786 loc) · 12.8 KB
/
ideologies.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
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
# If you add types, and use those tags, do not change them without changing everywhere they are used.
#MOD's IDEOLOGIES
clergy_group = {
fervent_clergy = { #reactionary
color = { 234 140 0 }
add_political_reform = {
base = -1
}
remove_political_reform = {
base = 1
}
add_social_reform = {
base = -1
}
remove_social_reform = {
base = 1
}
add_military_reform = {
base = -1
}
add_economic_reform = {
base = -1
}
}
clergy = {
color = { 255 168 38 }
add_political_reform = {
base = 0
}
remove_political_reform = {
base = 1
}
add_social_reform = {
base = 0
}
remove_social_reform = {
base = 1
}
add_military_reform = {
base = 0
}
add_economic_reform = {
base = 0
}
}
#modern_clergy = {
# color = { 255 199 117 }
# date = 1517.10.31
# uncivilized = no
#
# can_reduce_militancy = yes
#
# add_political_reform = {
# base = 0
# }
# remove_political_reform = {
# base = 1
# }
# add_social_reform = {
# base = -1
# }
# remove_social_reform = {
# base = 1
# }
#
# add_military_reform = {
# base = 0
# }
#
# add_economic_reform = {
# base = 0
# }
#
#}
}
burghers_group = {
petty_bourgeoisie = { #liberal
color = { 153 29 91 }
uncivilized = no
can_reduce_militancy = yes
add_political_reform = {
base = 1
}
remove_political_reform = {
base = 0
}
add_social_reform = {
base = 0
group = {
modifier = {
factor = 0.1
OR = {
militancy = 1
social_movement_strength = 0.1
}
}
modifier = {
factor = 0.1
OR = {
militancy = 2
social_movement_strength = 0.2
}
}
modifier = {
factor = 0.1
OR = {
militancy = 3
social_movement_strength = 0.3
}
}
modifier = {
factor = 0.1
OR = {
militancy = 4
social_movement_strength = 0.4
}
}
modifier = {
factor = 0.1
OR = {
militancy = 5
social_movement_strength = 0.5
}
}
modifier = {
factor = 0.1
OR = {
militancy = 6
social_movement_strength = 0.6
}
}
modifier = {
factor = 0.1
OR = {
militancy = 7
social_movement_strength = 0.7
}
}
modifier = {
factor = 0.1
OR = {
militancy = 8
social_movement_strength = 0.8
}
}
modifier = {
factor = 0.1
OR = {
militancy = 9
social_movement_strength = 0.9
}
}
}
}
remove_social_reform = {
base = 0
}
add_military_reform = {
base = 0.5
}
add_economic_reform = {
base = 1
}
}
upper_bourgeoisie = { #anarcho_liberal
color = { 107 20 63 }
date = 1500.1.1
uncivilized = no
add_political_reform = {
base = 0
}
remove_political_reform = {
base = 0
}
add_social_reform = {
base = 1
}
remove_social_reform = {
base = -1
}
add_military_reform = {
base = -1
}
add_economic_reform = {
base = 1
}
}
}
noble_group = {
nobility = {
color = { 71 158 201 }
add_political_reform = {
base = -1
modifier = {
factor = 0.3
NOT = { ruling_party_ideology = nobility }
}
}
remove_political_reform = {
base = 0
modifier = {
factor = -1
NOT = { ruling_party_ideology = nobility }
}
}
add_social_reform = {
base = -1
modifier = {
factor = 0.3
NOT = { ruling_party_ideology = nobility }
}
}
remove_social_reform = {
base = 1
modifier = {
factor = -1
NOT = { ruling_party_ideology = nobility }
}
}
add_military_reform = {
base = 1
modifier = {
factor = -1
NOT = { ruling_party_ideology = nobility }
}
}
add_economic_reform = {
base = 0
modifier = {
factor = -1
NOT = { ruling_party_ideology = nobility }
}
}
}
landowners = {
color = { 4 33 89 }
add_political_reform = {
base = -1
modifier = {
factor = 0.3
NOT = { ruling_party_ideology = nobility }
}
}
remove_political_reform = {
base = -1
modifier = {
factor = -1
NOT = { ruling_party_ideology = nobility }
}
}
add_social_reform = {
base = -1
militancy = 5
social_movement_strength = 0.5
}
}
modifier = {
factor = 0.1
OR = {
militancy = 6
social_movement_strength = 0.6
}
}
modifier = {
factor = 0.1
OR = {
militancy = 7
social_movement_strength = 0.7
}
}
modifier = {
factor = 0.1
OR = {
militancy = 8
social_movement_strength = 0.8
}
}
modifier = {
factor = 0.1
OR = {
militancy = 9
social_movement_strength = 0.9
}
}
}
}
remove_social_reform = {
base = 0
}
add_military_reform = {
base = 0.5
}
add_economic_reform = {
base = 1
}
}
anarcho_liberal = {
color = { 150 150 10 }
date = 1848.1.1
add_political_reform = {
base = 0
}
remove_political_reform = {
base = 0
}
add_social_reform = {
base = 0
}
remove_social_reform = {
base = 1
}
add_military_reform = {
base = -1
}
add_economic_reform = {
base = -1
}
}
}