Update equipable items with alteration
This commit is contained in:
parent
b3a5c36d92
commit
e884a2303e
6 changed files with 13 additions and 10 deletions
|
|
@ -3,9 +3,7 @@
|
|||
"id": "ACCESSORY_CANE_OF_ENERGY",
|
||||
"metadata": {
|
||||
"name": "Canne d'énergie",
|
||||
"description": "Canne enchantée servant de réservoir d'énergie",
|
||||
"thumbnail": "",
|
||||
"image": ""
|
||||
"description": "Canne enchantée servant de réservoir d'énergie"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
|
|
@ -15,5 +13,7 @@
|
|||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
"alterations": [
|
||||
"ACCESSORY_CANE_OF_ENERGY"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue