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": 7,
|
||||
"power": 10,
|
||||
"charisma": 9,
|
||||
"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",
|
||||
|
|
@ -216,5 +210,15 @@
|
|||
}
|
||||
],
|
||||
"magics": [],
|
||||
"rolls": []
|
||||
"rolls": [
|
||||
{
|
||||
"id": "c4006a32-e0e3-42cd-892e-cec70f9da7c1",
|
||||
"label": "Mains nues",
|
||||
"description": "Attaque à main nue.",
|
||||
"canBeCritical": true,
|
||||
"roll": "1d3+BDC",
|
||||
"special": "a1d3+BDC",
|
||||
"critical": "2d3+BDC"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue