From 807c8ad4e3e5062df3899a5d3b9be7555e06ac82 Mon Sep 17 00:00:00 2001 From: SAUVAGEOT Paul-Arthur Date: Tue, 20 May 2025 17:31:17 +0200 Subject: [PATCH] Added an item --- items/COMPONENT_SOUL_SACK.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/COMPONENT_SOUL_SACK.json diff --git a/items/COMPONENT_SOUL_SACK.json b/items/COMPONENT_SOUL_SACK.json new file mode 100644 index 0000000..7af88ff --- /dev/null +++ b/items/COMPONENT_SOUL_SACK.json @@ -0,0 +1,17 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "COMPONENT_SOUL_SACK", + "metadata": { + "name": "Sac à âme", + "description": "Sac à âme fait d'une structure osseuse recouverte d'une membrane rouge transparente. Trouvé à l'intérieur d'un monstre marin." + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "QUEST" + ], + "alterations": [] +} \ No newline at end of file