Added a few items and corresponding alteration for one of them
This commit is contained in:
parent
d885fa6086
commit
5f38746d9c
4 changed files with 71 additions and 0 deletions
17
alterations/RIBBON_WINNER_DANCE_COMPETITION.json
Normal file
17
alterations/RIBBON_WINNER_DANCE_COMPETITION.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
items/ARROW_COMMON.json
Normal file
18
items/ARROW_COMMON.json
Normal file
|
|
@ -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": []
|
||||
}
|
||||
18
items/BOW_ENGRAVED_MOERLIN.json
Normal file
18
items/BOW_ENGRAVED_MOERLIN.json
Normal file
|
|
@ -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": []
|
||||
}
|
||||
18
items/RIBBON_WINNER_DANCE_COMPETITION.json
Normal file
18
items/RIBBON_WINNER_DANCE_COMPETITION.json
Normal file
|
|
@ -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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue