From 03e8eead73ac68545b60b767413dbef64aad182c Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 14:21:25 +0530 Subject: [PATCH] Added seed shop tiles --- stardew-access/static-tiles.json | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 02cb286..94ebf5d 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1780,5 +1780,56 @@ "y":[9], "type":"npc" } + }, + "seedshop": + { + "Exit": + { + "x":[6], + "y":[29], + "type":"door" + }, + "Shop Counter": + { + "x":[4], + "y":[18], + "type":"interactable" + }, + "Backpack Upgrade": + { + "x":[7], + "y":[18], + "type":"interactable" + }, + "Shrine of Yoba": + { + "x":[37], + "y":[17], + "type":"decoration" + }, + "Fridge": + { + "x":[39], + "y":[4], + "type":"decoration" + }, + "Abigail's Room Door": + { + "x":[13], + "y":[11], + "type":"door" + }, + "Pierre and Caroline's Room Door": + { + "x":[20], + "y":[11], + "type":"door" + }, + "Living Room Door": + { + "x":[14], + "y":[16], + "type":"door" + } } } \ No newline at end of file