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,11 @@
|
|||
"intelligence": 10,
|
||||
"power": 12,
|
||||
"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",
|
||||
|
|
@ -222,20 +216,11 @@
|
|||
{
|
||||
"id": "b14d72fe-cfcd-450e-baa5-6b8fab9a5081",
|
||||
"label": "Arc",
|
||||
"canBeCritical": false,
|
||||
"roll": "1d8+1"
|
||||
},
|
||||
{
|
||||
"id": "c71d8e60-ea71-4e10-8737-beb97e2dd893",
|
||||
"label": "Arc (spéciale)",
|
||||
"canBeCritical": false,
|
||||
"roll": "a1d8+1"
|
||||
},
|
||||
{
|
||||
"id": "c71d8e60-ea71-4e10-8737-beb97e2dd893",
|
||||
"label": "Arc (critique)",
|
||||
"canBeCritical": false,
|
||||
"roll": "2d8+2"
|
||||
"description": "",
|
||||
"canBeCritical": true,
|
||||
"roll": "1d8+1",
|
||||
"special": "a1d8+1",
|
||||
"critical": "2d8+2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue