27 lines
335 B
JSON
27 lines
335 B
JSON
[
|
|
{
|
|
"Player": {
|
|
"playername": "",
|
|
"maxHealth": 110,
|
|
"maxSecondary": 10,
|
|
"secondary": 10,
|
|
"health": 110,
|
|
"strength": 7,
|
|
"dexterity": 5,
|
|
"intelligence": 3,
|
|
"level": 0,
|
|
"experience": 0,
|
|
"maxExperience": 10,
|
|
"race": "Human",
|
|
"role": "Warrior",
|
|
"points": 0,
|
|
"isDodging": "False",
|
|
"killcount": 0,
|
|
"difficulty": 0,
|
|
|
|
},
|
|
"World": {
|
|
|
|
}
|
|
}
|
|
] |