diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 15:51:41 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 15:51:41 -0400 |
| commit | 83b9cde3cde8af318bc490ffe5beb66fdd2cec6f (patch) | |
| tree | d042306bec3414a9e7d5f2bbb2dcb9b3c4eacca4 /app | |
| parent | a04ae661c547e7e051927e7a169aeb492f50a532 (diff) | |
| download | alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.tar.gz alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.tar.bz2 alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.zip | |
Travel advisory update
Diffstat (limited to 'app')
| -rw-r--r-- | app/travel-advisory/countries.json | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/app/travel-advisory/countries.json b/app/travel-advisory/countries.json index f50474c..a06590d 100644 --- a/app/travel-advisory/countries.json +++ b/app/travel-advisory/countries.json @@ -67,12 +67,10 @@ { "name": "Fegal", "url": "fegal", - "danger": 3, + "danger": 0, "image": "/countries/fegal.webp", "settlements": [], - "history": [ - "May 17th, 2023: Fegal has border security issues and it has not been solved as of now." - ] + "history": [] }, { "name": "Halcandra", @@ -147,6 +145,16 @@ "history": [] }, { + "name": "Ownage", + "url": "ownage", + "danger": 3, + "image": "/countries/youonkazoo.webp", + "settlements": [], + "history": [ + "October 1st, 2023: Associated with a terrorist group." + ] + }, + { "name": "PLC", "url": "plc", "danger": 0, @@ -165,10 +173,12 @@ { "name": "The Federal Democracy of Solstice", "url": "solstice", - "danger": 0, + "danger": 1, "image": "/countries/solstice.webp", "settlements": [], - "history": [] + "history": [ + "September 30th, 2023: A government official involved with a terrorist group." + ] }, { "name": "Southeastern Islands", @@ -234,20 +244,12 @@ "history": [] }, { - "name": "The Federation of Yavno", + "name": "The Republic of Yavno", "url": "yavno", "danger": 0, "image": "/countries/yavno.webp", "settlements": [], "history": [] - }, - { - "name": "The Republic of You on Kazoo", - "url": "you-on-kazoo", - "danger": 0, - "image": "/countries/youonkazoo.webp", - "settlements": [], - "history": [] } ] } |
