diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-13 17:02:52 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-13 17:02:52 -0400 |
| commit | b53a37e8b55c70cb6bd18e10e78820d90c3a78b9 (patch) | |
| tree | 39ca0cd865451661a80f54c9d11cf1c55d74d5a3 | |
| parent | 56a4f5e7c600cc79075c51029c019dc8ba3e8c11 (diff) | |
| download | alure-website-b53a37e8b55c70cb6bd18e10e78820d90c3a78b9.tar.gz alure-website-b53a37e8b55c70cb6bd18e10e78820d90c3a78b9.tar.bz2 alure-website-b53a37e8b55c70cb6bd18e10e78820d90c3a78b9.zip | |
Travel advisory update
| -rw-r--r-- | app/countries.json | 36 | ||||
| -rw-r--r-- | public/countries/union-jacks.webp | bin | 0 -> 209074 bytes | |||
| -rw-r--r-- | public/countries/vosazen.webp | bin | 0 -> 190804 bytes |
3 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", diff --git a/public/countries/union-jacks.webp b/public/countries/union-jacks.webp Binary files differnew file mode 100644 index 0000000..78ec651 --- /dev/null +++ b/public/countries/union-jacks.webp diff --git a/public/countries/vosazen.webp b/public/countries/vosazen.webp Binary files differnew file mode 100644 index 0000000..6491a13 --- /dev/null +++ b/public/countries/vosazen.webp |
