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

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