diff --git a/alterations/RIBBON_WINNER_DANCE_COMPETITION.json b/alterations/RIBBON_WINNER_DANCE_COMPETITION.json new file mode 100644 index 0000000..54defda --- /dev/null +++ b/alterations/RIBBON_WINNER_DANCE_COMPETITION.json @@ -0,0 +1,17 @@ +{ + "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1", + "id": "RIBBON_WINNER_DANCE_COMPETITION", + "metadata": { + "name": "Ruban du vainqueur", + "description": "+2 Charisme" + }, + "tags": [ + "EQUIPMENT" + ], + "fields": [ + { + "fieldId": "CHA", + "expression": "2" + } + ] +} \ No newline at end of file diff --git a/items/ARROW_COMMON.json b/items/ARROW_COMMON.json new file mode 100644 index 0000000..292bf2b --- /dev/null +++ b/items/ARROW_COMMON.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "ARROW_COMMON", + "metadata": { + "name": "Flèche commune", + "description": "Flèche commune", + "image": "https://bg3.wiki/w/images/4/46/MISC_Arrow_Faded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": true + }, + "tags": [ + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/BOW_ENGRAVED_MOERLIN.json b/items/BOW_ENGRAVED_MOERLIN.json new file mode 100644 index 0000000..9c6d387 --- /dev/null +++ b/items/BOW_ENGRAVED_MOERLIN.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "BOW_ENGRAVED_MOERLIN", + "metadata": { + "name": "Arc de Moèrlin", + "description": "Bel arc gravé à l'effigie du Festival des Trois Flèches de Moèrlin\n\nDégâts : 1d8+2", + "image": "https://bg3.wiki/w/images/b/ba/Shortbow_Faded.png" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/RIBBON_WINNER_DANCE_COMPETITION.json b/items/RIBBON_WINNER_DANCE_COMPETITION.json new file mode 100644 index 0000000..63017a3 --- /dev/null +++ b/items/RIBBON_WINNER_DANCE_COMPETITION.json @@ -0,0 +1,18 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "RIBBON_WINNER_DANCE_COMPETITION", + "metadata": { + "name": "Ruban du vainqueur", + "description": "Noeud en ruban, s'accrochant à la poitrine, remis au vainqueur du concours de danse du Festival des Trois Flèches.", + "image": "https://bg3.wiki/w/images/e/e7/Sticker_Cosmetic_Ribbon_C.webp" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file