Files
stardew-access/stardew-access/assets/event-tiles.json
Katie Durden 8509cbfc0b Refactored getDynamicTilesInfo from TileInfo.cs by moving most of it's functionality to new file DynamicTiles.cs.
Refactored handling of dynamic tiles for events; tile coords now loaded from json file.
Moved LoadJsonFile function to utils.cs.
2023-04-05 18:37:15 -07:00

32 lines
680 B
JSON

{
"Egg Festival": {
"21,55": "Egg Festival Shop"
},
"Flower Dance": {
"28,37": "Flower Dance Shop"
},
"Luau": {
"35,13": "Soup Pot"
},
"Spirit's Eve": {
"25,49": "Spirit's Eve Shop"
},
"Stardew Valley Fair": {
"16,52": "Stardew Valley Fair Shop",
"23,62": "Slingshot Game",
"34,65": "Purchase Star Tokens",
"33,70": "The Wheel",
"23,70": "Fishing Challenge",
"47,87": "Fortune Teller",
"38,59": "Grange Display",
"30,56": "Strength Game",
"26,33": "Free Burgers"
},
"Festival of Ice": {
"55,31": "Travelling Cart"
},
"Feast of the Winter Star": {
"18,61": "Feast of the Winter Star Shop"
}
}