mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Merge branch 'JSON'
This commit is contained in:
commit
39116c4b7e
42
bundles.json
42
bundles.json
@ -219,7 +219,7 @@
|
||||
{
|
||||
"id": 36,
|
||||
"name": "Eggplant",
|
||||
"source": "",
|
||||
"source": "Crops during Fall.",
|
||||
"bundles": [8]
|
||||
},
|
||||
{
|
||||
@ -502,5 +502,45 @@
|
||||
"name": "Vault",
|
||||
"reward": "Bus Repair"
|
||||
}
|
||||
],
|
||||
"seasons": [
|
||||
{
|
||||
"id": "spring",
|
||||
"name": "Spring"
|
||||
},
|
||||
{
|
||||
"id": "summer",
|
||||
"name": "Summer"
|
||||
},
|
||||
{
|
||||
"id": "fall",
|
||||
"name": "Fall"
|
||||
},
|
||||
{
|
||||
"id": "winter",
|
||||
"name": "Winter"
|
||||
}
|
||||
],
|
||||
"skills": [
|
||||
{
|
||||
"id": "farming",
|
||||
"name": "Farming"
|
||||
},
|
||||
{
|
||||
"id": "mining",
|
||||
"name": "Mining"
|
||||
},
|
||||
{
|
||||
"id": "foraging",
|
||||
"name": "Foraging"
|
||||
},
|
||||
{
|
||||
"id": "fishing",
|
||||
"name": "Fishing"
|
||||
},
|
||||
{
|
||||
"id": "combat",
|
||||
"name": "Combat"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user