Added items, npcs and changed throwing daggers to be consummables

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-05-06 14:02:16 +02:00
parent 25eea01e80
commit f6891eef97
9 changed files with 316 additions and 3 deletions

18
items/CHECKERS_GAME.json Normal file
View file

@ -0,0 +1,18 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "CHECKERS_GAME",
"metadata": {
"name": "Jeu de dames",
"description": "Jeu de dames en bois réalisé par un artisan de Moèrlin",
"image": "https://bg3.wiki/w/images/3/3b/Lanceboard_Faded.png"
},
"options": {
"stackable": false,
"equipable": false,
"consumable": false
},
"tags": [
"MISCELLANEOUS"
],
"alterations": []
}