Update character sheet with special/critical actions/
This commit is contained in:
parent
c618df1164
commit
5fca61a387
9 changed files with 113 additions and 261 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue