mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Fixed a bug with the Vault bundle data
It was requiring more items than are in the bundle.
This commit is contained in:
parent
dce2a8f9f1
commit
09232caa55
@ -1173,28 +1173,28 @@
|
||||
"name": "2,500 Bundle",
|
||||
"room": 5,
|
||||
"reward": "Chocolate Cake (3)",
|
||||
"items_required": 5
|
||||
"items_required": 1
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"name": "5,000 Bundle",
|
||||
"room": 5,
|
||||
"reward": "Quality Fertilizer (30)",
|
||||
"items_required": 5
|
||||
"items_required": 1
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"name": "10,000 Bundle",
|
||||
"room": 5,
|
||||
"reward": "Lightning Rod",
|
||||
"items_required": 5
|
||||
"items_required": 1
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"name": "25,000 Bundle",
|
||||
"room": 5,
|
||||
"reward": "Crystalarium",
|
||||
"items_required": 5
|
||||
"items_required": 1
|
||||
}
|
||||
],
|
||||
"rooms": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user