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
|
{
"countries": [
{
"name": "Alure Regions",
"danger": 0,
"image": "/countries/alureregions.webp",
"settlements": [],
"history": []
},
{
"name": "Anatoli",
"danger": 0,
"image": "/countries/anatoli.webp",
"settlements": [],
"history": []
},
{
"name": "Auckland",
"danger": 0,
"image": "/countries/auckland.webp",
"settlements": [],
"history": []
},
{
"name": "Aura Regions",
"danger": 0,
"image": "/countries/auraregions.webp",
"settlements": [],
"history": []
},
{
"name": "Birch Boat Town",
"danger": 0,
"image": "/countries/birchboattown.webp",
"settlements": [],
"history": []
},
{
"name": "Birch Lodges Community Town",
"danger": 0,
"image": "/countries/birchlodges.webp",
"settlements": [],
"history": []
},
{
"name": "Country Warp",
"danger": 0,
"image": "/countries/countrywarp.webp",
"settlements": [],
"history": []
},
{
"name": "Eagle City",
"danger": 0,
"image": "/countries/eaglecity.webp",
"settlements": [],
"history": []
},
{
"name": "Fegal",
"danger": 3,
"image": "/countries/fegal.webp",
"settlements": [],
"history": [
"May 17th, 2023: Fegal has border security issues and it has not been solved as of now."
]
},
{
"name": "Halcandra",
"danger": 0,
"image": "/countries/halcandra.webp",
"settlements": [],
"history": []
},
{
"name": "Inkytown",
"danger": 0,
"image": "/countries/inkytown.webp",
"settlements": [],
"history": []
},
{
"name": "Kemonomimi Republic",
"danger": 0,
"image": "/countries/kemonomimi.webp",
"settlements": [],
"history": []
},
{
"name": "Knowle Regions",
"danger": 0,
"image": "/countries/knowleregions.webp",
"settlements": [],
"history": []
},
{
"name": "Lion Land",
"danger": 0,
"image": "/countries/lionland.webp",
"settlements": [],
"history": []
},
{
"name": "Mart's Extraordinarily Sublime State",
"danger": 0,
"image": "/countries/mess.webp",
"settlements": [],
"history": []
},
{
"name": "Mojave",
"danger": 0,
"image": "/countries/mojave.webp",
"settlements": [],
"history": []
},
{
"name": "Open Republic",
"danger": 0,
"image": "/countries/openrepublic.webp",
"settlements": [],
"history": []
},
{
"name": "PLC",
"danger": 0,
"image": "/countries/plc.webp",
"settlements": [],
"history": []
},
{
"name": "Plutonia Imperium",
"danger": 0,
"image": "/countries/plutoniaimperium.webp",
"settlements": [],
"history": []
},
{
"name": "The Federal Democracy of Solstice",
"danger": 0,
"image": "/countries/solstice.webp",
"settlements": [],
"history": []
},
{
"name": "Sulópolis",
"danger": 0,
"image": "/countries/sulopolis.webp",
"settlements": [],
"history": []
},
{
"name": "TAY",
"danger": 0,
"image": "/countries/tay.webp",
"settlements": [],
"history": []
},
{
"name": "Union of Soviet Sovereign Republics",
"danger": 0,
"image": "/countries/ussr.webp",
"settlements": [],
"history": []
},
{
"name": "Veronian Controlled Territories",
"danger": 0,
"image": "/countries/vct.webp",
"settlements": [],
"history": []
},
{
"name": "The Republic of Whale City",
"danger": 0,
"image": "/countries/whalecity.webp",
"settlements": [],
"history": []
},
{
"name": "The Federation of Yavno",
"danger": 0,
"image": "/countries/yavno.webp",
"settlements": [],
"history": []
},
{
"name": "The Republic of You on Kazoo",
"danger": 0,
"image": "/countries/youonkazoo.webp",
"settlements": [],
"history": []
}
]
}
|