From e884a2303e4f9939aa3a221ba2dc257767e451da Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Wed, 7 May 2025 18:55:38 +0200 Subject: [PATCH] Update equipable items with alteration --- items/ACCESSORY_CANE_OF_ENERGY.json | 8 ++++---- items/GOURD.json | 2 +- items/LUXURY_DAGGER.json | 2 +- items/MYRSHA_COLLAR.json | 2 +- items/RIBBON_WINNER_DANCE_COMPETITION.json | 4 +++- items/SOFT_PAWS_COLLAR.json | 5 +++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/items/ACCESSORY_CANE_OF_ENERGY.json b/items/ACCESSORY_CANE_OF_ENERGY.json index 5503e36..a8d6c9f 100644 --- a/items/ACCESSORY_CANE_OF_ENERGY.json +++ b/items/ACCESSORY_CANE_OF_ENERGY.json @@ -3,9 +3,7 @@ "id": "ACCESSORY_CANE_OF_ENERGY", "metadata": { "name": "Canne d'énergie", - "description": "Canne enchantée servant de réservoir d'énergie", - "thumbnail": "", - "image": "" + "description": "Canne enchantée servant de réservoir d'énergie" }, "options": { "stackable": false, @@ -15,5 +13,7 @@ "tags": [ "EQUIPMENT" ], - "alterations": [] + "alterations": [ + "ACCESSORY_CANE_OF_ENERGY" + ] } \ No newline at end of file diff --git a/items/GOURD.json b/items/GOURD.json index 01e5564..c9aba76 100644 --- a/items/GOURD.json +++ b/items/GOURD.json @@ -4,7 +4,7 @@ "metadata": { "name": "Gourde", "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" + "image": "https://static.wikia.nocookie.net/vrising/images/7/71/Item_EmptyWaterskin.png/revision/latest?cb=20220526211557" }, "options": { "stackable": false, diff --git a/items/LUXURY_DAGGER.json b/items/LUXURY_DAGGER.json index 44c8266..7948842 100644 --- a/items/LUXURY_DAGGER.json +++ b/items/LUXURY_DAGGER.json @@ -4,7 +4,7 @@ "metadata": { "name": "Dague luxueuse", "description": "", - "image": "https://bg3.wiki/w/images/f/fe/Dagger_Shar_Unfaded.png" + "image": "https://bg3.wiki/w/images/1/1a/Vampiric_Dagger_Unfaded.png" }, "options": { "stackable": false, diff --git a/items/MYRSHA_COLLAR.json b/items/MYRSHA_COLLAR.json index e5f195d..c058439 100644 --- a/items/MYRSHA_COLLAR.json +++ b/items/MYRSHA_COLLAR.json @@ -4,7 +4,7 @@ "metadata": { "name": "Collier de \"Myrsha\"", "description": "Colier simple de chien. ", - "image": "https://bg3.wiki/w/images/4/42/Dog_Collar_Unfaded.png" + "image": "https://bg3.wiki/w/images/7/79/Dog_Collar_A_Unfaded.png" }, "options": { "stackable": false, diff --git a/items/RIBBON_WINNER_DANCE_COMPETITION.json b/items/RIBBON_WINNER_DANCE_COMPETITION.json index 63017a3..0eee8d7 100644 --- a/items/RIBBON_WINNER_DANCE_COMPETITION.json +++ b/items/RIBBON_WINNER_DANCE_COMPETITION.json @@ -14,5 +14,7 @@ "tags": [ "EQUIPMENT" ], - "alterations": [] + "alterations": [ + "RIBBON_WINNER_DANCE_COMPETITION" + ] } \ No newline at end of file diff --git a/items/SOFT_PAWS_COLLAR.json b/items/SOFT_PAWS_COLLAR.json index 122c46f..7eba472 100644 --- a/items/SOFT_PAWS_COLLAR.json +++ b/items/SOFT_PAWS_COLLAR.json @@ -4,7 +4,6 @@ "metadata": { "name": "Collier de \"Patte douce\"", "description": "Collier marron avec un médaillon en laiton frappé d'une patoune de chien et du sobriquet \"Patte douce\".", - "thumbnail": "", "image": "https://bg3.wiki/w/images/4/42/Dog_Collar_Unfaded.png" }, "options": { @@ -16,5 +15,7 @@ "META:ADDABLE", "EQUIPMENT" ], - "alterations": [] + "alterations": [ + "COLLAR_SOFT_PAWS" + ] } \ No newline at end of file