From 9f005ac21c7d3da8c6136cd84eba3459917a9c17 Mon Sep 17 00:00:00 2001 From: SAUVAGEOT Paul-Arthur Date: Mon, 16 Jun 2025 16:57:46 +0200 Subject: [PATCH] Added new magic skill 'Harpon magique' to Ethel and Koryas's character sheets and corrected description of 'Purification' in Taiomi character sheet. --- characters/Ethel_Wagrim.json | 22 ++++++++++++++++++++-- characters/Koryas_Tissempa.json | 18 ++++++++++++++++++ characters/Taiomi_Waaka.json | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/characters/Ethel_Wagrim.json b/characters/Ethel_Wagrim.json index 631ee10..130fbbc 100644 --- a/characters/Ethel_Wagrim.json +++ b/characters/Ethel_Wagrim.json @@ -254,11 +254,20 @@ { "id": "REPEAL", "label": "Abrogation", - "description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée: \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours", + "description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût : 1 PP\nPortée : 20m.\nDurée : \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours", "base": "30", "level": 1, "occupation": false, "used": true + }, + { + "id": "MAGIC_HARPOON_RITUAL", + "label": "Harpon magique", + "description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.\n\nTemps d'incantation : 2 tours\nCoût : 3 PP (Invocation) + 2 PP (Magie)\nPortée : 20m.\nDégâts : 1d8 + 2 par harpon\n\nEnrichissement : \n+ 3 PP => + 1 harpon", + "base": "100", + "level": 1, + "occupation": false, + "used": false } ], "rolls": [ @@ -274,11 +283,20 @@ { "id": "ACT_REPEAL", "label": "Abrogation (Durée)", - "description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée: \n- En cas d'échec: 1 tour\n- En cas de réussite: 1d4 + 1 tours", + "description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nCoût: 1 PP\nPortée: 20m.\nDurée : \n- En cas d'échec : 1 tour\n- En cas de réussite : 1d4 + 1 tours", "canBeCritical": true, "roll": "1d4+1", "special": "a1d4+1", "critical": "2d4 + 2" + }, + { + "id": "SPELL_MAGIC_HARPOON", + "label": "Harpon magique (Dégâts)", + "description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.", + "canBeCritical": true, + "roll": "1d8+2", + "special": "a1d8+2", + "critical": "2d8+4" } ], "tag": [] diff --git a/characters/Koryas_Tissempa.json b/characters/Koryas_Tissempa.json index 296dbd9..0c32219 100644 --- a/characters/Koryas_Tissempa.json +++ b/characters/Koryas_Tissempa.json @@ -242,6 +242,15 @@ "level": 1, "occupation": false, "used": false + }, + { + "id": "MAGIC_HARPOON_RITUAL", + "label": "Harpon magique", + "description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.\n\nTemps d'incantation : 2 tours\nCoût : 3 PP (Invocation) + 2 PP (Magie)\nPortée : 20m.\nDégâts : 1d8 + 2 par harpon\n\nEnrichissement : \n+ 3 PP => + 1 harpon", + "base": "100", + "level": 1, + "occupation": false, + "used": false } ], "rolls": [ @@ -271,6 +280,15 @@ "roll": "1d6+1+BDC", "special": "a1d6+1+BDC", "critical": "2d6+2+BDC" + }, + { + "id": "SPELL_MAGIC_HARPOON", + "label": "Harpon magique", + "description": "Lance un harpon magique en direction d'une cible, une chaine de 20 mètres est accroché à celui-ci.", + "canBeCritical": true, + "roll": "1d8+2", + "special": "a1d8+2", + "critical": "2d8+4" } ], "tag": [] diff --git a/characters/Taiomi_Waaka.json b/characters/Taiomi_Waaka.json index a200fa7..f2d45db 100644 --- a/characters/Taiomi_Waaka.json +++ b/characters/Taiomi_Waaka.json @@ -276,7 +276,7 @@ { "id": "PURIFY", "label": "Purification", - "description": "Permet de purifier jusqu'à 1m3 d'eau.\n\nCoût : 1PP\nPortée : 10m\nEnrichissement: +1 PP pour +1m3 de volume", + "description": "Permet de purifier.\n\nCoût : 1PP\nPortée : 10m", "base": "30", "level": 1, "occupation": false,