diff options
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": [] } ] } |
