idle/save.json
2025-12-11 18:03:25 +08:00

84 lines
1.5 KiB
JSON

{
"player": {
"hp": 100,
"maxHp": 100,
"patk": 10,
"matk": 10,
"pdef": 10,
"mdef": 10,
"crit": 0,
"critdmg": 110,
"level": 1,
"exp": 0,
"potionPool": 900,
"maxExp": 100,
"inventory": [],
"equip": [],
"spiritStones": 0,
"npcFlags": [],
"talentPoints": 0,
"talents": {
"hp": 0,
"patk": 0,
"matk": 0,
"pdef": 0,
"mdef": 0,
"crit": 0,
"critdmg": 0
},
"mana": 60,
"maxMana": 60,
"skillSlots": {
"skill1": null,
"skill2": null,
"skill3": null,
"skill4": null
},
"partners": [
{
"id": "li_feiyu",
"name": "厉飞雨",
"level": 1,
"exp": 0,
"maxExp": 201,
"equip": [],
"talents": {
"hp": 0,
"patk": 0,
"matk": 0,
"pdef": 0,
"mdef": 0,
"crit": 0,
"critdmg": 0
},
"talentWeights": {
"hp": 1,
"patk": 3,
"matk": 1,
"pdef": 1,
"mdef": 1,
"crit": 3,
"critdmg": 2
},
"mana": 60,
"maxMana": 100,
"skillSlots": {
"skill1": null,
"skill2": null,
"skill3": null,
"skill4": null
},
"hp": 100,
"maxHp": 100,
"patk": 15,
"matk": 5,
"pdef": 5,
"mdef": 3,
"crit": 10,
"critdmg": 130
}
]
},
"dungeonId": 1,
"state": 4
}