1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/content/game_data/rooms.json
2021-04-15 16:46:13 -04:00

35 lines
553 B
JSON

{
"rooms": [
{
"id": 0,
"name": "Crafts Room",
"reward": "Bridge Repair"
},
{
"id": 1,
"name": "Pantry",
"reward": "Greenhouse"
},
{
"id": 2,
"name": "Fish Tank",
"reward": "Glittering Boulder Removed"
},
{
"id": 3,
"name": "Boiler Room",
"reward": "Minecarts Repaired"
},
{
"id": 4,
"name": "Bulletin Board",
"reward": "Friendship"
},
{
"id": 5,
"name": "Vault",
"reward": "Bus Repair"
}
]
}