mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
30 lines
409 B
JSON
30 lines
409 B
JSON
{
|
|
"skills": [
|
|
{
|
|
"id": "farming",
|
|
"order": 0,
|
|
"name": "Farming"
|
|
},
|
|
{
|
|
"id": "mining",
|
|
"order": 1,
|
|
"name": "Mining"
|
|
},
|
|
{
|
|
"id": "foraging",
|
|
"order": 2,
|
|
"name": "Foraging"
|
|
},
|
|
{
|
|
"id": "fishing",
|
|
"order": 3,
|
|
"name": "Fishing"
|
|
},
|
|
{
|
|
"id": "combat",
|
|
"order": 4,
|
|
"name": "Combat"
|
|
}
|
|
]
|
|
}
|