From e034855592d75dd2b8e1f799b9131b5bf24852a0 Mon Sep 17 00:00:00 2001 From: SAUVAGEOT Paul-Arthur Date: Tue, 8 Apr 2025 10:27:53 +0200 Subject: [PATCH] Added new spell to Ethel character sheet --- characters/Ethel_Wagrim.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/characters/Ethel_Wagrim.json b/characters/Ethel_Wagrim.json index 4aa183d..711a698 100644 --- a/characters/Ethel_Wagrim.json +++ b/characters/Ethel_Wagrim.json @@ -230,17 +230,35 @@ "level": 1, "occupation": true, "used": false + }, + { + "id": "062da01f-c19a-4dd1-ad82-5829ed1aefbf", + "label": "Abrogation", + "description": "Interdit l'accès au monde à une Lwa pendant un temps donné.\n\nEn cas d'échec: 1 tour\nEn cas de réussite: 1d4 + 1 tours\n", + "base": "30", + "level": 1, + "occupation": false, + "used": false } ], "rolls": [ { "id": "1f174b5f-51a4-4ee0-b3b3-820ca8b76e6f", - "label": "Dague", + "label": "Dague (Dégâts)", "description": "", "canBeCritical": true, "roll": "1d4+BDC", "special": "a1d4+BDC", "critical": "2d4+BDC" + }, + { + "id": "1a0bfd19-b0e8-4116-82d5-8fe1ae393f6c", + "label": "Abrogation (Durée)", + "description": "", + "canBeCritical": true, + "roll": "1d4+1", + "special": "a1d4+1", + "critical": "2d4 + 2" } ] } \ No newline at end of file