-
Notifications
You must be signed in to change notification settings - Fork 107
Collapse file tree
Files
Search this repository
/
Copy pathgovernments.txt
More file actions
More file actions
Latest commit
234 lines (194 loc) · 3.92 KB
/
governments.txt
File metadata and controls
234 lines (194 loc) · 3.92 KB
You must be signed in to make or propose changes
More edit options
Edit and raw actions
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
# Do not change tags in here without changing every other reference to them.
# If adding new forms of governemnts:
# Make sure they are uniquely named.
# Make sure to add the new government to the government selector debug events in events\Debug.txt
# Adjust the current government count below
# Current gov count = 17
#Absolute Monarchies
absolute_monarchy = {
liberal = yes
conservative = yes
reactionary = yes
fascist = yes
election = no
appoint_ruling_party = yes
flagType = monarchy
}
absolute_monarchy2 = {
liberal = yes
conservative = yes
reactionary = yes
fascist = yes
election = no
appoint_ruling_party = yes
flagType = monarchy2
}
#Prussian Constitutionalisms
prussian_constitutionalism = {
liberal = yes
conservative = yes
reactionary = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = yes
flagType = monarchy
}
prussian_constitutionalism2 = {
liberal = yes
conservative = yes
reactionary = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = yes
flagType = monarchy2
}
#HMS Governments
hms_government = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = no
flagType = monarchy
}
hms_government2 = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = no
flagType = monarchy2
}
#Colonial companies
colonial_company = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
election = no
appoint_ruling_party = yes
}
#Dominions
dominion = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = yes
flagtype = dominion
}
dominion2 = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = yes
flagtype = dominion2
}
dominion3 = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = yes
flagtype = dominion3
}
#Democracies
democracy = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = no
flagType = republic
}
democracy2 = {
liberal = yes
socialist = yes
conservative = yes
reactionary = yes
communist = yes
anarcho_liberal = yes
fascist = yes
election = yes
duration = 48
appoint_ruling_party = no
flagType = republic2
}
bourgeois_dictatorship = {
anarcho_liberal = yes
election = no
appoint_ruling_party = yes
flagType = republic
}
fascist_dictatorship = {
fascist = yes
election = no
appoint_ruling_party = yes
flagType = fascist
}
presidential_dictatorship = {
reactionary = yes
fascist = yes
conservative = yes
election = no
appoint_ruling_party = yes
flagType = republic
}
proletarian_dictatorship = {
communist = yes
socialist = yes
election = yes #TODO: If communist will have elections, then the content should be adjusted to reflect this. -- No term duration?
appoint_ruling_party = yes
flagType = communist
}
theocracy = {
reactionary = yes
conservative = yes
liberal = yes #Can have liberals, but cant do most liberal reforms as this is prevented by being a theocracy
fascist = yes
election = no
appoint_ruling_party = yes
flagType = theocracy
}
trade_unions_congress = {
communist = yes
socialist = yes
anarchist = yes
election = yes
duration = 12
appoint_ruling_party = yes
flagType = communist
}