diff --git a/public/data/aetherytes.json b/public/data/aetherytes.json index 4e7832f..366d5e9 100644 --- a/public/data/aetherytes.json +++ b/public/data/aetherytes.json @@ -58,6 +58,116 @@ "name": { "en": "Yedlihmad" } + }, + { + "position": { + "zone": "shaaloani", + "x": 15.6, + "y": 19.2 + }, + "name": { + "en": "Sheshenewezi Springs" + } + }, + { + "position": { + "zone": "shaaloani", + "x": 29.0, + "y": 30.8 + }, + "name": { + "en": "Hhusatahwi" + } + }, + { + "position": { + "zone": "shaaloani", + "x": 27.1, + "y": 10.1 + }, + "name": { + "en": "Mehwahhetsoan" + } + }, + { + "position": { + "zone": "heritage-found", + "x": 17.0, + "y": 9.8 + }, + "name": { + "en": "The Outskirts" + } + }, + { + "position": { + "zone": "heritage-found", + "x": 31.7, + "y": 25.7 + }, + "name": { + "en": "Yyasulani Station" + } + }, + { + "position": { + "zone": "heritage-found", + "x": 17.0, + "y": 23.9 + }, + "name": { + "en": "Electrope Strike" + } + }, + { + "position": { + "zone": "living-memory", + "x": 21.5, + "y": 37.3 + }, + "name": { + "en": "Leynode Mnemo" + } + }, + { + "position": { + "zone": "living-memory", + "x": 34.7, + "y": 15.7 + }, + "name": { + "en": "Leynode Pyro" + } + }, + { + "position": { + "zone": "living-memory", + "x": 16.4, + "y": 13.5 + }, + "name": { + "en": "Leynode Aero" + } + }, + { + "position": { + "zone": "urquopacha", + "x": 30.5, + "y": 34.2 + }, + "name": { + "en": "Worlar's Echo" + } + }, + { + "position": { + "zone": "urquopacha", + "x": 28.1, + "y": 13.1 + }, + "name": { + "en": "Wachunpelo" + } } ] diff --git a/public/data/items.json b/public/data/items.json index 506f1bd..7e9c335 100644 --- a/public/data/items.json +++ b/public/data/items.json @@ -1,22 +1,62 @@ { "rarefied-iceberg-lettuce": { "name": "Rarefied Iceberg Lettuce", - "scrip-color": "purple", "level": 90 }, "rarefied-dark-rye": { "name": "Rarefied Dark Rye", - "scrip-color": "white", "level": 89 }, "rarefied-palm-log": { "name": "Rarefied Palm Log", - "scrip-color": "white", "level": 81 }, "rarefied-coconut": { "name": "Rarefied Coconut", - "scrip-color": "white", "level": 85 + }, + "rarefied-titanium-gold-ore": { + "name": "Rarefied Titanium Gold Ore", + "level": 96 + }, + "rarefied-magnesite-ore": { + "name": "Rarefied Magnesite Ore", + "level": 100 + }, + "rarefied-rakaznar-ore": { + "name": "Rarefied Ra'Kaznar Ore", + "level": 100 + }, + "rarefied-white-gold-ore": { + "name": "Rarefied White Gold Ore", + "level": 98 + }, + "rarefied-ash-soil": { + "name": "Rarefied Ash Soil", + "level": 100 + }, + "rarefied-acacia-log": { + "name": "Rarefied Acacia Log", + "level": 100 + }, + "rarefied-acacia-bark": { + "name": "Rarefied Acacia Bark", + "level": 98 + }, + "rarefied-dark-mahogany-log": { + "name": "Rarefied Dark Mahogany Log", + "level": 100 + }, + "rarefied-sweet-kukuru-bean": { + "name": "Rarefied Sweet Kukuru Bean", + "level": 96 + }, + "rarefied-windsbalm-bay-leaf": { + "name": "Rarefied Windsbalm Bay Leaf", + "level": 100 + }, + "rarefied-mountain-flax": { + "name": "Rarefied Mountain Flax", + "level": 93 } } diff --git a/public/data/nodes.json b/public/data/nodes.json index 2e19702..7a049d4 100644 --- a/public/data/nodes.json +++ b/public/data/nodes.json @@ -32,6 +32,122 @@ "rarefied-palm-log", "rarefied-coconut" ] + }, + { + "job": "miner", + "type": "unspoiled", + "position": { + "zone": "shaaloani", + "x": 9.2, + "y": 24.2 + }, + "times": [ + "08:00-10:00", + "20:00-22:00" + ], + "items": [ + "rarefied-magnesite-ore", + "rarefied-titanium-gold-ore" + ] + }, + { + "job": "miner", + "type": "unspoiled", + "position": { + "zone": "heritage-found", + "x": 34.6, + "y": 8.2 + }, + "times": [ + "04:00-06:00", + "16:00-18:00" + ], + "items": [ + "rarefied-rakaznar-ore", + "rarefied-white-gold-ore" + ] + }, + { + "job": "miner", + "type": "unspoiled", + "position": { + "zone": "living-memory", + "x": 24.9, + "y": 17.3 + }, + "times": [ + "00:00-02:00", + "12:00-14:00" + ], + "items": [ + "rarefied-ash-soil" + ] + }, + { + "job": "botanist", + "type": "unspoiled", + "position": { + "zone": "shaaloani", + "x": 31.6, + "y": 20.4 + }, + "times": [ + "06:00-08:00", + "18:00-20:00" + ], + "items": [ + "rarefied-acacia-log", + "rarefied-acacia-bark" + ] + }, + { + "job": "botanist", + "type": "unspoiled", + "position": { + "zone": "yar-tel", + "x": 36.9, + "y": 34.8 + }, + "times": [ + "02:00-04:00", + "14:00-16:00" + ], + "items": [ + "rarefied-acacia-log", + "rarefied-acacia-bark" + ] + }, + { + "job": "botanist", + "type": "unspoiled", + "position": { + "zone": "living-memory", + "x": 8.7, + "y": 7.6 + }, + "times": [ + "10:00-12:00", + "22:00-00:00" + ], + "items": [ + "rarefied-windsbalm-bay-leaf" + ] + }, + { + "job": "botanist", + "type": "unspoiled", + "position": { + "zone": "urquopacha", + "x": 5.9, + "y": 23.8 + }, + "times": [ + "00:00-02:00", + "12:00-14:00" + ], + "items": [ + "rarefied-mountain-flax" + ] } ] diff --git a/public/data/zones.json b/public/data/zones.json index 4400ab5..752b146 100644 --- a/public/data/zones.json +++ b/public/data/zones.json @@ -8,5 +8,30 @@ "name": { "en": "Thavnair" } + }, + "yak-tel": { + "name": { + "en": "Yak T'el" + } + }, + "shaaloani": { + "name": { + "en": "Shaaloani" + } + }, + "heritage-found": { + "name": { + "en": "Heritage Found" + } + }, + "living-memory": { + "name": { + "en": "Living Memory" + } + }, + "urquopacha": { + "name": { + "en": "Urquopacha" + } } } \ No newline at end of file