add armor item
This commit is contained in:
@@ -121,12 +121,22 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["item", "weapon", "feat", "xp-advancement"],
|
||||
"types": ["item", "armor", "weapon", "feat", "xp-advancement"],
|
||||
"item": {
|
||||
"description": "",
|
||||
"quantity": 1,
|
||||
"weight": 0
|
||||
},
|
||||
"armor": {
|
||||
"quantity": 1,
|
||||
"weight": 0,
|
||||
"description": "",
|
||||
"armor": {
|
||||
"physical": 0,
|
||||
"spiritual": 0
|
||||
},
|
||||
"properties": ""
|
||||
},
|
||||
"weapon": {
|
||||
"quantity": 1,
|
||||
"weight": 0,
|
||||
|
||||
Reference in New Issue
Block a user