diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/countries.json | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/app/countries.json b/app/countries.json index 5e8e5ed..588a1e6 100644 --- a/app/countries.json +++ b/app/countries.json @@ -67,15 +67,17 @@ "history": [] }, { - "name": "The Federation of Doodads and Gizmos", + "name": "The Republic of Gizmo City", "short": "FDG", - "url": "doodadsandgizmos", + "url": "gizmocity", "visa": true, "visaInfo": [], "image": "/countries/doodadsandgizmos.webp", - "danger": 0, + "danger": 3, "settlements": [], - "history": [] + "history": [ + "March 2025: Gizmo City announced that they will nuke Sorena. Their citizens responded with a revolution." + ] }, { "name": "Eagle City", @@ -262,7 +264,9 @@ "image": "/countries/sorena.webp", "danger": 3, "settlements": [], - "history": [] + "history": [ + "March 2025: Internal turnoil in Sorena." + ] }, { "name": "Sulópolis", @@ -309,6 +313,17 @@ "history": [] }, { + "name": "Kingdom of Union Jacks", + "short": "KUJ", + "url": "union-jacks", + "visa": true, + "visaInfo": [], + "image": "/countries/union-jacks.webp", + "danger": 0, + "settlements": [], + "history": [] + }, + { "name": "Veronian Controlled Territories", "short": "VCT", "url": "veronian-controlled-territories", @@ -320,6 +335,17 @@ "history": [] }, { + "name": "Vosazen", + "short": "VZN", + "url": "vosazen", + "visa": true, + "visaInfo": [], + "image": "/countries/vosazen.webp", + "danger": 0, + "settlements": [], + "history": [] + }, + { "name": "Vyxalla", "short": "VYX", "url": "vyxalla", |
