16 lines
221 B
JSON
16 lines
221 B
JSON
{
|
|
"Actor": {},
|
|
"Item": {
|
|
"types": ["item"],
|
|
"templates": {
|
|
"base": {
|
|
"description": ""
|
|
}
|
|
},
|
|
"item": {
|
|
"templates": ["base"],
|
|
"quantity": 1,
|
|
"weight": 0
|
|
}
|
|
}
|
|
} |