diff --git a/campaign/campaign.json b/campaign/campaign.json index 34a6245..87abf18 100644 --- a/campaign/campaign.json +++ b/campaign/campaign.json @@ -1,46 +1,12 @@ { - "type": "com.pixelized.shared.lwa.model.campaign.CampaignJsonV1", - "characters": { - "c-000-Ethel_Wagrim": { - "characteristic": { - "Damage": 0, - "Power": 0 - }, - "alterations": [ - "TATOO_MET_KHAFU" - ], - "diminished": 0 - }, - "c-000-Hannah_Dorveille": { - "characteristic": { - "Damage": 0 - }, - "alterations": [ - "TATOO_HANNA" - ], - "diminished": 0 - }, - "c-000-Koryas_Tissempa": { - "characteristic": { - "Damage": 0, - "Power": 0 - }, - "alterations": [ - "TATOO_MAK" - ], - "diminished": 0 - }, - "c-000-Taiomi_Waaka": { - "characteristic": { - "Damage": 0 - }, - "alterations": [ - "TATOO_NYMPH" - ], - "diminished": 0 - } - }, - "npcs": {}, + "type": "com.pixelized.shared.lwa.model.campaign.CampaignJsonV2", + "characters": [ + "Hannah_Dorveille", + "Koryas_Tissempa", + "Taiomi_Waaka", + "Ethel_Wagrim" + ], + "npcs": [], "scene": { "name": "Session 12 : 30 Motannes, 432 PU." }, diff --git a/characters/Ethel_Wagrim.json b/characters/Ethel_Wagrim.json index e5efe9e..4aa183d 100644 --- a/characters/Ethel_Wagrim.json +++ b/characters/Ethel_Wagrim.json @@ -13,17 +13,13 @@ "intelligence": 15, "power": 9, "charisma": 16, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [ + "TATOO_MET_KHAFU" + ], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -240,20 +236,11 @@ { "id": "1f174b5f-51a4-4ee0-b3b3-820ca8b76e6f", "label": "Dague", + "description": "", "canBeCritical": true, - "roll": "1d4+BDC" - }, - { - "id": "047ed040-97a5-454a-b55e-2ba523a21621", - "label": "Dague (Spéciale)", - "canBeCritical": false, - "roll": "a1d4+BDC" - }, - { - "id": "61c83e1a-49a6-4df4-88ad-a4646cd1ec4f", - "label": "Dague (Critique)", - "canBeCritical": false, - "roll": "2d4+BDC" + "roll": "1d4+BDC", + "special": "a1d4+BDC", + "critical": "2d4+BDC" } ] } \ No newline at end of file diff --git a/characters/Fara_Aemon.json b/characters/Fara_Aemon.json index 879750c..ccc6ff4 100644 --- a/characters/Fara_Aemon.json +++ b/characters/Fara_Aemon.json @@ -13,17 +13,11 @@ "intelligence": 10, "power": 12, "charisma": 12, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -222,20 +216,11 @@ { "id": "b14d72fe-cfcd-450e-baa5-6b8fab9a5081", "label": "Arc", - "canBeCritical": false, - "roll": "1d8+1" - }, - { - "id": "c71d8e60-ea71-4e10-8737-beb97e2dd893", - "label": "Arc (spéciale)", - "canBeCritical": false, - "roll": "a1d8+1" - }, - { - "id": "c71d8e60-ea71-4e10-8737-beb97e2dd893", - "label": "Arc (critique)", - "canBeCritical": false, - "roll": "2d8+2" + "description": "", + "canBeCritical": true, + "roll": "1d8+1", + "special": "a1d8+1", + "critical": "2d8+2" } ] } \ No newline at end of file diff --git a/characters/Frann_XXX.json b/characters/Frann_XXX.json index 061c3f7..ce44d4f 100644 --- a/characters/Frann_XXX.json +++ b/characters/Frann_XXX.json @@ -13,17 +13,11 @@ "intelligence": 7, "power": 10, "charisma": 9, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -216,5 +210,15 @@ } ], "magics": [], - "rolls": [] + "rolls": [ + { + "id": "c4006a32-e0e3-42cd-892e-cec70f9da7c1", + "label": "Mains nues", + "description": "Attaque à main nue.", + "canBeCritical": true, + "roll": "1d3+BDC", + "special": "a1d3+BDC", + "critical": "2d3+BDC" + } + ] } \ No newline at end of file diff --git a/characters/Hannah_Dorveille.json b/characters/Hannah_Dorveille.json index daaf377..52d0c7a 100644 --- a/characters/Hannah_Dorveille.json +++ b/characters/Hannah_Dorveille.json @@ -13,17 +13,13 @@ "intelligence": 10, "power": 15, "charisma": 15, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [ + "TATOO_HANNA" + ], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -215,20 +211,11 @@ { "id": "90db5b65-9539-4f5a-b08c-6145840d9f62", "label": "Dague de lancer", + "description": "", "canBeCritical": true, - "roll": "1d4+BDD" - }, - { - "id": "cd40f4b9-8291-4b56-b5fe-d8c617c2efd1", - "label": "Dague de lancer (Spéciale)", - "canBeCritical": false, - "roll": "a1d4+BDD" - }, - { - "id": "508b30fd-2b07-4df9-8e10-3f9bcfeb66b6", - "label": "Dague de lancer (Critique)", - "canBeCritical": false, - "roll": "2d4+BDD" + "roll": "1d4+BDD", + "special": "a1d4+BDD", + "critical": "2d4+BDD" } ] } \ No newline at end of file diff --git a/characters/Kailyn_Norva.json b/characters/Kailyn_Norva.json index 3103f70..9f88da4 100644 --- a/characters/Kailyn_Norva.json +++ b/characters/Kailyn_Norva.json @@ -13,17 +13,11 @@ "intelligence": 12, "power": 8, "charisma": 10, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -203,38 +197,20 @@ { "id": "5096272d-aa98-4cb2-b0b6-7cb4a43c2cbc", "label": "Hachette mêlée", - "canBeCritical": false, - "roll": "1d6+1+BDC" - }, - { - "id": "07bf106d-104c-4b8d-83dd-14df3894195a", - "label": "Hachetee mêlée (spéciale)", - "canBeCritical": false, - "roll": "a1d6+1+BDC" - }, - { - "id": "ed58b5f8-b676-4280-a777-4581da565f8f", - "label": "Hachetee mêlée (critique)", - "canBeCritical": false, - "roll": "2d6+2+BDC" + "description": "", + "canBeCritical": true, + "roll": "1d6+1+BDC", + "special": "a1d6+1+BDC", + "critical": "2d6+2+BDC" }, { "id": "b7b483b3-e052-49a1-b129-4117c555ef14", "label": "Hachette lancée", - "canBeCritical": false, - "roll": "1d6+BDD" - }, - { - "id": "9ef1f863-abfb-4071-8952-133b3b2b22a5", - "label": "Hachette lancée (spéciale)", - "canBeCritical": false, - "roll": "a1d6+BDD" - }, - { - "id": "2093557c-1875-4399-b2df-a7d7c0a4009a", - "label": "Hachette lancée (critique)", - "canBeCritical": false, - "roll": "2d6+BDD" + "description": "", + "canBeCritical": true, + "roll": "1d6+BDD", + "special": "a1d6+BDD", + "critical": "2d6+BDD" } ] } \ No newline at end of file diff --git a/characters/Koryas_Tissempa.json b/characters/Koryas_Tissempa.json index ebcaace..1feff8a 100644 --- a/characters/Koryas_Tissempa.json +++ b/characters/Koryas_Tissempa.json @@ -13,17 +13,13 @@ "intelligence": 9, "power": 15, "charisma": 7, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [ + "TATOO_MAK" + ], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -232,44 +228,29 @@ { "id": "b8d178b8-4872-4d7e-b0c7-20727c447f73", "label": "Mains nues", + "description": "Attaque à main nue.", "canBeCritical": true, - "roll": "1d3+BDC" - }, - { - "id": "d2f21e3f-7a91-4e32-9a83-b7746f59fe10", - "label": "Mains nues (spéciale)", - "canBeCritical": false, - "roll": "a1d3+BDC" - }, - { - "id": "0c329da6-b381-4f59-a6e6-2bd42fa295b2", - "label": "Mains nues (critique)", - "canBeCritical": false, - "roll": "2d3+BDC" + "roll": "1d3+BDC", + "special": "a1d3+BDC", + "critical": "2d3+BDC" }, { "id": "46127cda-4d08-4d36-a73d-2142d7e1c788", - "label": "Premier soin", + "label": "Premiers soin", + "description": "Traite les blessures légères", "canBeCritical": true, - "roll": "1d3" + "roll": "1d3", + "special": "a1d3", + "critical": "2d3" }, { "id": "faf91d6c-307c-4dba-8472-4a0db85b8868", "label": "Morsure", + "description": "Attaque utilisant les crocs puissant d'un loup.", "canBeCritical": true, - "roll": "1d6+1+BDC" - }, - { - "id": "c0e160a1-f00e-4c76-9eec-6dbb2b0d02ec", - "label": "Morsure (spéciale)", - "canBeCritical": false, - "roll": "a1d6+1+BDC" - }, - { - "id": "92c25190-6a3a-45e0-aecd-2b8604469174", - "label": "Morsure (critique)", - "canBeCritical": false, - "roll": "2d6+2+BDC" + "roll": "1d6+1+BDC", + "special": "a1d6+1+BDC", + "critical": "2d6+2+BDC" } ] } \ No newline at end of file diff --git a/characters/Meora_Norroch.json b/characters/Meora_Norroch.json index b83ee0a..83226da 100644 --- a/characters/Meora_Norroch.json +++ b/characters/Meora_Norroch.json @@ -13,17 +13,11 @@ "intelligence": 9, "power": 7, "charisma": 12, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -194,20 +188,11 @@ { "id": "f002ee7e-2604-46b5-9cda-e10224998d9d", "label": "Masse", - "canBeCritical": false, - "roll": "1d6+2+BDC" - }, - { - "id": "5eefa830-77ce-4f08-8721-9aa80961697e", - "label": "Masse (spéciale)", - "canBeCritical": false, - "roll": "a1d6+2+BDC" - }, - { - "id": "5e651d2c-5a2a-479c-8d70-55fa7edd60ec", - "label": "Masse (critique)", - "canBeCritical": false, - "roll": "21d6+4+BDC" + "description": "", + "canBeCritical": true, + "roll": "1d6+2+BDC", + "special": "a1d6+2+BDC", + "critical": "2d6+4+BDC" } ] } \ No newline at end of file diff --git a/characters/Taiomi_Waaka.json b/characters/Taiomi_Waaka.json index b88b201..02b7493 100644 --- a/characters/Taiomi_Waaka.json +++ b/characters/Taiomi_Waaka.json @@ -13,17 +13,13 @@ "intelligence": 17, "power": 10, "charisma": 11, + "damage": 0, + "fatigue": 0, + "diminished": 0, + "alterations": [ + "TATOO_NYMPH" + ], "skills": [ - { - "id": "REFLEX", - "label": "Réflexe", - "description": "Les réflexes représentent la capacité d'un personnage à réagir promptement.", - "base": "((STR+DEX+INT)/3)*5", - "bonus": "", - "level": 1, - "occupation": false, - "used": false - }, { "id": "COMBAT", "label": "Bagarre", @@ -281,44 +277,29 @@ { "id": "245a06f4-9b03-4299-8483-4709ec1672c7", "label": "Fronde", + "description": "", "canBeCritical": true, - "roll": "1d8" - }, - { - "id": "fe3e5671-e1be-49f0-ac87-4f46bb2db759", - "label": "Fronde (Spéciale)", - "canBeCritical": false, - "roll": "a1d8" - }, - { - "id": "7774f978-d5aa-4ce5-8d5d-0d55d61b14b1", - "label": "Fronde (Critique)", - "canBeCritical": false, - "roll": "2d8" + "roll": "1d8", + "special": "a1d8", + "critical": "2d8" }, { "id": "5e1f7650-fe25-471d-a3c6-727d9568f07f", "label": "Toucher de la nymphe", - "canBeCritical": false, - "roll": "2d4" + "description": "", + "canBeCritical": true, + "roll": "2d4", + "special": "a2d4", + "critical": "4d4" }, { "id": "1e8e99e0-6204-471a-9900-493af52c75a2", "label": "Premiers soins", + "description": "", "canBeCritical": true, - "roll": "1d3" - }, - { - "id": "eaa92313-85ca-4166-bc0c-2f79bd866f0d", - "label": "Premiers soins (Spéciale)", - "canBeCritical": false, - "roll": "a1d3" - }, - { - "id": "e11cbb6c-9c8e-47b5-8ee9-7868403f94c1", - "label": "Premiers soins (Critique)", - "canBeCritical": false, - "roll": "2d3" + "roll": "1d3", + "special": "a1d3", + "critical": "2d3" } ] } \ No newline at end of file