Add "Reflex" as a basic skill.
This commit is contained in:
parent
c5742fb07f
commit
ebd7664131
7 changed files with 62 additions and 1 deletions
|
|
@ -14,6 +14,16 @@
|
|||
"power": 9,
|
||||
"charisma": 15,
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,16 @@
|
|||
"power": 12,
|
||||
"charisma": 12,
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,16 @@
|
|||
"power": 10,
|
||||
"charisma": 9,
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,16 @@
|
|||
"power": 15,
|
||||
"charisma": 15,
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,16 @@
|
|||
"power": 15,
|
||||
"charisma": 7,
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,16 @@
|
|||
"power": 10,
|
||||
"charisma": 11,
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue