diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:04:32 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:04:32 -0400 |
| commit | b50e5415658c42c7102510a01dc66f5080febb9f (patch) | |
| tree | 0e23f7c6fe9b657ec56125c727cda01570f58a23 /app/countries.json | |
| parent | b53a37e8b55c70cb6bd18e10e78820d90c3a78b9 (diff) | |
| download | alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.tar.gz alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.tar.bz2 alure-website-b50e5415658c42c7102510a01dc66f5080febb9f.zip | |
New country; New page; Update packages
Diffstat (limited to 'app/countries.json')
| -rw-r--r-- | app/countries.json | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/app/countries.json b/app/countries.json index 588a1e6..d783394 100644 --- a/app/countries.json +++ b/app/countries.json @@ -45,6 +45,19 @@ "history": [] }, { + "name": "Basuran Federal Union", + "short": "BFU", + "url": "basuran", + "visa": true, + "visaInfo": [], + "image": "/countries/basuran.webp", + "danger": 3, + "settlements": [], + "history": [ + "April 2025: Internal civil war between states." + ] + }, + { "name": "The Republic of Bohemia", "short": "BHM", "url": "bohemia", @@ -73,11 +86,9 @@ "visa": true, "visaInfo": [], "image": "/countries/doodadsandgizmos.webp", - "danger": 3, + "danger": 0, "settlements": [], - "history": [ - "March 2025: Gizmo City announced that they will nuke Sorena. Their citizens responded with a revolution." - ] + "history": [] }, { "name": "Eagle City", @@ -262,11 +273,9 @@ "visa": true, "visaInfo": [], "image": "/countries/sorena.webp", - "danger": 3, + "danger": 0, "settlements": [], - "history": [ - "March 2025: Internal turnoil in Sorena." - ] + "history": [] }, { "name": "Sulópolis", |
