Farah and Frann leveled up
This commit is contained in:
parent
b345ad9349
commit
0592e88269
3 changed files with 441 additions and 423 deletions
|
|
@ -39,5 +39,9 @@
|
|||
"npcs": {},
|
||||
"scene": {
|
||||
"name": "Session 11 : 29 Motannes, 432 PU."
|
||||
},
|
||||
"options": {
|
||||
"showPlayer": true,
|
||||
"showNpcs": false
|
||||
}
|
||||
}
|
||||
|
|
@ -2,10 +2,12 @@
|
|||
"type": "com.pixelized.shared.lwa.model.characterSheet.CharacterSheetJsonV1",
|
||||
"id": "Fara_Aemon",
|
||||
"name": "Farah Aemon",
|
||||
"portrait": "",
|
||||
"thumbnail": "https://drive.google.com/uc?export=view&id=1hQ0FmbjS5_Y-7yyzx3UA66Qc1Av37IoX",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"shouldLevelUp": false,
|
||||
"strength": 10,
|
||||
"dexterity": 16,
|
||||
"dexterity": 17,
|
||||
"constitution": 12,
|
||||
"height": 10,
|
||||
"intelligence": 10,
|
||||
|
|
@ -143,7 +145,7 @@
|
|||
"bonus": "30",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "SLEIGHT_OF_HAND",
|
||||
|
|
@ -173,7 +175,7 @@
|
|||
"bonus": "40",
|
||||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "0da0bf77-50bd-4ae7-b54a-93543a2fabbc",
|
||||
|
|
@ -193,6 +195,16 @@
|
|||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "9d4f5083-3bea-404e-a67d-686186001afb",
|
||||
"label": "Artisanat (Flèches)",
|
||||
"description": "",
|
||||
"base": "",
|
||||
"bonus": "20",
|
||||
"level": 0,
|
||||
"occupation": true,
|
||||
"used": false
|
||||
}
|
||||
],
|
||||
"magics": [],
|
||||
|
|
@ -200,19 +212,19 @@
|
|||
{
|
||||
"id": "b14d72fe-cfcd-450e-baa5-6b8fab9a5081",
|
||||
"label": "Arc",
|
||||
"canBeCritical": true,
|
||||
"canBeCritical": false,
|
||||
"roll": "1d8+1"
|
||||
},
|
||||
{
|
||||
"id": "c71d8e60-ea71-4e10-8737-beb97e2dd893",
|
||||
"label": "Arc (spéciale)",
|
||||
"canBeCritical": true,
|
||||
"canBeCritical": false,
|
||||
"roll": "a1d8+1"
|
||||
},
|
||||
{
|
||||
"id": "c71d8e60-ea71-4e10-8737-beb97e2dd893",
|
||||
"label": "Arc (critique)",
|
||||
"canBeCritical": true,
|
||||
"canBeCritical": false,
|
||||
"roll": "2d8+2"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -2,11 +2,13 @@
|
|||
"type": "com.pixelized.shared.lwa.model.characterSheet.CharacterSheetJsonV1",
|
||||
"id": "Frann_XXX",
|
||||
"name": "Frann",
|
||||
"portrait": "",
|
||||
"thumbnail": "https://drive.google.com/uc?export=view&id=1lVwClJ6Bd1eov2raTZJeeAMKHkN9uCqQ",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"shouldLevelUp": false,
|
||||
"strength": 10,
|
||||
"dexterity": 14,
|
||||
"constitution": 12,
|
||||
"constitution": 13,
|
||||
"height": 10,
|
||||
"intelligence": 7,
|
||||
"power": 10,
|
||||
|
|
@ -157,7 +159,7 @@
|
|||
"label": "Premiers soins",
|
||||
"description": "Traiter les blessures légères. Une réussite rétablit 1D3 points de vie. Une réussite spéciale restaure 1D3+3 points de vie.",
|
||||
"base": "floor5(INT+DEX)",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"occupation": false,
|
||||
"used": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue