23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "hant",
|
|
"health": 100,
|
|
"maxHealth": 100,
|
|
"attack": 15,
|
|
"defense": 5,
|
|
"level": 1,
|
|
"currentXp": 10,
|
|
"xpToNextLevel": 100,
|
|
"gold": 7,
|
|
"inventory": [
|
|
{
|
|
"id": 1,
|
|
"name": "\u5c0f\u578b\u6cbb\u7597\u836f\u6c34",
|
|
"type": "potion",
|
|
"description": "\u6062\u590d\u5c11\u91cf\u751f\u547d\u3002",
|
|
"value": 10,
|
|
"effects": []
|
|
}
|
|
],
|
|
"activeQuests": [],
|
|
"completedQuests": []
|
|
} |