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" + ] } ]