Added items for Template_Contrebandier and create some NPCs from that template
This commit is contained in:
parent
d107358bcd
commit
d885fa6086
13 changed files with 1062 additions and 13 deletions
18
items/COMMON_DAGGER.json
Normal file
18
items/COMMON_DAGGER.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "COMMON_DAGGER",
|
||||
"metadata": {
|
||||
"name": "Dague",
|
||||
"description": "Dague commune",
|
||||
"image": "https://bg3.wiki/w/images/d/de/Dagger_Icon.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": true,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
18
items/COMMON_HANDCROSSBOW.json
Normal file
18
items/COMMON_HANDCROSSBOW.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "COMMON_HANDCROSSBOW",
|
||||
"metadata": {
|
||||
"name": "Arbalète de poing",
|
||||
"description": "Petite arbalète s'attachant au poignet. Doit être retirée pour être rechargée.",
|
||||
"image": "https://bg3.wiki/w/images/7/7e/Hand_Crossbow_Faded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": true,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"EQUIPMENT"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
18
items/HANDCROSSBOW_BOLT.json
Normal file
18
items/HANDCROSSBOW_BOLT.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "HANDCROSSBOW_BOLT",
|
||||
"metadata": {
|
||||
"name": "Carreau d'arbalète de poing",
|
||||
"description": "Carreau pour une arbalète de poing",
|
||||
"image": "https://bg3.wiki/w/images/7/74/Arrow_of_Piercing_Faded.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": true,
|
||||
"equipable": false,
|
||||
"consumable": true
|
||||
},
|
||||
"tags": [
|
||||
"CONSUMABLE"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue