Add alchemy componants.
This commit is contained in:
parent
85d9fbebbb
commit
42d7b642c6
5 changed files with 85 additions and 0 deletions
20
items/ARCHANTHIA_COMPONANT.json
Normal file
20
items/ARCHANTHIA_COMPONANT.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||||
|
"id": "ARCHANTHIA_COMPONANT",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Archanthia",
|
||||||
|
"description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)",
|
||||||
|
"thumbnail": "https://bg3.wiki/w/images/0/09/Balsam_Item_Icon.png",
|
||||||
|
"image": "https://bg3.wiki/w/images/0/0c/Balsam_Unfaded.png"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"stackable": true,
|
||||||
|
"equipable": false,
|
||||||
|
"consumable": false
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"META:ADDABLE",
|
||||||
|
"ALCHEMY"
|
||||||
|
],
|
||||||
|
"alterations": []
|
||||||
|
}
|
||||||
20
items/FLORELUNE_COMPONANT.json
Normal file
20
items/FLORELUNE_COMPONANT.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||||
|
"id": "FLORELUNE_COMPONANT",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Florelune",
|
||||||
|
"description": "",
|
||||||
|
"thumbnail": "https://bg3.wiki/w/images/d/d5/Weavemoss_Item_Icon.png",
|
||||||
|
"image": "https://bg3.wiki/w/images/9/9a/Weavemoss_Unfaded.png"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"stackable": true,
|
||||||
|
"equipable": false,
|
||||||
|
"consumable": false
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"META:ADDABLE",
|
||||||
|
"ALCHEMY"
|
||||||
|
],
|
||||||
|
"alterations": []
|
||||||
|
}
|
||||||
20
items/VELNIRIS_COMPONANT.json
Normal file
20
items/VELNIRIS_COMPONANT.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||||
|
"id": "VELNIRIS_COMPONANT",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Velniris",
|
||||||
|
"description": "",
|
||||||
|
"thumbnail": "https://bg3.wiki/w/images/0/02/Night_Orchid_Item_Icon.png",
|
||||||
|
"image": "https://bg3.wiki/w/images/9/9e/Night_Orchid_Unfaded.png"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"stackable": true,
|
||||||
|
"equipable": false,
|
||||||
|
"consumable": false
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"META:ADDABLE",
|
||||||
|
"ALCHEMY"
|
||||||
|
],
|
||||||
|
"alterations": []
|
||||||
|
}
|
||||||
20
items/VERDUANE_COMPONANT.json
Normal file
20
items/VERDUANE_COMPONANT.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||||
|
"id": "VERDUANE_COMPONANT",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Verduane",
|
||||||
|
"description": "",
|
||||||
|
"thumbnail": "https://bg3.wiki/w/images/0/09/Yellow_Musk_Creeper_Petals_Item_Icon.png",
|
||||||
|
"image": "https://bg3.wiki/w/images/4/47/Yellow_Musk_Creeper_Petals_Unfaded.png"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"stackable": true,
|
||||||
|
"equipable": false,
|
||||||
|
"consumable": false
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"META:ADDABLE",
|
||||||
|
"ALCHEMY"
|
||||||
|
],
|
||||||
|
"alterations": []
|
||||||
|
}
|
||||||
|
|
@ -24,6 +24,11 @@
|
||||||
"id": "QUEST",
|
"id": "QUEST",
|
||||||
"label": "Quêtes"
|
"label": "Quêtes"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
|
||||||
|
"id": "ALCHEMY",
|
||||||
|
"label": "Alchimie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
|
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
|
||||||
"id": "META:ADDABLE",
|
"id": "META:ADDABLE",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue