diff --git a/items/ARCANTHIA_TONIC.json b/items/ARCANTHIA_TONIC.json new file mode 100644 index 0000000..d7e05b3 --- /dev/null +++ b/items/ARCANTHIA_TONIC.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "ARCANTHIA_TONIC", + "metadata": { + "name": "Tonic d'Arcanthia", + "description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)", + "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": [] +} \ No newline at end of file diff --git a/items/DAHOME_KINGDOM_MAP.json b/items/DAHOME_KINGDOM_MAP.json new file mode 100644 index 0000000..797bdb8 --- /dev/null +++ b/items/DAHOME_KINGDOM_MAP.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DAHOME_KINGDOM_MAP", + "metadata": { + "name": "Carte de l'île", + "description": "Carte de l'île du royaume de Dahomé.", + "image": "https://bg3.wiki/w/images/a/a6/Map_World_A_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DISINFECTANT.json b/items/DISINFECTANT.json new file mode 100644 index 0000000..a96fb0d --- /dev/null +++ b/items/DISINFECTANT.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DISINFECTANT", + "metadata": { + "name": "Désinfectant", + "description": "", + "image": "https://bg3.wiki/w/images/c/cf/Bottle_A_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DRAWING_DHAL_SYMBOL.json b/items/DRAWING_DHAL_SYMBOL.json new file mode 100644 index 0000000..1c19ba3 --- /dev/null +++ b/items/DRAWING_DHAL_SYMBOL.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DRAWING_DHAL_SYMBOL", + "metadata": { + "name": "Croquis d'un tiers du symbole incomplet", + "description": "Croquis d'un tiers du symbole de la maison dans laquelle s'est rendu Dhal", + "image": "https://bg3.wiki/w/images/c/c5/Book_Note_A_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DRAWING_VULTUR_SYMBOL.json b/items/DRAWING_VULTUR_SYMBOL.json new file mode 100644 index 0000000..ed5ead4 --- /dev/null +++ b/items/DRAWING_VULTUR_SYMBOL.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DRAWING_VULTUR_SYMBOL", + "metadata": { + "name": "Croquis du symbole du plateau au vautour", + "description": "", + "image": "https://bg3.wiki/w/images/c/c5/Book_Note_A_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DRY_MEAT.json b/items/DRY_MEAT.json index 45d44de..5d2ed8d 100644 --- a/items/DRY_MEAT.json +++ b/items/DRY_MEAT.json @@ -3,7 +3,8 @@ "id": "DRY_MEAT", "metadata": { "name": "Viande séché", - "description": "Viande séché trouvé dans le baraquement des mineurs de la Mine du cirque" + "description": "Viande séché trouvé dans le baraquement des mineurs de la Mine du cirque", + "image": "https://bg3.wiki/w/images/9/97/FOOD_Chevon_Unfaded.png" }, "options": { "stackable": true, diff --git a/items/FLASK_EMPTY.json b/items/FLASK_EMPTY.json new file mode 100644 index 0000000..2a4b0cc --- /dev/null +++ b/items/FLASK_EMPTY.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "FLASK_EMPTY", + "metadata": { + "name": "Fiole (vide)", + "description": "Petite bouteille de verre à goulot étroit." + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/FLORELUNE_TONIC.json b/items/FLORELUNE_TONIC.json new file mode 100644 index 0000000..2484711 --- /dev/null +++ b/items/FLORELUNE_TONIC.json @@ -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": [] +} \ No newline at end of file diff --git a/items/GARMENT_HOBO.json b/items/GARMENT_HOBO.json new file mode 100644 index 0000000..35b6b24 --- /dev/null +++ b/items/GARMENT_HOBO.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GARMENT_HOBO", + "metadata": { + "name": "Vêtements de voyage (Pantalon, Cape, Bottes, etc.)", + "description": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GARMENT_MAK.json b/items/GARMENT_MAK.json index dfd8869..6251063 100644 --- a/items/GARMENT_MAK.json +++ b/items/GARMENT_MAK.json @@ -2,10 +2,9 @@ "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", "id": "GARMENT_MAK", "metadata": { - "name": "Vêtements élimés avec fourure & Cape de voyage", - "description": "", - "thumbnail": "", - "image": "" + "name": "Vêtements de voyage élimés (Mak)", + "description": "Vêtements de voyage usés protégeant malgré tout du froid et des intempéries.", + "image": "https://bg3.wiki/w/images/0/0d/Barbarian_Clothes_Unfaded.png" }, "options": { "stackable": false, diff --git a/items/GARMENT_PRACTICAL.json b/items/GARMENT_PRACTICAL.json new file mode 100644 index 0000000..6140599 --- /dev/null +++ b/items/GARMENT_PRACTICAL.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GARMENT_PRACTICAL", + "metadata": { + "name": "Vêtements pratiques (Pantalon, Bottes, Chapeau, etc.)", + "description": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GELLAVIUM_FLASK.json b/items/GELLAVIUM_FLASK.json new file mode 100644 index 0000000..0b1f822 --- /dev/null +++ b/items/GELLAVIUM_FLASK.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GELLAVIUM_FLASK", + "metadata": { + "name": "Fiole de Gellavium", + "description": "Petite fiolle contenant un liquide brillant argenté. ", + "image": "https://bg3.wiki/w/images/7/75/ELX_Elixir_of_Battlemage%27s_Power_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "QUEST" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GORNAK_LETTER.json b/items/GORNAK_LETTER.json new file mode 100644 index 0000000..5dfc4ab --- /dev/null +++ b/items/GORNAK_LETTER.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GORNAK_LETTER", + "metadata": { + "name": "Lettre de BG à Gornak", + "description": "Gornak,\n\nUne fois le Gelavium en votre possession, retrouvez-nous à l'Auberge \"La Corne d'Ivoire\" à Safièl. Vous recevrez votre dû une fois la livraison effectuée.\n\nNe nous décevez pas.\n\nSigné : B.G.\n\nP.S. Nous vous prions de ne pas vous présenter dans vos loques habituelles.", + "image": "https://bg3.wiki/w/images/5/5a/Book_Note_O_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "QUEST" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GOURD.json b/items/GOURD.json index fd19f56..01e5564 100644 --- a/items/GOURD.json +++ b/items/GOURD.json @@ -3,9 +3,8 @@ "id": "GOURD", "metadata": { "name": "Gourde", - "description": "", - "thumbnail": "", - "image": "" + "description": "Généralement fabriquée en peau de mouton ou de chèvre, elle retient naturellement l'eau.", + "image": "https://static.wikia.nocookie.net/vrising/images/b/bf/Item_BloodRoseBrew.png/revision/latest?cb=20220528211221" }, "options": { "stackable": false, diff --git a/items/JOURNAL.json b/items/JOURNAL.json new file mode 100644 index 0000000..a01b1c5 --- /dev/null +++ b/items/JOURNAL.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "JOURNAL", + "metadata": { + "name": "Journal & Crayon", + "description": "", + "image": "https://bg3.wiki/w/images/1/1b/Book_Generic_B_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/KHAFU_SPINNING_TOP.json b/items/KHAFU_SPINNING_TOP.json new file mode 100644 index 0000000..7a56643 --- /dev/null +++ b/items/KHAFU_SPINNING_TOP.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "KHAFU_SPINNING_TOP", + "metadata": { + "name": "La Toupie Magique de Met’Khafu", + "description": "Sorte de toupie sur un socle avec une pierre violette avec au centre un symbole magique qui est le même que mon tatouage.\n\nCôute 1 point de pouvoir pour l'activer (utilisable 1x/jour) pour avertir Met’Khafu que je veux lui parler." + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "QUEST" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/LUXURY_DAGGER.json b/items/LUXURY_DAGGER.json new file mode 100644 index 0000000..44c8266 --- /dev/null +++ b/items/LUXURY_DAGGER.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "LUXURY_DAGGER", + "metadata": { + "name": "Dague luxueuse", + "description": "", + "image": "https://bg3.wiki/w/images/f/fe/Dagger_Shar_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/MARE_ASH.json b/items/MARE_ASH.json new file mode 100644 index 0000000..0255734 --- /dev/null +++ b/items/MARE_ASH.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "MARE_ASH", + "metadata": { + "name": "Jument grise : Cendre", + "description": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/MARE_POMPOM.json b/items/MARE_POMPOM.json new file mode 100644 index 0000000..e2d7c70 --- /dev/null +++ b/items/MARE_POMPOM.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "MARE_POMPOM", + "metadata": { + "name": "Jument andalouse : Pompon", + "description": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/MEDKIT.json b/items/MEDKIT.json index 4f93ec2..25dd95e 100644 --- a/items/MEDKIT.json +++ b/items/MEDKIT.json @@ -3,7 +3,8 @@ "id": "MEDKIT", "metadata": { "name": "Kit de premier soin", - "description": "Nécessaire aux premiers soins" + "description": "Nécessaire aux premiers soins", + "image": "https://bg3.wiki/w/images/e/e4/COAT_Assassin%27s_Blood_Unfaded.png" }, "options": { "stackable": true, diff --git a/items/MYSTERY_AMULET.json b/items/MYSTERY_AMULET.json new file mode 100644 index 0000000..497f0c9 --- /dev/null +++ b/items/MYSTERY_AMULET.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "MYSTERY_AMULET", + "metadata": { + "name": "Amulette mystérieuse", + "description": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/NYMPH_AMULET.json b/items/NYMPH_AMULET.json new file mode 100644 index 0000000..505afb9 --- /dev/null +++ b/items/NYMPH_AMULET.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "NYMPH_AMULET", + "metadata": { + "name": "Petite lanterne en pendentif", + "description": "Rempli d'eau de la mare" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/OPAL_GOLD_RING.json b/items/OPAL_GOLD_RING.json new file mode 100644 index 0000000..e306b0f --- /dev/null +++ b/items/OPAL_GOLD_RING.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "OPAL_GOLD_RING", + "metadata": { + "name": "Bague en or sertie d'une opale", + "description": "Bague en or avec sertie d'une opale plate. " + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/PESTLE_AND_MORTAR.json b/items/PESTLE_AND_MORTAR.json new file mode 100644 index 0000000..ace5d65 --- /dev/null +++ b/items/PESTLE_AND_MORTAR.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "PESTLE_AND_MORTAR", + "metadata": { + "name": "Pilon et mortier", + "description": "", + "image": "https://bg3.wiki/w/images/b/b8/Mortar_And_Pestle_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/RED_ORB.json b/items/RED_ORB.json new file mode 100644 index 0000000..a4b5ee3 --- /dev/null +++ b/items/RED_ORB.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "RED_ORB", + "metadata": { + "name": "Orbe rouge", + "description": "Trouvé dans le temple de Gidmori abandonné / Pas dangereux" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/ROPE.json b/items/ROPE.json new file mode 100644 index 0000000..98d1097 --- /dev/null +++ b/items/ROPE.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "ROPE", + "metadata": { + "name": "Corde", + "description": "Corde simple mais solide.", + "image": "https://bg3.wiki/w/images/1/17/Rope_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SAUSAGE_PAEDAUR.json b/items/SAUSAGE_PAEDAUR.json new file mode 100644 index 0000000..7b63f69 --- /dev/null +++ b/items/SAUSAGE_PAEDAUR.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SAUSAGE_PAEDAUR", + "metadata": { + "name": "Saucisson au piment de Paédaur", + "description": "", + "image": "https://bg3.wiki/w/images/d/d6/FOOD_Dried_Pork_Sausage_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SAUSSAGE_NUTS.json b/items/SAUSSAGE_NUTS.json new file mode 100644 index 0000000..088147c --- /dev/null +++ b/items/SAUSSAGE_NUTS.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SAUSSAGE_NUTS", + "metadata": { + "name": "Saucisson au noisette", + "description": "", + "image": "https://bg3.wiki/w/images/e/ee/FOOD_Spicy_Pork_Sausage_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SHELL_PENDANT.json b/items/SHELL_PENDANT.json new file mode 100644 index 0000000..8fc4cf4 --- /dev/null +++ b/items/SHELL_PENDANT.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SHELL_PENDANT", + "metadata": { + "name": "Pendentif coquillage", + "description": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SLING.json b/items/SLING.json new file mode 100644 index 0000000..774975d --- /dev/null +++ b/items/SLING.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SLING", + "metadata": { + "name": "Fronde", + "description": "", + "image": "https://bg3.wiki/w/images/b/bf/Sling_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SMALL_EXPLOSIVES.json b/items/SMALL_EXPLOSIVES.json new file mode 100644 index 0000000..d2cc740 --- /dev/null +++ b/items/SMALL_EXPLOSIVES.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SMALL_EXPLOSIVES", + "metadata": { + "name": "Petits explosifs avec mèche", + "description": "", + "image": "https://bg3.wiki/w/images/1/12/GRN_Smokepowder_Bomb_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/STALLION_SCORCHED_EARCH.json b/items/STALLION_SCORCHED_EARCH.json new file mode 100644 index 0000000..7aea1c1 --- /dev/null +++ b/items/STALLION_SCORCHED_EARCH.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "STALLION_SCORCHED_EARCH", + "metadata": { + "name": "Étalon alezan : Terre brûlée", + "description": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/STICK.json b/items/STICK.json index 77a4788..51d61a1 100644 --- a/items/STICK.json +++ b/items/STICK.json @@ -2,9 +2,8 @@ "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", "id": "STICK", "metadata": { - "name": "Bâton", + "name": "Bâton de marche", "description": "Un bâton usé qui peut aussi bien servir d’appui à un vieillard, qu'être le témoin d’aventures imaginaires d'un enfant ou encore l'arme improvisée de mains moins innocentes.", - "thumbnail": "", "image": "https://bg3.wiki/w/images/b/bd/Club_Unfaded.png" }, "options": { diff --git a/items/SUTURE_KIT.json b/items/SUTURE_KIT.json new file mode 100644 index 0000000..ed47bb8 --- /dev/null +++ b/items/SUTURE_KIT.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SUTURE_KIT", + "metadata": { + "name": "Nécessaire à suture", + "description": "Referme une plaie", + "image": "https://bg3.wiki/w/images/5/52/Barber_kit_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/THROWING_DAGGER.json b/items/THROWING_DAGGER.json new file mode 100644 index 0000000..1de0dbe --- /dev/null +++ b/items/THROWING_DAGGER.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "THROWING_DAGGER", + "metadata": { + "name": "Dague de lancer", + "description": "", + "image": "https://bg3.wiki/w/images/9/93/Dolor_Amarus_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/TRAVEL_CAPE.json b/items/TRAVEL_CAPE.json new file mode 100644 index 0000000..4a31cda --- /dev/null +++ b/items/TRAVEL_CAPE.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "TRAVEL_CAPE", + "metadata": { + "name": "Cape de voyage", + "description": "Une simple de cape de voyage doublé de fourure coupant du froid.", + "image": "https://bg3.wiki/w/images/c/c1/Cloak_B_Unfaded.png" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/TRIRIV.json b/items/TRIRIV.json new file mode 100644 index 0000000..00244d6 --- /dev/null +++ b/items/TRIRIV.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "TRIRIV", + "metadata": { + "name": "Tririv", + "description": "Trouver sur le bureau de l'orfèvre décédé (Ortaniel). \n\nPermet de fermer n'importe quelle serrure à \"triple tour\", celle-ci ne pouvant plus être ouverte qu'avec un Tririv ou grâce à la magie." + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS", + "QUEST" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/VELNIRIS_TONIC.json b/items/VELNIRIS_TONIC.json new file mode 100644 index 0000000..840ea4c --- /dev/null +++ b/items/VELNIRIS_TONIC.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "VELNIRIS_TONIC", + "metadata": { + "name": "Tonic de Velniris", + "description": "Augmente les scores de perceptions de 10 pendant une journée.", + "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": [] +} \ No newline at end of file diff --git a/items/VERDUANE_TONIC.json b/items/VERDUANE_TONIC.json new file mode 100644 index 0000000..0faa9f9 --- /dev/null +++ b/items/VERDUANE_TONIC.json @@ -0,0 +1,19 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "VERDUANE_TONIC", + "metadata": { + "name": "Tonic de Verduane", + "description": "Digestion (vomitif, utile contre le poison)", + "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": [] +} \ No newline at end of file