16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"Actor": {
|
|
"types": [
|
|
"Player"
|
|
]
|
|
},
|
|
"Item": {
|
|
"types": [
|
|
"Generic Item",
|
|
"Melee Weapon",
|
|
"Ranged Weapon",
|
|
"Armor",
|
|
"Shield"
|
|
]
|
|
}
|
|
} |