From d66fd0afb0a4d35eac5a73270fec2edf29276a53 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Tue, 8 Nov 2022 11:21:19 -0600 Subject: [PATCH] IslandWestCave1 Definitions Added definitions to IslandWestCave1 for the lion statue and note crystals so players can resolve that puzzle.Reverted the removal of the skull cavern door in 1.3.4, since that's an interaction tile used to enter the actual dungeon. --- stardew-access/assets/static-tiles.json | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index c90a313..8e37f1e 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -950,6 +950,38 @@ "type": "door" } }, + "islandwestcave1": { + "Lion Statue": { + "x": [6], + "y": [2], + "type": "other" + }, + "Crystal 1": { + "x": [3], + "y": [4], + "type": "interactable" + }, + "Crystal 2": { + "x": [4], + "y": [6], + "type": "interactable" + }, + "Crystal 3": { + "x": [6], + "y": [7], + "type": "interactable" + }, + "Crystal 4": { + "x": [8], + "y": [6], + "type": "interactable" + }, + "Crystal 5": { + "x": [9], + "y": [4], + "type": "interactable" + } + }, "jojamart": { "Morris's Kiosk": { "x": [21], @@ -2062,6 +2094,13 @@ "type": "door" } }, + "skullcave": { + "Skull Cavern Door": { + "x": [3], + "y": [3], + "type": "door" + } + }, "slime hutch": { "Water Trough 1": { "x": [16],