From 72c7ae6a4b54668537f63aa74e2872c2f9f2afbc Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Wed, 9 Apr 2025 00:21:54 +0200 Subject: [PATCH] End of session 13 --- campaign/campaign.json | 8 +++++--- characters/Dhal_Marivene.json | 2 +- characters/Ethel_Wagrim.json | 8 ++++---- characters/Hannah_Dorveille.json | 6 +++--- characters/Taiomi_Waaka.json | 2 +- items/SOFT_PAWS_COLLAR.json | 19 +++++++++++++++++++ tags/character.json | 5 +++++ 7 files changed, 38 insertions(+), 12 deletions(-) create mode 100644 items/SOFT_PAWS_COLLAR.json diff --git a/campaign/campaign.json b/campaign/campaign.json index 87abf18..2a1ac0e 100644 --- a/campaign/campaign.json +++ b/campaign/campaign.json @@ -6,12 +6,14 @@ "Taiomi_Waaka", "Ethel_Wagrim" ], - "npcs": [], + "npcs": [ + "Dhal_Marivene" + ], "scene": { - "name": "Session 12 : 30 Motannes, 432 PU." + "name": "Session 13 : 30 Motannes, 432 PU." }, "options": { "showPlayer": true, - "showNpcs": false + "showNpcs": true } } \ No newline at end of file diff --git a/characters/Dhal_Marivene.json b/characters/Dhal_Marivene.json index caa59b4..bf4e154 100644 --- a/characters/Dhal_Marivene.json +++ b/characters/Dhal_Marivene.json @@ -14,7 +14,7 @@ "power": 14, "charisma": 14, "damage": 0, - "fatigue": 0, + "fatigue": 10, "diminished": 0, "alterations": [ "TATOO_STALAK", diff --git a/characters/Ethel_Wagrim.json b/characters/Ethel_Wagrim.json index 711a698..70c3c2b 100644 --- a/characters/Ethel_Wagrim.json +++ b/characters/Ethel_Wagrim.json @@ -14,7 +14,7 @@ "power": 9, "charisma": 16, "damage": 0, - "fatigue": 0, + "fatigue": 1, "diminished": 0, "alterations": [ "TATOO_MET_KHAFU" @@ -82,7 +82,7 @@ "bonus": "30", "level": 1, "occupation": false, - "used": false + "used": true }, { "id": "SEARCH", @@ -148,7 +148,7 @@ "bonus": "20", "level": 1, "occupation": true, - "used": false + "used": true }, { "id": "SLEIGHT_OF_HAND", @@ -238,7 +238,7 @@ "base": "30", "level": 1, "occupation": false, - "used": false + "used": true } ], "rolls": [ diff --git a/characters/Hannah_Dorveille.json b/characters/Hannah_Dorveille.json index 52d0c7a..fee0424 100644 --- a/characters/Hannah_Dorveille.json +++ b/characters/Hannah_Dorveille.json @@ -14,7 +14,7 @@ "power": 15, "charisma": 15, "damage": 0, - "fatigue": 0, + "fatigue": 2, "diminished": 0, "alterations": [ "TATOO_HANNA" @@ -83,7 +83,7 @@ "bonus": "20", "level": 1, "occupation": true, - "used": false + "used": true }, { "id": "SEARCH", @@ -152,7 +152,7 @@ "bonus": "30", "level": 2, "occupation": true, - "used": false + "used": true }, { "id": "SLEIGHT_OF_HAND", diff --git a/characters/Taiomi_Waaka.json b/characters/Taiomi_Waaka.json index 02b7493..9c934fb 100644 --- a/characters/Taiomi_Waaka.json +++ b/characters/Taiomi_Waaka.json @@ -84,7 +84,7 @@ "bonus": "25", "level": 1, "occupation": false, - "used": false + "used": true }, { "id": "SEARCH", diff --git a/items/SOFT_PAWS_COLLAR.json b/items/SOFT_PAWS_COLLAR.json new file mode 100644 index 0000000..b95fbd2 --- /dev/null +++ b/items/SOFT_PAWS_COLLAR.json @@ -0,0 +1,19 @@ +{ + "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\".", + "thumbnail": "", + "image": "" + }, + "options": { + "stackable": false, + "equipable": true, + "consumable": false + }, + "tags": [ + "EQUIPMENT" + ], + "alterations": [] +} \ No newline at end of file diff --git a/tags/character.json b/tags/character.json index 9b1a5f8..ea48717 100644 --- a/tags/character.json +++ b/tags/character.json @@ -8,5 +8,10 @@ "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", "id": "NPC", "label": "Npc" + }, + { + "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", + "id": "TEMPLATE", + "label": "Template" } ] \ No newline at end of file