wraithfate/data/save.json

26 lines
274 B
JSON

{
"name": "dave",
"skills": {
"woodcutting": 0,
"mining": 0
},
"coordinates": {
"x": 30,
"z": 30,
"map": "world"
},
"inventory": [
[
"axe",
1
],
[
"cigarette",
5
],
[
"cp",
3
]
]
}