From b53a37e8b55c70cb6bd18e10e78820d90c3a78b9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 13 Mar 2025 17:02:52 -0400 Subject: Travel advisory update --- app/countries.json | 36 +++++++++++++++++++++++++++++++----- public/countries/union-jacks.webp | Bin 0 -> 209074 bytes public/countries/vosazen.webp | Bin 0 -> 190804 bytes 3 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 public/countries/union-jacks.webp create mode 100644 public/countries/vosazen.webp 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", @@ -308,6 +312,17 @@ "settlements": [], "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", @@ -319,6 +334,17 @@ "settlements": [], "history": [] }, + { + "name": "Vosazen", + "short": "VZN", + "url": "vosazen", + "visa": true, + "visaInfo": [], + "image": "/countries/vosazen.webp", + "danger": 0, + "settlements": [], + "history": [] + }, { "name": "Vyxalla", "short": "VYX", diff --git a/public/countries/union-jacks.webp b/public/countries/union-jacks.webp new file mode 100644 index 0000000..78ec651 Binary files /dev/null and b/public/countries/union-jacks.webp differ diff --git a/public/countries/vosazen.webp b/public/countries/vosazen.webp new file mode 100644 index 0000000..6491a13 Binary files /dev/null and b/public/countries/vosazen.webp differ -- cgit v1.2.3