End of session 18
This commit is contained in:
parent
9f005ac21c
commit
56ebd17df3
17 changed files with 255 additions and 87 deletions
|
|
@ -5,21 +5,20 @@
|
|||
"job": "",
|
||||
"portrait": "https://drive.google.com/uc?export=view&id=1K0MNEoysv0-VLbDiCuIP-Ga3qZTuJSjk",
|
||||
"thumbnail": "https://drive.google.com/uc?export=view&id=1N1il-F1zLqhqi2iZ8eoGBGGvc4fs3Gsx",
|
||||
"level": 3,
|
||||
"shouldLevelUp": true,
|
||||
"level": 4,
|
||||
"shouldLevelUp": false,
|
||||
"strength": 10,
|
||||
"dexterity": 11,
|
||||
"dexterity": 12,
|
||||
"constitution": 15,
|
||||
"height": 15,
|
||||
"intelligence": 9,
|
||||
"power": 15,
|
||||
"charisma": 7,
|
||||
"damage": 5,
|
||||
"fatigue": 5,
|
||||
"damage": 0,
|
||||
"fatigue": 0,
|
||||
"diminished": 0,
|
||||
"alterations": [
|
||||
"TATOO_MAK",
|
||||
"CURSE_IMPURE_SOUL"
|
||||
"TATOO_MAK"
|
||||
],
|
||||
"skills": [
|
||||
{
|
||||
|
|
@ -30,7 +29,7 @@
|
|||
"bonus": "60",
|
||||
"level": 1,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "DODGE",
|
||||
|
|
@ -38,9 +37,9 @@
|
|||
"description": "Éviter une attaque, un projectile, etc.\n\n- Base : DEX*2",
|
||||
"base": "floor5(DEX*2)",
|
||||
"bonus": "50",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "GRAB",
|
||||
|
|
@ -75,9 +74,9 @@
|
|||
"label": "Acrobatie",
|
||||
"description": "Réaliser un mouvement nécessitant une certaine agilité (Marcher sur une corde, courir sur la glace, etc.).\n\n- Base : DEX + CON * 2",
|
||||
"base": "floor5(DEX+CON*2)",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "PERCEPTION",
|
||||
|
|
@ -87,7 +86,7 @@
|
|||
"bonus": "15",
|
||||
"level": 2,
|
||||
"occupation": true,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "SEARCH",
|
||||
|
|
@ -103,9 +102,9 @@
|
|||
"label": "Empathie",
|
||||
"description": "Évaluer les pensées et/ou les motivations cachées d’un autre personnage en se basant sur des signaux subliminaux.\n\n- Base : CHA + INT",
|
||||
"base": "floor5(CHA+INT)",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "PERSUASION",
|
||||
|
|
@ -122,9 +121,9 @@
|
|||
"description": "Influencer quelqu'un ou un groupe de personnes par des menaces, des actions hostiles, ou de la violence physique.\n\n- Base : CHA + max(HEI + POW) * 2",
|
||||
"base": "floor5(CHA+max(HEI,POW)*2)",
|
||||
"bonus": "15",
|
||||
"level": 1,
|
||||
"level": 2,
|
||||
"occupation": false,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "SPIEL",
|
||||
|
|
@ -171,7 +170,7 @@
|
|||
"bonus": "20",
|
||||
"level": 2,
|
||||
"occupation": true,
|
||||
"used": true
|
||||
"used": false
|
||||
}
|
||||
],
|
||||
"occupations": [
|
||||
|
|
@ -193,7 +192,7 @@
|
|||
"bonus": "20",
|
||||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "TRACKING",
|
||||
|
|
@ -203,7 +202,7 @@
|
|||
"bonus": "20",
|
||||
"level": 1,
|
||||
"occupation": true,
|
||||
"used": true
|
||||
"used": false
|
||||
},
|
||||
{
|
||||
"id": "MASTERY_BOW",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue