End of session 15

This commit is contained in:
Thomas Andres Gomez 2025-05-07 00:22:59 +02:00
parent 0a48ca40ce
commit b3a5c36d92
15 changed files with 122 additions and 36 deletions

19
items/MYRSHA_COLLAR.json Normal file
View file

@ -0,0 +1,19 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "MYRSHA_COLLAR",
"metadata": {
"name": "Collier de \"Myrsha\"",
"description": "Colier simple de chien. ",
"image": "https://bg3.wiki/w/images/4/42/Dog_Collar_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"META:ADDABLE",
"EQUIPMENT"
],
"alterations": []
}