fanren/save/player.json
2025-12-16 23:35:55 +08:00

63 lines
1.6 KiB
JSON

{
"name": "hant",
"health": 130,
"maxHealth": 130,
"attack": 31,
"defense": 9,
"level": 3,
"currentXp": 25,
"xpToNextLevel": 225,
"gold": 321,
"inventory": [
{
"id": 2,
"name": "\u7834\u65e7\u7684\u77ed\u5251",
"type": "weapon",
"description": "\u653b\u51fb\u529b\u5fae\u5f31\u3002",
"value": 50,
"effects": [],
"slot": "weapon",
"statModifiers": {
"attack": 5
}
},
{
"id": 1,
"name": "\u5c0f\u578b\u6cbb\u7597\u836f\u6c34",
"type": "potion",
"description": "\u6062\u590d\u5c11\u91cf\u751f\u547d\u3002",
"value": 10,
"effects": {
"heal": 20
},
"slot": null,
"statModifiers": []
},
{
"id": 1,
"name": "\u5c0f\u578b\u6cbb\u7597\u836f\u6c34",
"type": "potion",
"description": "\u6062\u590d\u5c11\u91cf\u751f\u547d\u3002",
"value": 10,
"effects": {
"heal": 20
},
"slot": null,
"statModifiers": []
},
{
"id": 1,
"name": "\u5c0f\u578b\u6cbb\u7597\u836f\u6c34",
"type": "potion",
"description": "\u6062\u590d\u5c11\u91cf\u751f\u547d\u3002",
"value": 10,
"effects": {
"heal": 20
},
"slot": null,
"statModifiers": []
}
],
"activeQuests": [],
"completedQuests": []
}