Add item for all players

This commit is contained in:
Thomas Andres Gomez 2025-04-20 15:45:46 +02:00
parent 41a314e83d
commit 7805fd4673
39 changed files with 644 additions and 11 deletions

View file

@ -0,0 +1,19 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "FLORELUNE_TONIC",
"metadata": {
"name": "Tonic de Florelune",
"description": "Somnifère.",
"image": "https://bg3.wiki/w/images/b/b7/ELX_Elixir_of_Silvanus_Unfaded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"TONIC"
],
"alterations": []
}