Add item for all players
This commit is contained in:
parent
41a314e83d
commit
7805fd4673
39 changed files with 644 additions and 11 deletions
18
items/OPAL_GOLD_RING.json
Normal file
18
items/OPAL_GOLD_RING.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "OPAL_GOLD_RING",
|
||||
"metadata": {
|
||||
"name": "Bague en or sertie d'une opale",
|
||||
"description": "Bague en or avec sertie d'une opale plate. "
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": true,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"META:ADDABLE",
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue