Added a few items and corresponding alteration for one of them

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-04-22 16:07:42 +02:00
parent d885fa6086
commit 5f38746d9c
4 changed files with 71 additions and 0 deletions

18
items/ARROW_COMMON.json Normal file
View file

@ -0,0 +1,18 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "ARROW_COMMON",
"metadata": {
"name": "Flèche commune",
"description": "Flèche commune",
"image": "https://bg3.wiki/w/images/4/46/MISC_Arrow_Faded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"CONSUMABLE"
],
"alterations": []
}