From ac2a384d84c750c5ab999c650f606f249a44cef0 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Tue, 25 Oct 2022 06:31:35 -0500 Subject: [PATCH] Dwarf Shop Etc Defined the location of the Dwarf shop on Volcano Dungeon 5. Defined two signs in town as decorations. Removed the top and bottom tiles of the Joja Mart shop counter so that Accessible Tiles auto pathing won't navigate to the south / north end of the counter, as those tiles will only let you interact with them from the right. --- stardew-access/assets/static-tiles.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 99789aa..9378d14 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1323,7 +1323,7 @@ }, "Shop Counter": { "x": [10], - "y": [23, 24, 25, 26], + "y": [24, 25], "type": "interactable" }, "Salt": { @@ -2655,7 +2655,7 @@ "Sewer": { "x": [34, 35], "y": [95, 96], - "type": "interactable" + "type": "door" }, "Ice Cream Stand": { "x": [88], @@ -2667,6 +2667,16 @@ "y": [79], "type": "interactable" }, + "Clinic Sign": { + "x": [37], + "y": [56], + "type": "decoration" + }, + "General Store Sign": { + "x": [45], + "y": [56], + "type": "decoration" + }, "Faded Gravestone": { "x": [42], "y": [85], @@ -2898,6 +2908,13 @@ "type": "door" } }, + "volcanodungeon5": { + "Dwarf Shop": { + "x": [36], + "y": [30], + "type": "interactable" + } + }, "witchhut": { "Exit": { "x": [7],