From 9e28399a0e03a7bcf5fd425691196cf815dddd45 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Fri, 29 Apr 2022 20:00:26 +0530 Subject: [PATCH] Added desert static tiles --- stardew-access/static-tiles.json | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index c74e63e..bca0e91 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -808,5 +808,50 @@ "y":[4], "type":"interactable" } + }, + "desert": + { + "Bus": + { + "x":[18], + "y":[27], + "type":"interactable" + }, + "Desert Trader": + { + "x":[42], + "y":[23], + "type":"interactable" + }, + "Three Pillars": + { + "x":[34,37,40], + "y":[8,13], + "type":"decoration" + }, + "Three Pillars Center": + { + "x":[37], + "y":[11], + "type":"interactable" + }, + "Skull Cavern Entrance": + { + "x":[8], + "y":[6], + "type":"door" + }, + "Desert Warp Statue": + { + "x":[35], + "y":[43], + "type":"decoration" + }, + "Sand Dragon Skull": + { + "x":[9,10], + "y":[35,36], + "type":"decoration" + } } } \ No newline at end of file