diff --git a/items/BONE_DAGGER.json b/items/BONE_DAGGER.json new file mode 100644 index 0000000..1ac7652 --- /dev/null +++ b/items/BONE_DAGGER.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "BONE_DAGGER", + "metadata": { + "name": "Dague en os", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DAILY_RATION.json b/items/DAILY_RATION.json new file mode 100644 index 0000000..4bc8da9 --- /dev/null +++ b/items/DAILY_RATION.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DAILY_RATION", + "metadata": { + "name": "Ration journalière", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/DRY_MEAT.json b/items/DRY_MEAT.json new file mode 100644 index 0000000..b2cd5a1 --- /dev/null +++ b/items/DRY_MEAT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "DRY_MEAT", + "metadata": { + "name": "Viande séché", + "description": "Viande séché trouvé dans le baraquement des mineurs de la Mine du cirque", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/FLINT_AND_STEEL.json b/items/FLINT_AND_STEEL.json new file mode 100644 index 0000000..4c3b914 --- /dev/null +++ b/items/FLINT_AND_STEEL.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "FLINT_AND_STEEL", + "metadata": { + "name": "Pierre à feu & tige de métal", + "description": "Lorsque frottés l'un contre l'autre ces éléments produisent de fortes étincelles aidant à l'allumage d'un feu.", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GARMENT_MAK.json b/items/GARMENT_MAK.json new file mode 100644 index 0000000..dfd8869 --- /dev/null +++ b/items/GARMENT_MAK.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GARMENT_MAK", + "metadata": { + "name": "Vêtements élimés avec fourure & Cape de voyage", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/GOURD.json b/items/GOURD.json new file mode 100644 index 0000000..fd19f56 --- /dev/null +++ b/items/GOURD.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "GOURD", + "metadata": { + "name": "Gourde", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/MEDKIT.json b/items/MEDKIT.json new file mode 100644 index 0000000..aad65b8 --- /dev/null +++ b/items/MEDKIT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "MEDKIT", + "metadata": { + "name": "Kit de premier soin", + "description": "Nécessaire aux premiers soins", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": true + }, + "tags": [ + "META:ADDABLE", + "CONSUMABLE" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/PAN_FLUTE.json b/items/PAN_FLUTE.json new file mode 100644 index 0000000..66cbc2c --- /dev/null +++ b/items/PAN_FLUTE.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "PAN_FLUTE", + "metadata": { + "name": "Flûte de pan", + "description": "Simple instrument de bois sans prétention.", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SLEEPING_BAG.json b/items/SLEEPING_BAG.json new file mode 100644 index 0000000..21e74c6 --- /dev/null +++ b/items/SLEEPING_BAG.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "SLEEPING_BAG", + "metadata": { + "name": "Sac de couchage", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/SOFT_PAWS_COLLAR.json b/items/SOFT_PAWS_COLLAR.json index b95fbd2..122c46f 100644 --- a/items/SOFT_PAWS_COLLAR.json +++ b/items/SOFT_PAWS_COLLAR.json @@ -2,10 +2,10 @@ "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", "id": "SOFT_PAWS_COLLAR", "metadata": { - "name": "Colier pour chien", - "description": "Collier marron avec un médaillon en letton frappé d'une patoune de chien et du sobriquet \"Patte douce\".", + "name": "Collier de \"Patte douce\"", + "description": "Collier marron avec un médaillon en laiton frappé d'une patoune de chien et du sobriquet \"Patte douce\".", "thumbnail": "", - "image": "" + "image": "https://bg3.wiki/w/images/4/42/Dog_Collar_Unfaded.png" }, "options": { "stackable": false, @@ -13,6 +13,7 @@ "consumable": false }, "tags": [ + "META:ADDABLE", "EQUIPMENT" ], "alterations": [] diff --git a/items/STALLION_LITTLE_THUNDER.json b/items/STALLION_LITTLE_THUNDER.json new file mode 100644 index 0000000..60fd3bd --- /dev/null +++ b/items/STALLION_LITTLE_THUNDER.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "STALLION_LITTLE_THUNDER", + "metadata": { + "name": "Étalon noir : Petit Tonnerre", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/STICK.json b/items/STICK.json index 648de50..77a4788 100644 --- a/items/STICK.json +++ b/items/STICK.json @@ -5,7 +5,7 @@ "name": "Bâton", "description": "Un bâton usé qui peut aussi bien servir d’appui à un vieillard, qu'être le témoin d’aventures imaginaires d'un enfant ou encore l'arme improvisée de mains moins innocentes.", "thumbnail": "", - "image": "" + "image": "https://bg3.wiki/w/images/b/bd/Club_Unfaded.png" }, "options": { "stackable": false, @@ -13,6 +13,7 @@ "consumable": false }, "tags": [ + "META:ADDABLE", "EQUIPMENT" ], "alterations": [] diff --git a/items/TENT.json b/items/TENT.json new file mode 100644 index 0000000..a209693 --- /dev/null +++ b/items/TENT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "TENT", + "metadata": { + "name": "Tente", + "description": "", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "MISCELLANEOUS" + ], + "alterations": [] +} \ No newline at end of file diff --git a/tags/item.json b/tags/item.json index 78b5c0d..d18b002 100644 --- a/tags/item.json +++ b/tags/item.json @@ -23,5 +23,11 @@ "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", "id": "QUEST", "label": "Quêtes" + }, + { + "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", + "id": "META:ADDABLE", + "label": "Ajoutable", + "meta": true } ] \ No newline at end of file