From cf8a918ed9d9db549e6aae60ac2dc7db4d7573a7 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 16 Feb 2025 18:43:53 +0100 Subject: [PATCH] add missing zone aetheryte list and missing node --- public/data/items.json | 5 ++++- public/data/nodes.json | 17 ++++++++++++++++- public/data/zones.json | 43 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/public/data/items.json b/public/data/items.json index 005b4a6..ceff066 100644 --- a/public/data/items.json +++ b/public/data/items.json @@ -69,7 +69,6 @@ "name": "Rarefied Blue Zircon", "level": 89 }, - "rarefied-titanium-gold-ore": { "name": "Rarefied Titanium Gold Ore", "level": 96 @@ -113,5 +112,9 @@ "rarefied-mountain-flax": { "name": "Rarefied Mountain Flax", "level": 93 + }, + "rarefied-raw-dark-amber": { + "name": "Rarefied Raw Dark Amber", + "level": 93 } } diff --git a/public/data/nodes.json b/public/data/nodes.json index 8fdab43..2ca5118 100644 --- a/public/data/nodes.json +++ b/public/data/nodes.json @@ -247,6 +247,21 @@ "items": [ "rarefied-mountain-flax" ] + }, + { + "job": "botanist", + "type": "unspoiled", + "position": { + "zone": "kozamauka", + "x": 6.9, + "y": 7.5 + }, + "times": [ + "10:00-12:00", + "22:00-00:00" + ], + "items": [ + "rarefied-raw-dark-amber" + ] } ] - diff --git a/public/data/zones.json b/public/data/zones.json index de9645b..cb9a136 100644 --- a/public/data/zones.json +++ b/public/data/zones.json @@ -300,5 +300,48 @@ } } ] + }, + "kozamauka": { + "name": { + "en": "Kozama'uka" + }, + "aetherytes": [ + { + "position": { + "x": 37.1, + "y": 16.9 + }, + "name": { + "en": "Dock Poga" + } + }, + { + "position": { + "x": 18.0, + "y": 12.0 + }, + "name": { + "en": "Ok'hanu" + } + }, + { + "position": { + "x": 11.8, + "y": 27.8 + }, + "name": { + "en": "Earthenshire" + } + }, + { + "position": { + "x": 32.2, + "y": 25.9 + }, + "name": { + "en": "Many Fires" + } + } + ] } } \ No newline at end of file