From a6f8e5fe35208ade040bd6101552a596904b7825 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 14:36:17 +0530 Subject: [PATCH] Added wizard house tiles --- stardew-access/static-tiles.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 485947c..4eeb776 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1852,5 +1852,35 @@ "y":[19], "type":"door" } + }, + "wizardhouse": + { + "Exit": + { + "x":[8], + "y":[24], + "type":"door" + }, + "Basement Door": + { + "x":[4], + "y":[4], + "type":"door" + } + }, + "wizardhousebasement": + { + "Exit Ladder": + { + "x":[4], + "y":[3], + "type":"door" + }, + "Shrine of Illusions": + { + "x":[12], + "y":[4], + "type":"door" + } } } \ No newline at end of file