Update character sheet with special/critical actions/

This commit is contained in:
Thomas Andres Gomez 2025-03-26 17:17:48 +01:00
parent c618df1164
commit 5fca61a387
9 changed files with 113 additions and 261 deletions

View file

@ -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"
}
]
}