22 lines
249 B
JSON
22 lines
249 B
JSON
{
|
|
"name": "phillip",
|
|
"skills": {
|
|
"woodcutting": 0,
|
|
"mining": 0
|
|
},
|
|
"coordinates": {
|
|
"x": 85,
|
|
"z": 25,
|
|
"map": "world"
|
|
},
|
|
"inventory": [
|
|
[
|
|
"Steel Axe",
|
|
1
|
|
],
|
|
[
|
|
"Morphine",
|
|
2
|
|
]
|
|
]
|
|
} |