From 1bac13bc1440fba399ecd0af887c30a862eb00d7 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Mon, 22 Aug 2022 06:56:57 -0500 Subject: [PATCH 1/9] Minor Static Tiles Additions Added a boulder to the Railroad as a decoration, helpful for finding a secret note dig spot. Added a 2X1 bench in the desert as furniture, helpful for finding a secret note dig spot. Fixed the size of the pond next to the spa to 3X3 rather than 4X3. --- stardew-access/assets/static-tiles.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 9123647..7f9a6aa 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -792,6 +792,11 @@ "x": [9, 10], "y": [35, 36], "type": "decoration" + }, + "Bench": { + "x": [43, 44], + "y": [54], + "type": "furniture" } }, "elliotthouse": { @@ -1619,8 +1624,13 @@ "y": [36], "type": "other" }, + "Boulder": { + "x": [11], + "y": [38], + "type": "decoration" + }, "Water": { - "x": [13, 14, 15, 16], + "x": [14, 15, 16], "y": [54, 55, 56], "type": "water" } From a3df4e259130aaac942ec530102f98b3dd8f5930 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Mon, 22 Aug 2022 16:32:42 -0500 Subject: [PATCH 2/9] Joja Mart Definitions Some more static tile tweaks and additions: Desert: Added a bench as furniture, helpful for finding a secret note dig spot. Joja Mart: Added tile definitions for product shelves as decorations. Railroad: Added a boulder as a decoration, helpful for finding a secret note dig spot. Railroad: Added the summit boulder as a decoration. Railroad: Fixed the size of the pond next to the spa to 3X3 rather than 4X3. Railroad: Added a bench as furniture. Railroad: Renamed the empty crate tile as "empty box" to match its examine description. Railroad: Expanded the dumpster definition to span across two tiles, as it's sitting half way across both. --- stardew-access/assets/static-tiles.json | 551 +++++++++++++++++++++++- 1 file changed, 548 insertions(+), 3 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 7f9a6aa..62011c8 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1320,8 +1320,543 @@ }, "Shop Counter": { "x": [10], - "y": [25], + "y": [23, 24, 25, 26], "type": "interactable" + }, + "Salt": { + "x": [3], + "y": [10, 11], + "type": "decoration" + }, + "Multipurpose Sauce": { + "x": [3], + "y": [12], + "type": "decoration" + }, + "Marinara Sauce": { + "x": [3], + "y": [13], + "type": "decoration" + }, + "Pesto": { + "x": [3], + "y": [14], + "type": "decoration" + }, + "Vegan Sausage": { + "x": [3], + "y": [15, 16], + "type": "decoration" + }, + "Coconut Meat": { + "x": [3], + "y": [17], + "type": "decoration" + }, + "Cowboy Sauce": { + "x": [3], + "y": [18, 19], + "type": "decoration" + }, + "Hoisin Sauce": { + "x": [4], + "y": [10], + "type": "decoration" + }, + "Pretzel Snacks": { + "x": [4], + "y": [11, 12], + "type": "decoration" + }, + "Honey Sauce": { + "x": [4], + "y": [13], + "type": "decoration" + }, + "Yeast": { + "x": [4], + "y": [14], + "type": "decoration" + }, + "Sugar Cones": { + "x": [4], + "y": [15], + "type": "decoration" + }, + "Sugar Stars": { + "x": [4], + "y": [16], + "type": "decoration" + }, + "Gummies": { + "x": [4], + "y": [17], + "type": "decoration" + }, + "Fruit Snacks": { + "x": [4], + "y": [18], + "type": "decoration" + }, + "Marinated Mushrooms": { + "x": [4], + "y": [19], + "type": "decoration" + }, + "Low Fat Beans": { + "x": [7], + "y": [11, 12], + "type": "decoration" + }, + "White Fungus Soda": { + "x": [7], + "y": [13], + "type": "decoration" + }, + "Powdered Breakfast": { + "x": [7], + "y": [14, 15], + "type": "decoration" + }, + "Powdered Wine": { + "x": [7], + "y": [16], + "type": "decoration" + }, + "Canned Scrambled Eggs": { + "x": [7], + "y": [17], + "type": "decoration" + }, + "Canned Fish": { + "x": [7], + "y": [18], + "type": "decoration" + }, + "Canned Meals": { + "x": [7], + "y": [19, 20], + "type": "decoration" + }, + "Protein Bars": { + "x": [8], + "y": [10, 11], + "type": "decoration" + }, + "Protein Shakes": { + "x": [8], + "y": [12], + "type": "decoration" + }, + "Protein Powder": { + "x": [8], + "y": [13, 14], + "type": "decoration" + }, + "Jitter Juice": { + "x": [8], + "y": [15], + "type": "decoration" + }, + "Explosion Juice": { + "x": [8], + "y": [16], + "type": "decoration" + }, + "Blue Alien Energy": { + "x": [8], + "y": [17], + "type": "decoration" + }, + "Hyper Juice": { + "x": [8], + "y": [18], + "type": "decoration" + }, + "Joja Cola Amped": { + "x": [8], + "y": [19, 20], + "type": "decoration" + }, + "Sugar Free Lollipop": { + "x": [11], + "y": [10, 11], + "type": "decoration" + }, + "Drinkable Frosting": { + "x": [11], + "y": [12, 13], + "type": "decoration" + }, + "Cocoa Zeppelins": { + "x": [11], + "y": [14], + "type": "decoration" + }, + "Silly Sauce": { + "x": [11], + "y": [15], + "type": "decoration" + }, + "Grape Nibble Pebbles": { + "x": [11], + "y": [16, 17], + "type": "decoration" + }, + "Strawberry Lollipops": { + "x": [11], + "y": [18], + "type": "decoration" + }, + "Sugar Orbs": { + "x": [11], + "y": [19], + "type": "decoration" + }, + "24 Grain Bread": { + "x": [12], + "y": [10, 11], + "type": "decoration" + }, + "11 Grain Bread": { + "x": [12], + "y": [12], + "type": "decoration" + }, + "Wheat Bread": { + "x": [12], + "y": [13], + "type": "decoration" + }, + "Oat Bread": { + "x": [12], + "y": [14], + "type": "decoration" + }, + "Brown Bread": { + "x": [12], + "y": [15], + "type": "decoration" + }, + "Rye Bread": { + "x": [12], + "y": [16], + "type": "decoration" + }, + "Sourdough Bread": { + "x": [12], + "y": [17], + "type": "decoration" + }, + "Bread": { + "x": [12], + "y": [18], + "type": "decoration" + }, + "Pancakes": { + "x": [12], + "y": [19], + "type": "decoration" + }, + "Maple Sauce": { + "x": [15], + "y": [10], + "type": "decoration" + }, + "Maypul Syrup": { + "x": [15], + "y": [11], + "type": "decoration" + }, + "Cooking Oil": { + "x": [15], + "y": [12], + "type": "decoration" + }, + "Corn Oil": { + "x": [15], + "y": [13], + "type": "decoration" + }, + "Synthetic Butter": { + "x": [15], + "y": [14], + "type": "decoration" + }, + "Powdered Cream": { + "x": [15], + "y": [15], + "type": "decoration" + }, + "Powdered Butter": { + "x": [15], + "y": [16], + "type": "decoration" + }, + "Joja Oil": { + "x": [15], + "y": [17], + "type": "decoration" + }, + "Canola Oil": { + "x": [15], + "y": [18], + "type": "decoration" + }, + "Olive Oil": { + "x": [15], + "y": [19, 20], + "type": "decoration" + }, + "Marshmallows": { + "x": [16], + "y": [10], + "type": "decoration" + }, + "Hair Gel": { + "x": [16], + "y": [11, 12], + "type": "decoration" + }, + "Floss": { + "x": [16], + "y": [13], + "type": "decoration" + }, + "Mouthwash": { + "x": [16], + "y": [14], + "type": "decoration" + }, + "Toothpaste": { + "x": [16], + "y": [15], + "type": "decoration" + }, + "Hand Soap": { + "x": [16], + "y": [16], + "type": "decoration" + }, + "Multipurpose Detergent": { + "x": [16], + "y": [17], + "type": "decoration" + }, + "Laundry Detergent": { + "x": [16], + "y": [18, 19, 20], + "type": "decoration" + }, + "Taco Sauce For Babies": { + "x": [19], + "y": [10], + "type": "decoration" + }, + "Granny's Sauce": { + "x": [19], + "y": [11], + "type": "decoration" + }, + "Very Mild Sauce": { + "x": [19], + "y": [12], + "type": "decoration" + }, + "Mild Sauce": { + "x": [19], + "y": [13], + "type": "decoration" + }, + "Take Me To The Emergency Room Sauce": { + "x": [19], + "y": [14], + "type": "decoration" + }, + "Unbearable Torturous Blaze Sauce": { + "x": [19], + "y": [15], + "type": "decoration" + }, + "Searing Pain Sauce": { + "x": [19], + "y": [16], + "type": "decoration" + }, + "Inferno Sauce": { + "x": [19], + "y": [17], + "type": "decoration" + }, + "Fire Sauce": { + "x": [19], + "y": [18], + "type": "decoration" + }, + "Hot Sauce": { + "x": [19], + "y": [19], + "type": "decoration" + }, + "Hoisin Sauce": { + "x": [20], + "y": [10], + "type": "decoration" + }, + "Churro Kit": { + "x": [20], + "y": [11, 12], + "type": "decoration" + }, + "Honey Sauce": { + "x": [20], + "y": [13], + "type": "decoration" + }, + "Yeast": { + "x": [20], + "y": [14], + "type": "decoration" + }, + "Sugar Cones": { + "x": [20], + "y": [15], + "type": "decoration" + }, + "Sugar Stars": { + "x": [20], + "y": [16], + "type": "decoration" + }, + "Gummies": { + "x": [20], + "y": [17], + "type": "decoration" + }, + "Fruit Snacks": { + "x": [20], + "y": [18], + "type": "decoration" + }, + "Marinated Mushrooms": { + "x": [20], + "y": [19], + "type": "decoration" + }, + "Canned Soup": { + "x": [23], + "y": [10, 11], + "type": "decoration" + }, + "White Bread": { + "x": [23], + "y": [12], + "type": "decoration" + }, + "Canned Shrimp.": { + "x": [23], + "y": [13], + "type": "decoration" + }, + "Shrimp Snack": { + "x": [23], + "y": [14], + "type": "decoration" + }, + "Budget Wine": { + "x": [23], + "y": [15], + "type": "decoration" + }, + "X-Treme Chipz": { + "x": [23], + "y": [16], + "type": "decoration" + }, + "Pure Gluten.": { + "x": [23], + "y": [17], + "type": "decoration" + }, + "Joja Meal": { + "x": [23], + "y": [18], + "type": "decoration" + }, + "Canned Pasta": { + "x": [23], + "y": [19], + "type": "decoration" + }, + "Ranch Chips": { + "x": [24], + "y": [10, 11], + "type": "decoration" + }, + "Smokehouse Chips": { + "x": [24], + "y": [12], + "type": "decoration" + }, + "Cinnamon Sugar Chips": { + "x": [24], + "y": [13], + "type": "decoration" + }, + "Sugar Cane Chips": { + "x": [24], + "y": [14], + "type": "decoration" + }, + "Inferno Chips": { + "x": [24], + "y": [15, 16], + "type": "decoration" + }, + "Carbo Cones": { + "x": [24], + "y": [17, 18], + "type": "decoration" + }, + "Corn Flour": { + "x": [24], + "y": [19], + "type": "decoration" + }, + "Low Fat Beans": { + "x": [28], + "y": [11, 12], + "type": "decoration" + }, + "White Fungus Soda": { + "x": [28], + "y": [13], + "type": "decoration" + }, + "Powdered Breakfast": { + "x": [28], + "y": [14, 15], + "type": "decoration" + }, + "Powdered Wine": { + "x": [28], + "y": [16], + "type": "decoration" + }, + "Canned Scrambled Eggs": { + "x": [28], + "y": [17], + "type": "decoration" + }, + "Canned Fish": { + "x": [28], + "y": [18], + "type": "decoration" + }, + "Canned Meals": { + "x": [28], + "y": [19], + "type": "decoration" } }, "joshhouse": { @@ -1614,13 +2149,13 @@ "y": [35], "type": "door" }, - "Empty Crate": { + "Empty Box": { "x": [45], "y": [40], "type": "other" }, "Dumpster": { - "x": [28], + "x": [28, 29], "y": [36], "type": "other" }, @@ -1629,6 +2164,16 @@ "y": [38], "type": "decoration" }, + "Summit Boulder": { + "x": [24, 25], + "y": [35], + "type": "decoration" + }, + "Bench": { + "x": [38, 39, 40], + "y": [40], + "type": "furniture" + }, "Water": { "x": [14, 15, 16], "y": [54, 55, 56], From 2cebc7ce99e155a38fdf1856e1d127c31074bd09 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Fri, 26 Aug 2022 07:59:41 -0500 Subject: [PATCH 3/9] More Tile Definitions Started adding [number] to tile definitions with the same name to coincide with the unique bracketed identifiers. Adventure Guild: Defined various decoration and furniture, though I did leave out all the barrels as I felt they weren't important enough to enumerate. Archaeology House: Defined the 21 lost books in Strings/Notes under the "Other" category, as their state requires previous interaction to determine. Defined other various other decoration and furniture. Town: Defined the 5X4 fountain in the water category. Expanded the mountain entrance definition to cover the entire 5X1 tile width. Defined various benches as furniture. Defined two bridges in the bridge category. --- stardew-access/assets/static-tiles.json | 317 +++++++++++++++++++++++- 1 file changed, 316 insertions(+), 1 deletion(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 62011c8..b448c00 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -19,6 +19,41 @@ "x": [11], "y": [12], "type": "npc" + }, + "Stool[1]": { + "x": [2], + "y": [13], + "type": "furniture" + }, + "Stool[2]": { + "x": [11], + "y": [16], + "type": "furniture" + }, + "Stool[3]": { + "x": [9], + "y": [17], + "type": "furniture" + }, + "Stool[4]": { + "x": [11], + "y": [18], + "type": "furniture" + }, + "Fireplace": { + "x": [9, 10], + "y": [11], + "type": "decoration" + }, + "Table": { + "x": [10, 11], + "y": [17], + "type": "decoration" + }, + "House Plant": { + "x": [12], + "y": [18], + "type": "decoration" } }, "animalshop": { @@ -134,10 +169,230 @@ "y": [9], "type": "other" }, + "Rearrange Collection": { + "x": [2], + "y": [9], + "type": "interactable" + }, "Counter": { "x": [3], "y": [9], "type": "interactable" + }, + "Stool": { + "x": [1], + "y": [10], + "type": "furniture" + }, + "Chair[1]": { + "x": [13], + "y": [14], + "type": "furniture" + }, + "Chair[2]": { + "x": [9], + "y": [16], + "type": "furniture" + }, + "Chair[3]": { + "x": [13], + "y": [18], + "type": "furniture" + }, + "Chair[4]": { + "x": [17], + "y": [18], + "type": "furniture" + }, + "Table": { + "x": [17, 18], + "y": [10, 11], + "type": "decoration" + }, + "Desk[1]": { + "x": [9, 10], + "y": [15], + "type": "decoration" + }, + "Desk[2]": { + "x": [13, 14], + "y": [15], + "type": "decoration" + }, + "Desk[3]": { + "x": [17, 18], + "y": [15], + "type": "decoration" + }, + "Desk[4]": { + "x": [9, 10], + "y": [17], + "type": "decoration" + }, + "Desk[5]": { + "x": [13, 14], + "y": [17], + "type": "decoration" + }, + "Desk[6]": { + "x": [17, 18], + "y": [17], + "type": "decoration" + }, + "House Plant[1]": { + "x": [27], + "y": [4], + "type": "decoration" + }, + "House Plant[2]": { + "x": [26], + "y": [18], + "type": "decoration" + }, + "Palm Tree": { + "x": [38], + "y": [4], + "type": "decoration" + }, + "Fireplace": { + "x": [43, 44], + "y": [4], + "type": "decoration" + }, + "History Book": { + "x": [15, 16, 17, 18, 19], + "y": [8], + "type": "decoration" + }, + "Step Stool[1]": { + "x": [10], + "y": [9], + "type": "decoration" + }, + "Step Stool[2]": { + "x": [18], + "y": [5], + "type": "decoration" + }, + "Teddybear": { + "x": [20], + "y": [9], + "type": "decoration" + }, + "Atlas": { + "x": [21], + "y": [7, 8], + "type": "decoration" + }, + "Children's Book": { + "x": [21], + "y": [9, 10], + "type": "decoration" + }, + "Book 1": { + "x": [9], + "y": [13], + "type": "other" + }, + "Book 2": { + "x": [9], + "y": [12], + "type": "other" + }, + "Book 3": { + "x": [9], + "y": [11], + "type": "other" + }, + "Book 4": { + "x": [9], + "y": [10], + "type": "other" + }, + "Book 5": { + "x": [9], + "y": [4], + "type": "other" + }, + "Book 6": { + "x": [10], + "y": [4], + "type": "other" + }, + "Book 7": { + "x": [11], + "y": [4], + "type": "other" + }, + "Book 8": { + "x": [12], + "y": [4], + "type": "other" + }, + "Book 9": { + "x": [13], + "y": [4], + "type": "other" + }, + "Book 10": { + "x": [15], + "y": [4], + "type": "other" + }, + "Book 11": { + "x": [16], + "y": [4], + "type": "other" + }, + "Book 12": { + "x": [17], + "y": [4], + "type": "other" + }, + "Book 13": { + "x": [19], + "y": [4], + "type": "other" + }, + "Book 14": { + "x": [20], + "y": [4], + "type": "other" + }, + "Book 15": { + "x": [21], + "y": [4], + "type": "other" + }, + "Book 16": { + "x": [11], + "y": [8], + "type": "other" + }, + "Book 17": { + "x": [12], + "y": [8], + "type": "other" + }, + "Book 18": { + "x": [13], + "y": [8], + "type": "other" + }, + "Book 19": { + "x": [9], + "y": [9], + "type": "other" + }, + "Book 20": { + "x": [9], + "y": [8], + "type": "other" + }, + "Book 21": { + "x": [9], + "y": [7], + "type": "other" } }, "backwoods": { @@ -2658,9 +2913,69 @@ "type": "door" }, "Mountain Entrance": { - "x": [81], + "x": [79, 80, 81, 82, 83], "y": [0], "type": "door" + }, + "Joja Bridge": { + "x": [92, 93, 94, 95, 96], + "y": [11], + "type": "bridge" + }, + "Beach Bridge": { + "x": [75, 76, 77, 78, 79, 80, 81, 82], + "y": [4, 5], + "type": "bridge" + }, + "Bench[1]": { + "x": [25, 26, 27], + "y": [21], + "type": "furniture" + }, + "Bench[2]": { + "x": [20], + "y": [26, 27], + "type": "furniture" + }, + "Bench[3]": { + "x": [33], + "y": [26, 27], + "type": "furniture" + }, + "Bench[4]": { + "x": [16], + "y": [57, 58], + "type": "furniture" + }, + "Bench[5]": { + "x": [17, 18], + "y": [63], + "type": "furniture" + }, + "Bench[6]": { + "x": [42, 43, 44, 45], + "y": [77], + "type": "furniture" + }, + "Bench[7]": { + "x": [41], + "y": [78, 79], + "type": "furniture" + }, + "Bench[8]": { + "x": [46], + "y": [78, 79], + "type": "furniture" + }, + "Smelter": { + "x": [100, 101], + "y": [79, 80], + "type": "decoration" + }, + "Fountain": { + "x": [24, 25, 26, 27, 28], + "y": [25, 26, 27, 28], + "type": "water" } }, "trailer": { From 0edd6e54e03bf4906ba52c6704fa7532197c5e44 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Wed, 7 Sep 2022 03:23:41 -0500 Subject: [PATCH 4/9] Redact static-tiles.json Re-added the redundancy entries for big barn/coop and deluxe barn/coop to cover Stardew inconsistent behavior. Removed the static tile definitions for the lost books in preparation for them being made dynamic. Recommend adding the lost books to the "Other" category so that they'll be easily navigable without cluttering up the other categories which contain important objects. --- stardew-access/assets/static-tiles.json | 365 +++++++++++++++++------- 1 file changed, 259 insertions(+), 106 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index b448c00..2d25f12 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -169,7 +169,7 @@ "y": [9], "type": "other" }, - "Rearrange Collection": { + "Collection": { "x": [2], "y": [9], "type": "interactable" @@ -288,111 +288,6 @@ "x": [21], "y": [9, 10], "type": "decoration" - }, - "Book 1": { - "x": [9], - "y": [13], - "type": "other" - }, - "Book 2": { - "x": [9], - "y": [12], - "type": "other" - }, - "Book 3": { - "x": [9], - "y": [11], - "type": "other" - }, - "Book 4": { - "x": [9], - "y": [10], - "type": "other" - }, - "Book 5": { - "x": [9], - "y": [4], - "type": "other" - }, - "Book 6": { - "x": [10], - "y": [4], - "type": "other" - }, - "Book 7": { - "x": [11], - "y": [4], - "type": "other" - }, - "Book 8": { - "x": [12], - "y": [4], - "type": "other" - }, - "Book 9": { - "x": [13], - "y": [4], - "type": "other" - }, - "Book 10": { - "x": [15], - "y": [4], - "type": "other" - }, - "Book 11": { - "x": [16], - "y": [4], - "type": "other" - }, - "Book 12": { - "x": [17], - "y": [4], - "type": "other" - }, - "Book 13": { - "x": [19], - "y": [4], - "type": "other" - }, - "Book 14": { - "x": [20], - "y": [4], - "type": "other" - }, - "Book 15": { - "x": [21], - "y": [4], - "type": "other" - }, - "Book 16": { - "x": [11], - "y": [8], - "type": "other" - }, - "Book 17": { - "x": [12], - "y": [8], - "type": "other" - }, - "Book 18": { - "x": [13], - "y": [8], - "type": "other" - }, - "Book 19": { - "x": [9], - "y": [9], - "type": "other" - }, - "Book 20": { - "x": [9], - "y": [8], - "type": "other" - }, - "Book 21": { - "x": [9], - "y": [7], - "type": "other" } }, "backwoods": { @@ -501,6 +396,58 @@ "type": "door" } }, + "big barn": { + "Hay Hopper": { + "x": [6], + "y": [3], + "type": "interactable" + }, + "Feeding Bench 1": { + "x": [8], + "y": [3], + "type": "other" + }, + "Feeding Bench 2": { + "x": [9], + "y": [3], + "type": "other" + }, + "Feeding Bench 3": { + "x": [10], + "y": [3], + "type": "other" + }, + "Feeding Bench 4": { + "x": [11], + "y": [3], + "type": "other" + }, + "Feeding Bench 5": { + "x": [12], + "y": [3], + "type": "other" + }, + "Feeding Bench 6": { + "x": [13], + "y": [3], + "type": "other" + }, + "Feeding Bench 7": { + "x": [14], + "y": [3], + "type": "other" + }, + "Feeding Bench 8": { + "x": [15], + "y": [3], + "type": "other" + }, + "Exit": { + "x": [11], + "y": [14], + "type": "door" + } + }, "barn3": { "Hay Hopper": { "x": [6], @@ -573,6 +520,78 @@ "type": "door" } }, + "deluxe barn": { + "Hay Hopper": { + "x": [6], + "y": [3], + "type": "interactable" + }, + "Feeding Bench 1": { + "x": [8], + "y": [3], + "type": "other" + }, + "Feeding Bench 2": { + "x": [9], + "y": [3], + "type": "other" + }, + "Feeding Bench 3": { + "x": [10], + "y": [3], + "type": "other" + }, + "Feeding Bench 4": { + "x": [11], + "y": [3], + "type": "other" + }, + "Feeding Bench 5": { + "x": [12], + "y": [3], + "type": "other" + }, + "Feeding Bench 6": { + "x": [13], + "y": [3], + "type": "other" + }, + "Feeding Bench 7": { + "x": [14], + "y": [3], + "type": "other" + }, + "Feeding Bench 8": { + "x": [15], + "y": [3], + "type": "other" + }, + "Feeding Bench 9": { + "x": [16], + "y": [3], + "type": "other" + }, + "Feeding Bench 10": { + "x": [17], + "y": [3], + "type": "other" + }, + "Feeding Bench 11": { + "x": [18], + "y": [3], + "type": "other" + }, + "Feeding Bench 12": { + "x": [19], + "y": [3], + "type": "other" + }, + "Exit": { + "x": [11], + "y": [14], + "type": "door" + } + }, "bathhouse_entry": { "Exit": { "x": [5], @@ -935,6 +954,63 @@ "type": "door" } }, + "big coop": { + "Hay Hopper": { + "x": [3], + "y": [3], + "type": "interactable" + }, + "Incubator": { + "x": [2], + "y": [3], + "type": "machine" + }, + "Feeding Bench 1": { + "x": [6], + "y": [3], + "type": "other" + }, + "Feeding Bench 2": { + "x": [7], + "y": [3], + "type": "other" + }, + "Feeding Bench 3": { + "x": [8], + "y": [3], + "type": "other" + }, + "Feeding Bench 4": { + "x": [9], + "y": [3], + "type": "other" + }, + "Feeding Bench 5": { + "x": [10], + "y": [3], + "type": "other" + }, + "Feeding Bench 6": { + "x": [11], + "y": [3], + "type": "other" + }, + "Feeding Bench 7": { + "x": [12], + "y": [3], + "type": "other" + }, + "Feeding Bench 8": { + "x": [13], + "y": [3], + "type": "other" + }, + "Exit": { + "x": [2], + "y": [9], + "type": "door" + } + }, "coop3": { "Hay Hopper": { "x": [3], @@ -1012,6 +1088,83 @@ "type": "door" } }, + "deluxe coop": { + "Hay Hopper": { + "x": [3], + "y": [3], + "type": "interactable" + }, + "Incubator": { + "x": [2], + "y": [3], + "type": "machine" + }, + "Feeding Bench 1": { + "x": [6], + "y": [3], + "type": "other" + }, + "Feeding Bench 2": { + "x": [7], + "y": [3], + "type": "other" + }, + "Feeding Bench 3": { + "x": [8], + "y": [3], + "type": "other" + }, + "Feeding Bench 4": { + "x": [9], + "y": [3], + "type": "other" + }, + "Feeding Bench 5": { + "x": [10], + "y": [3], + "type": "other" + }, + "Feeding Bench 6": { + "x": [11], + "y": [3], + "type": "other" + }, + "Feeding Bench 7": { + "x": [12], + "y": [3], + "type": "other" + }, + "Feeding Bench 8": { + "x": [13], + "y": [3], + "type": "other" + }, + "Feeding Bench 9": { + "x": [14], + "y": [3], + "type": "other" + }, + "Feeding Bench 10": { + "x": [15], + "y": [3], + "type": "other" + }, + "Feeding Bench 11": { + "x": [16], + "y": [3], + "type": "other" + }, + "Feeding Bench 12": { + "x": [17], + "y": [3], + "type": "other" + }, + "Exit": { + "x": [2], + "y": [9], + "type": "door" + } + }, "desert": { "Bus": { "x": [18], From 01ec8209af45cd1b10aff4a64f54f0719030e366 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Wed, 7 Sep 2022 06:54:21 -0500 Subject: [PATCH 5/9] Added Big Shed Redundancy Duplicated "shed2" to "big shed" for stardew redundancy in name changes upon logging back in to the game. --- stardew-access/assets/static-tiles.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 2d25f12..5d1a2be 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -2901,6 +2901,13 @@ "type": "door" } }, + "big shed": { + "Exit": { + "x": [9], + "y": [16], + "type": "door" + } + }, "skullcave": { "Exit": { "x": [7], From e1614917a2c78b67fd4f81c74ffb56362d09e40a Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Fri, 9 Sep 2022 09:24:00 -0500 Subject: [PATCH 6/9] Alphabetize Feeding Benches Renamed the feeding benches to have an alphabet suffix, rather than number. The name sort is by string rather than integer value. Renaming to "Feeding Bench "J" (for example) makes sure that the tenth bench actually comes after the ninth bench, rather than after the first. --- stardew-access/assets/static-tiles.json | 176 ++++++++++++------------ 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 5d1a2be..30fc1d1 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -318,22 +318,22 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [11], "y": [3], "type": "other" @@ -350,42 +350,42 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [15], "y": [3], "type": "other" @@ -402,42 +402,42 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [15], "y": [3], "type": "other" @@ -454,62 +454,62 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [15], "y": [3], "type": "other" }, - "Feeding Bench 9": { + "Feeding Bench I": { "x": [16], "y": [3], "type": "other" }, - "Feeding Bench 10": { + "Feeding Bench J": { "x": [17], "y": [3], "type": "other" }, - "Feeding Bench 11": { + "Feeding Bench K": { "x": [18], "y": [3], "type": "other" }, - "Feeding Bench 12": { + "Feeding Bench L": { "x": [19], "y": [3], "type": "other" @@ -526,62 +526,62 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [15], "y": [3], "type": "other" }, - "Feeding Bench 9": { + "Feeding Bench I": { "x": [16], "y": [3], "type": "other" }, - "Feeding Bench 10": { + "Feeding Bench J": { "x": [17], "y": [3], "type": "other" }, - "Feeding Bench 11": { + "Feeding Bench K": { "x": [18], "y": [3], "type": "other" }, - "Feeding Bench 12": { + "Feeding Bench L": { "x": [19], "y": [3], "type": "other" @@ -871,22 +871,22 @@ "y": [3], "type": "interactable" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [6], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [7], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [9], "y": [3], "type": "other" @@ -908,42 +908,42 @@ "y": [3], "type": "machine" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [6], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [7], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [13], "y": [3], "type": "other" @@ -965,42 +965,42 @@ "y": [3], "type": "machine" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [6], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [7], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [13], "y": [3], "type": "other" @@ -1022,62 +1022,62 @@ "y": [3], "type": "machine" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [6], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [7], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 9": { + "Feeding Bench I": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 10": { + "Feeding Bench J": { "x": [15], "y": [3], "type": "other" }, - "Feeding Bench 11": { + "Feeding Bench K": { "x": [16], "y": [3], "type": "other" }, - "Feeding Bench 12": { + "Feeding Bench L": { "x": [17], "y": [3], "type": "other" @@ -1099,62 +1099,62 @@ "y": [3], "type": "machine" }, - "Feeding Bench 1": { + "Feeding Bench A": { "x": [6], "y": [3], "type": "other" }, - "Feeding Bench 2": { + "Feeding Bench B": { "x": [7], "y": [3], "type": "other" }, - "Feeding Bench 3": { + "Feeding Bench C": { "x": [8], "y": [3], "type": "other" }, - "Feeding Bench 4": { + "Feeding Bench D": { "x": [9], "y": [3], "type": "other" }, - "Feeding Bench 5": { + "Feeding Bench E": { "x": [10], "y": [3], "type": "other" }, - "Feeding Bench 6": { + "Feeding Bench F": { "x": [11], "y": [3], "type": "other" }, - "Feeding Bench 7": { + "Feeding Bench G": { "x": [12], "y": [3], "type": "other" }, - "Feeding Bench 8": { + "Feeding Bench H": { "x": [13], "y": [3], "type": "other" }, - "Feeding Bench 9": { + "Feeding Bench I": { "x": [14], "y": [3], "type": "other" }, - "Feeding Bench 10": { + "Feeding Bench J": { "x": [15], "y": [3], "type": "other" }, - "Feeding Bench 11": { + "Feeding Bench K": { "x": [16], "y": [3], "type": "other" }, - "Feeding Bench 12": { + "Feeding Bench L": { "x": [17], "y": [3], "type": "other" From 542d5390a2d26f0002cef16e8a8ad53e31030b58 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Sun, 18 Sep 2022 13:17:34 -0500 Subject: [PATCH 7/9] Pool And Saloon Definitions Tile definitions for bathhouse Pool and Saloon, including pool entry steps, decoration, and furniture. --- stardew-access/assets/static-tiles.json | 119 +++++++++++++++++++++++- 1 file changed, 117 insertions(+), 2 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 30fc1d1..ca5c786 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -614,13 +614,48 @@ "bathhouse_pool": { "Women's Locker Room Door": { "x": [6], - "y": [1], + "y": [0], "type": "door" }, "Men's Locker Room Door": { "x": [21], - "y": [1], + "y": [0], "type": "door" + }, + "Bench[1]": { + "x": [11], + "y": [9], + "type": "furniture" + }, + "Bench[2]": { + "x": [13], + "y": [9], + "type": "furniture" + }, + "Bench[3]": { + "x": [16], + "y": [9], + "type": "furniture" + }, + "Northwest Steps": { + "x": [6], + "y": [8], + "type": "other" + }, + "Northeast Steps": { + "x": [21], + "y": [8], + "type": "other" + }, + "Southwest Steps": { + "x": [7], + "y": [26], + "type": "other" + }, + "Southeast Steps": { + "x": [20], + "y": [26], + "type": "other" } }, "bathhouse_womenslocker": { @@ -2557,6 +2592,11 @@ "y": [35], "type": "door" }, + "Summit Entrance": { + "x": [32, 33, 34], + "y": [0], + "type": "door" + }, "Empty Box": { "x": [45], "y": [40], @@ -2648,6 +2688,81 @@ "x": [28], "y": [7], "type": "other" + }, + "Barstool[1]": { + "x": [7], + "y": [19], + "type": "furniture" + }, + "Barstool[2]": { + "x": [13], + "y": [20], + "type": "furniture" + }, + "Barstool[3]": { + "x": [15], + "y": [20], + "type": "furniture" + }, + "Barstool[4]": { + "x": [19], + "y": [20], + "type": "furniture" + }, + "Barstool[5]": { + "x": [20], + "y": [18], + "type": "furniture" + }, + "Stool[1]": { + "x": [3], + "y": [19], + "type": "furniture" + }, + "Stool[2]": { + "x": [4], + "y": [21], + "type": "furniture" + }, + "Stool[3]": { + "x": [9], + "y": [21], + "type": "furniture" + }, + "Stool[4]": { + "x": [2], + "y": [22], + "type": "furniture" + }, + "Stool[5]": { + "x": [12], + "y": [22], + "type": "furniture" + }, + "Stool[6]": { + "x": [16], + "y": [23], + "type": "furniture" + }, + "Table[1]": { + "x": [3, 4], + "y": [20], + "type": "decoration" + }, + "Table[2]": { + "x": [10, 11], + "y": [22], + "type": "decoration" + }, + "Table[3]": { + "x": [1, 2], + "y": [23], + "type": "decoration" + }, + "Table[4]": { + "x": [17, 18], + "y": [23], + "type": "decoration" } }, "samhouse": { From ad22982b0943a9e0dca2ce3f07908fcb87e27c85 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Mon, 26 Sep 2022 13:11:52 -0500 Subject: [PATCH 8/9] Recategorize Pierre's Bin It was erroneously in the interactable category. It's now been moved to other in order to match the other special orders drop box definitions. --- stardew-access/assets/static-tiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index ca5c786..47ec818 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -2957,7 +2957,7 @@ "Pierre's Bin": { "x": [19], "y": [28], - "type": "interactable" + "type": "other" }, "Shrine of Yoba": { "x": [37], From a0336d630fcf42b836f534de41a1a6b2076d03c0 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Fri, 30 Sep 2022 07:31:09 -0500 Subject: [PATCH 9/9] Expanded Some Tile Ranges Expanded some tile definitions to cover the full breadth of the objects, in cases where they only listed as one tile but actually spanned a few tiles (such as the exit in the secret woods). --- stardew-access/assets/static-tiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 47ec818..cb2ded0 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1296,7 +1296,7 @@ "type": "interactable" }, "Lumber Pile": { - "x": [60], + "x": [60, 61], "y": [14], "type": "decoration" } @@ -2957,7 +2957,7 @@ "Pierre's Bin": { "x": [19], "y": [28], - "type": "other" + "type": "interactable" }, "Shrine of Yoba": { "x": [37], @@ -3426,7 +3426,7 @@ "woods": { "Forest Entrance": { "x": [59], - "y": [17], + "y": [15, 16, 17], "type": "door" }, "Old Master Cannoli": {