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