From c0379df157ed3453129976080f1335ef886b0e36 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 16 Feb 2025 19:55:42 +0100 Subject: [PATCH] add a few more nodes --- public/data/items.json | 18 +++++++++++++++ public/data/nodes.json | 50 +++++++++++++++++++++++++++++++++++++++++- public/data/zones.json | 34 ++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) diff --git a/public/data/items.json b/public/data/items.json index ceff066..d72748b 100644 --- a/public/data/items.json +++ b/public/data/items.json @@ -116,5 +116,23 @@ "rarefied-raw-dark-amber": { "name": "Rarefied Raw Dark Amber", "level": 93 + }, + "raw-spodumene": { + "name": "Raw Spodumene", + "level": 90, + "stars": 3, + "perception": 3850 + }, + "mempisang-log": { + "name": "Mempisang Log", + "level": 90, + "stars": 1, + "perception": 2990 + }, + "paldao-log": { + "name": "Paldao Log", + "level": 90, + "stars": 2, + "perception": 3600 } } diff --git a/public/data/nodes.json b/public/data/nodes.json index 2ca5118..ed4873f 100644 --- a/public/data/nodes.json +++ b/public/data/nodes.json @@ -203,7 +203,7 @@ "job": "botanist", "type": "unspoiled", "position": { - "zone": "yar-tel", + "zone": "yak-tel", "x": 36.9, "y": 34.8 }, @@ -263,5 +263,53 @@ "items": [ "rarefied-raw-dark-amber" ] + }, + { + "job": "miner", + "type": "legendary", + "position": { + "zone": "elpis", + "x": 30.2, + "y": 18.2 + }, + "times": [ + "08:00-10:00", + "20:00-22:00" + ], + "items": [ + "raw-spodumene" + ] + }, + { + "job": "botanist", + "type": "legendary", + "position": { + "zone": "elpis", + "x": 33.1, + "y": 14.7 + }, + "times": [ + "06:00-08:00", + "18:00-20:00" + ], + "items": [ + "mempisang-log" + ] + }, + { + "job": "botanist", + "type": "legendary", + "position": { + "zone": "elpis", + "x": 9.8, + "y": 29.8 + }, + "times": [ + "02:00-04:00", + "14:00-16:00" + ], + "items": [ + "paldao-log" + ] } ] diff --git a/public/data/zones.json b/public/data/zones.json index cb9a136..c62e1d6 100644 --- a/public/data/zones.json +++ b/public/data/zones.json @@ -343,5 +343,39 @@ } } ] + }, + "elpis": { + "name": { + "en": "Elpis" + }, + "aetherytes": [ + { + "position": { + "x": 24.6, + "y": 24.0 + }, + "name": { + "en": "Anagnorisis" + } + }, + { + "position": { + "x": 8.7, + "y": 32.3 + }, + "name": { + "en": "The Twelve Wonders" + } + }, + { + "position": { + "x": 10.8, + "y": 17.0 + }, + "name": { + "en": "Poieten Oikos" + } + } + ] } } \ No newline at end of file