- Notifications
You must be signed in to change notification settings - Fork 10
Files
/
quizideologies.js
Latest commit
763 lines (761 loc) · 30.5 KB
/
quizideologies.js
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
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
ideologies = [
{
"name": "Fascism",
"desc": "Fascism is a form of dictatorial ideology that embraces authoritarian ultranationalism. Giovanni Gentile founded this ideology, and famous Fascists include Benito Mussolini.",
"i18n": {
"de": {
"name": "Fascism",
"desc": "Fascism is a form of dictatorial ideology that embraces authoritarian ultranationalism. Giovanni Gentile founded this ideology, and famous Fascists include Benito Mussolini."
},
"ko": {
"name": "Fascism",
"desc": "Fascism is a form of dictatorial ideology that embraces authoritarian ultranationalism. Giovanni Gentile founded this ideology, and famous Fascists include Benito Mussolini."
}
},
"stats": {
"a": 10,
"b": 85,
"c": 90,
"d": 10,
"e": 0,
"f": 50,
"g": 80
}
},
{
"name": "Nazism",
"desc": "Nazism is a form of Fascism that assigns power and opportunity based on Race and Ethnicity. It was the ideology of the Nazi Party, which was founded by Anton Drexler and popularized by Adolf Hitler.",
"i18n": {
"de": {
"name": "Nazism",
"desc": "Nazism is a form of Fascism that assigns power and opportunity based on Race and Ethnicity. It was the ideology of the Nazi Party, which was founded by Anton Drexler and popularized by Adolf Hitler."
},
"ko": {
"name": "Nazism",
"desc": "Nazism is a form of Fascism that assigns power and opportunity based on Race and Ethnicity. It was the ideology of the Nazi Party, which was founded by Anton Drexler and popularized by Adolf Hitler."
}
},
"stats": {
"a": 80,
"b": 90,
"c": 95,
"d": 5,
"e": 5,
"f": 50,
"g": 100
}
},
{
"name": "Absolute Monarchism",
"desc": "Absolute Monarchism is an authoritarian dictatorial ideology. Monarchs have absolute power, and leaders are passed on genetically.",
"i18n": {
"de": {
"name": "Absolute Monarchism",
"desc": "Absolute Monarchism is an authoritarian dictatorial ideology. Monarchs have absolute power, and leaders are passed on genetically."
},
"ko": {
"name": "Absolute Monarchism",
"desc": "Absolute Monarchism is an authoritarian dictatorial ideology. Monarchs have absolute power, and leaders are passed on genetically."
}
},
"stats": {
"a": 30,
"b": 50,
"c": 80,
"d": 80,
"e": 80,
"f": 30,
"g": 70
}
},
{
"name": "Feudalism",
"desc": "Feudalism is an ideology, where classes give Food, Protection, and Money (Depending on the class) to its upper class in exchange for land.",
"i18n": {
"de": {
"name": "Feudalism",
"desc": "Feudalism is an ideology, where classes give Food, Protection, and Money (Depending on the class) to its upper class in exchange for land."
},
"ko": {
"name": "Feudalism",
"desc": "Feudalism is an ideology, where classes give Food, Protection, and Money (Depending on the class) to its upper class in exchange for land."
}
},
"stats": {
"a": 30,
"b": 20,
"c": 70,
"d": 80,
"e": 80,
"f": 50,
"g": 70
}
},
{
"name": "Constitutional Monarchism",
"desc": "Constitutional Monarchism is a variant of Monarchism, where the ruling Monarch needs to follow a constitution in order to rule. It is present in European Countries like the UK, Spain, Sweden etc.",
"i18n": {
"de": {
"name": "Constitutional Monarchism",
"desc": "Constitutional Monarchism is a variant of Monarchism, where the ruling Monarch needs to follow a constitution in order to rule. It is present in European Countries like the UK, Spain, Sweden etc."
},
"ko": {
"name": "Constitutional Monarchism",
"desc": "Constitutional Monarchism is a variant of Monarchism, where the ruling Monarch needs to follow a constitution in order to rule. It is present in European Countries like the UK, Spain, Sweden etc."
}
},
"stats": {
"a": 20,
"b": 30,
"c": 60,
"d": 40,
"e": 80,
"f": 50,
"g": 70
}
},
{
"name": "Conservatism",
"desc": "Conservatism is an ideology that is mainly about preserving the status quo. Conservatives usually support diplomatic interventionism, a larger military spending and lower taxes.",
"i18n": {
"de": {
"name": "Conservatism",
"desc": "Conservatism is an ideology that is mainly about preserving the status quo. Conservatives usually support diplomatic interventionism, a larger military spending and lower taxes."
},
"ko": {
"name": "Conservatism",
"desc": "Conservatism is an ideology that is mainly about preserving the status quo. Conservatives usually support diplomatic interventionism, a larger military spending and lower taxes."
}
},
"stats": {
"a": 10,
"b": 20,
"c": 40,
"d": 20,
"e": 70,
"f": 50,
"g": 10
}
},
{
"name": "Neo-Conservatism",
"desc": "Neo-Conservatism is a form of Conservatism that disliked the Pacificist policies of Liberal parties. Neo-Conservatives think that the goal of western nations is to bring their model to the world. They are more internationally focused.",
"i18n": {
"de": {
"name": "Neo-Conservatism",
"desc": "Neo-Conservatism is a form of Conservatism that disliked the Pacificist policies of Liberal parties. Neo-Conservatives think that the goal of western nations is to bring their model to the world. They are more internationally focused."
},
"ko": {
"name": "Neo-Conservatism",
"desc": "Neo-Conservatism is a form of Conservatism that disliked the Pacificist policies of Liberal parties. Neo-Conservatives think that the goal of western nations is to bring their model to the world. They are more internationally focused."
}
},
"stats": {
"a": 10,
"b": 20,
"c": 40,
"d": 20,
"e": 60,
"f": 60,
"g": 10
}
},
{
"name": "Libertarianism",
"desc": "Libertarians are generally culturally left, but fiscally conservative, and wants a smaller state/government, as well as the abolition of involuntary taxes.",
"i18n": {
"de": {
"name": "Libetarianism",
"desc": "Libertarians are generally culturally left, but fiscally conservative, and wants a smaller state/government, as well as the abolition of involuntary taxes."
},
"ko": {
"name": "Libetarianism",
"desc": "Libertarians are generally culturally left, but fiscally conservative, and wants a smaller state/government, as well as the abolition of involuntary taxes."
}
},
"stats": {
"a": 60,
"b": 10,
"c": 20,
"d": 60,
"e": 50,
"f": 80,
"g": 20
}
},
{
"name": "Individualist Anarchism",
"desc": "Individualist Anarchism is a form of anarchism which strongly advocates individualism, and also supports an Anarchist government.",
"i18n": {
"de": {
"name": "Individualist Anarchism",
"desc": "Individualist Anarchism is a form of anarchism which strongly advocates individualism, and also supports an Anarchist government."
},
"ko": {
"name": "Individualist Anarchism",
"desc": "Individualist Anarchism is a form of anarchism which strongly advocates individualism, and also supports an Anarchist government."
}
},
"stats": {
"a": 50,
"b": 10,
"c": 10,
"d": 80,
"e": 50,
"f": 60,
"g": 10
}
},
{
"name": "Agorism",
"desc": "Agorists think all human relations should be done by peaceful revolution and counter-economics.",
"i18n": {
"de": {
"name": "Agorism",
"desc": "Agorists think all human relations should be done by peaceful revolution and counter-economics."
},
"ko": {
"name": "Agorism",
"desc": "Agorists think all human relations should be done by peaceful revolution and counter-economics."
}
},
"stats": {
"a": 80,
"b": 10,
"c": 10,
"d": 80,
"e": 30,
"f": 50,
"g": 10
}
},
{
"name": "Anarcho-Capitalism",
"desc": "Anarcho-Capitalism is an anarchist ideology that puts a very high priority on Individual Rights and Liberty. It is an extreme form of anarchy and capitalism. It consideres Taxation as a form of theft.",
"i18n": {
"de": {
"name": "Anarcho-Capitalism",
"desc": "Anarcho-Capitalism is an anarchist ideology that puts a very high priority on Individual Rights and Liberty. It is an extreme form of anarchy and capitalism. It consideres Taxation as a form of theft."
},
"ko": {
"name": "Anarcho-Capitalism",
"desc": "Anarcho-Capitalism is an anarchist ideology that puts a very high priority on Individual Rights and Liberty. It is an extreme form of anarchy and capitalism. It consideres Taxation as a form of theft."
}
},
"stats": {
"a": 50,
"b": 0,
"c": 10,
"d": 50,
"e": 20,
"f": 80,
"g": 50
}
},
{
"name": "Minarchism",
"desc": "Minarchism is an ideology that wants a very small government. They think the purpose of the government is only for enforcing laws. This type of government is called the Night-Watchman State.",
"i18n": {
"de": {
"name": "Minarchism",
"desc": "Minarchism is an ideology that wants a very small government. They think the purpose of the government is only for enforcing laws. This type of government is called the Night-Watchman State."
},
"ko": {
"name": "Minarchism",
"desc": "Minarchism is an ideology that wants a very small government. They think the purpose of the government is only for enforcing laws. This type of government is called the Night-Watchman State."
}
},
"stats": {
"a": 50,
"b": 30,
"c": 15,
"d": 50,
"e": 50,
"f": 30,
"f": 50,
"g": 50
}
},
{
"name": "Civic Nationalism",
"desc": "Civic Nationalism combines Nationalism with Liberalism. It is a form of Nationalism that supports Liberal and Traditional (In Western Standards) values, like Freedom, Individuality, and Equality.",
"i18n": {
"de": {
"name": "Civic Nationalism",
"desc": "Civic Nationalism combines Nationalism with Liberalism. It is a form of Nationalism that supports Liberal and Traditional (In Western Standards) values, like Freedom, Individuality, and Equality."
},
"ko": {
"name": "Civic Nationalism",
"desc": "Civic Nationalism combines Nationalism with Liberalism. It is a form of Nationalism that supports Liberal and Traditional (In Western Standards) values, like Freedom, Individuality, and Equality."
}
},
"stats": {
"a": 60,
"b": 30,
"c": 35,
"d": 50,
"e": 55,
"f": 50,
"g": 50
}
},
{
"name": "Progressive Conservatism",
"desc": "Progressive Conservatism is the combination of Conservative and Progressive values. It believes that society needs to be reformed, but needs to be accomplished through Conservstive thinking.",
"i18n": {
"de": {
"name": "Progressive Conservatism",
"desc": "Progressive Conservatism is the combination of Conservative and Progressive values. It believes that society needs to be reformed, but needs to be accomplished through Conservstive thinking."
},
"ko": {
"name": "Progressive Conservatism",
"desc": "Progressive Conservatism is the combination of Conservative and Progressive values. It believes that society needs to be reformed, but needs to be accomplished through Conservstive thinking."
}
},
"stats": {
"a": 60,
"b": 30,
"c": 35,
"d": 50,
"e": 55,
"f": 50,
"g": 50
}
},
{
"name": "Classical Liberalism",
"desc": "Classical Liberalism view individual liberty and limited government as a basis for a free society. It was one of the first ideologies with Liberal ideals.",
"i18n": {
"de": {
"name": "Classical Liberalism",
"desc": "Classical Liberalism view individual liberty and limited government as a basis for a free society. It was one of the first ideologies with Liberal ideals."
},
"ko": {
"name": "Classical Liberalism",
"desc": "Classical Liberalism view individual liberty and limited government as a basis for a free society. It was one of the first ideologies with Liberal ideals."
}
},
"stats": {
"a": 40,
"b": 30,
"c": 40,
"d": 40,
"e": 60,
"f": 50,
"g": 20
}
}
];