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": 10,
|
||||
"power": 15,
|
||||
"charisma": 15,
|
||||
"damage": 0,
|
||||
"fatigue": 0,
|
||||
"diminished": 0,
|
||||
"alterations": [
|
||||
"TATOO_HANNA"
|
||||
],
|
||||
"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",
|
||||
|
|
@ -215,20 +211,11 @@
|
|||
{
|
||||
"id": "90db5b65-9539-4f5a-b08c-6145840d9f62",
|
||||
"label": "Dague de lancer",
|
||||
"description": "",
|
||||
"canBeCritical": true,
|
||||
"roll": "1d4+BDD"
|
||||
},
|
||||
{
|
||||
"id": "cd40f4b9-8291-4b56-b5fe-d8c617c2efd1",
|
||||
"label": "Dague de lancer (Spéciale)",
|
||||
"canBeCritical": false,
|
||||
"roll": "a1d4+BDD"
|
||||
},
|
||||
{
|
||||
"id": "508b30fd-2b07-4df9-8e10-3f9bcfeb66b6",
|
||||
"label": "Dague de lancer (Critique)",
|
||||
"canBeCritical": false,
|
||||
"roll": "2d4+BDD"
|
||||
"roll": "1d4+BDD",
|
||||
"special": "a1d4+BDD",
|
||||
"critical": "2d4+BDD"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue