Update equipable items with alteration

This commit is contained in:
Thomas Andres Gomez 2025-05-07 18:55:38 +02:00
parent b3a5c36d92
commit e884a2303e
6 changed files with 13 additions and 10 deletions

View file

@ -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"
]
}

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -14,5 +14,7 @@
"tags": [
"EQUIPMENT"
],
"alterations": []
"alterations": [
"RIBBON_WINNER_DANCE_COMPETITION"
]
}

View file

@ -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"
]
}