{
"items": {
"clothing": [
{
"shortname": "shirt",
"displayName": "Футболка",
"slot": "torso",
"color": "red"
},
{
"shortname": "pants",
"displayName": "Штаны",
"slot": "legs",
"color": "blue"
},
{
"shortname": "hat",
"displayName": "Шапка",
"slot": "head",
"color": "black"
}
],
"inventory": [
{
"shortname": "rock",
"displayName": "Камень",
"type": "resource",
"amount": 5
},
{
"shortname": "wood",
"displayName": "Дерево",
"type": "resource",
"amount": 10
},
{
"shortname": "weapon.ak",
"displayName": "AK-47",
"type": "weapon",
"ammo": "5.56mm",
"attachments": ["sight", "silencer"]
}
]
}
}