Added items, npcs and changed throwing daggers to be consummables
This commit is contained in:
parent
25eea01e80
commit
f6891eef97
9 changed files with 316 additions and 3 deletions
18
items/CHECKERS_GAME.json
Normal file
18
items/CHECKERS_GAME.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "CHECKERS_GAME",
|
||||
"metadata": {
|
||||
"name": "Jeu de dames",
|
||||
"description": "Jeu de dames en bois réalisé par un artisan de Moèrlin",
|
||||
"image": "https://bg3.wiki/w/images/3/3b/Lanceboard_Faded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"MISCELLANEOUS"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
16
items/FLASK_TURTLE_SHELL.json
Normal file
16
items/FLASK_TURTLE_SHELL.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "FLASK_TURTLE_SHELL",
|
||||
"metadata": {
|
||||
"name": "Flasque carapace de Tortue",
|
||||
"description": "Luxueuse flasque en carapace de Tortue",
|
||||
"image": "https://drive.google.com/uc?export=view&id=1j_jpKuESL3Tp0jQx3zPPS80rvtiKTAVf"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [],
|
||||
"alterations": []
|
||||
}
|
||||
18
items/SEALED_ANCIENT_BOOK.json
Normal file
18
items/SEALED_ANCIENT_BOOK.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "SEALED_ANCIENT_BOOK",
|
||||
"metadata": {
|
||||
"name": "Livre ancien scellé",
|
||||
"description": "Livre ancien muni d'un fermoir verrouillé que personne n'a jamais réussi à ouvrir",
|
||||
"image": "https://bg3.wiki/w/images/b/b5/Book_Grimoire_Faded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"MISCELLANEOUS"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
18
items/TAPESTRY_THREE_ARROWS.json
Normal file
18
items/TAPESTRY_THREE_ARROWS.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "TAPESTRY_THREE_ARROWS",
|
||||
"metadata": {
|
||||
"name": "Tapisserie des Trois Flèches",
|
||||
"description": "Tapisserie de bonne qualité représentant le héro ayant sauvé Moèrlin d'une attaque de monstre avec seulement trois flèches",
|
||||
"image": "https://bg3.wiki/w/images/b/b6/Kanons_Handkerchief_Icon.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"MISCELLANEOUS"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
|
|
@ -7,12 +7,13 @@
|
|||
"image": "https://bg3.wiki/w/images/9/93/Dolor_Amarus_Unfaded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"stackable": true,
|
||||
"equipable": true,
|
||||
"consumable": false
|
||||
"consumable": true
|
||||
},
|
||||
"tags": [
|
||||
"META:ADDABLE",
|
||||
"CONSUMABLE",
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
|
|
|
|||
19
items/THROWING_DAGGER_WELL_BALANCED.json
Normal file
19
items/THROWING_DAGGER_WELL_BALANCED.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "THROWING_DAGGER_WELL_BALANCED",
|
||||
"metadata": {
|
||||
"name": "Dague de lancer partaiment équilibrée",
|
||||
"description": "Jet de dégât : 1d6.\n\nCette dague de lancer est si bien équilibrée que sa rotation lors d'un lancer lui permet d'atteindre une vitesse optimale.",
|
||||
"image": "https://bg3.wiki/w/images/9/93/Dolor_Amarus_Unfaded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": true,
|
||||
"equipable": true,
|
||||
"consumable": true
|
||||
},
|
||||
"tags": [
|
||||
"CONSUMABLE",
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue