From 83b9cde3cde8af318bc490ffe5beb66fdd2cec6f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 1 Oct 2023 15:51:41 -0400 Subject: Travel advisory update --- app/travel-advisory/countries.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'app') 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", @@ -146,6 +144,16 @@ "settlements": [], "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", @@ -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": [] } ] } -- cgit v1.2.3