From af8a6cab1d217df27745bebaa4ba756b9f0e19dc Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 21 Dec 2025 00:20:11 +0100 Subject: [PATCH] add one of the legendary nodes --- public/data/items.json | 6 ++++++ public/data/nodes.json | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/public/data/items.json b/public/data/items.json index d72748b..4fcf712 100644 --- a/public/data/items.json +++ b/public/data/items.json @@ -134,5 +134,11 @@ "level": 90, "stars": 2, "perception": 3600 + }, + "shaaloani-coffee": { + "name": "Shaaloani Coffee", + "level": 100, + "stars": 2, + "perception": 4740 } } diff --git a/public/data/nodes.json b/public/data/nodes.json index 7b13b64..31dd348 100644 --- a/public/data/nodes.json +++ b/public/data/nodes.json @@ -311,5 +311,21 @@ "items": [ "paldao-log" ] + }, + { + "job": "botanist", + "type": "legendary", + "position": { + "zone": "shaaloani", + "x": 34.9, + "y": 16.3 + }, + "times": [ + "04:00-06:00", + "16:00-18:00" + ], + "items": [ + "shaaloani-coffee" + ] } ]