diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-05 18:17:52 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-05 18:19:37 -0500 |
| commit | 6eafe7be556b43e406ec88b9de7ed70f1f746669 (patch) | |
| tree | b0a2484a16cdf0b3e38acaf3e4327e691afe1e38 | |
| parent | 9a36b45c4689e68d94433a4cd1e2a6f0ff2ef3ee (diff) | |
| download | alure-website-6eafe7be556b43e406ec88b9de7ed70f1f746669.tar.gz alure-website-6eafe7be556b43e406ec88b9de7ed70f1f746669.tar.bz2 alure-website-6eafe7be556b43e406ec88b9de7ed70f1f746669.zip | |
Travel advisory update
| -rw-r--r-- | app/travel-advisory/countries.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index f722afc..7cdcd34 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -19,10 +19,12 @@ { "name": "The Aura Regions", "url": "auraregions", - "danger": 0, + "danger": 1, "image": "/countries/auraregions.webp", "settlements": [], - "history": [] + "history": [ + "February 5th, 2024: Lockdown happening in Baxford Central." + ] }, { "name": "Birch Boat Town", @@ -186,12 +188,10 @@ { "name": "The Solstice Federation", "url": "solstice", - "danger": 3, + "danger": 1, "image": "/countries/solstice.webp", "settlements": [], - "history": [ - "January 2nd, 2023: Civil war within Solstice, caused by the Othoroot government." - ] + "history": ["Ongoing conflicts within the government."] }, { "name": "Sulópolis", |
