Ajout des impacts

This commit is contained in:
2023-05-30 22:22:52 +02:00
parent dbb22bbeb7
commit 0392263666
15 changed files with 309 additions and 87 deletions

View File

@ -1,6 +1,6 @@
{
"TYPES": {
"Actor":{
"Actor": {
"Personnage": "PC"
},
"Item": {
@ -54,12 +54,12 @@
"ecrymology": "Ecrymology",
"traumatology": "Traumatology",
"traversology": "Traversology",
"urbatechnology": "Urbatechnology",
"urbatechnology": "Urbatechnology",
"quibbling": "Quibbling",
"creativity": "Creativity",
"loquacity": "Loquacity",
"guile": "Guile",
"performance" :"Performance",
"performance": "Performance",
"skill": "Skill",
"troublesome": "Troublesome",
"occasional": "Occasional",
@ -84,8 +84,16 @@
"confrontation": "Confrontation",
"rollnormal": "Normal (4d6)",
"rollspleen": "With Spleen (5d6, worst 4 are kept)",
"rollideal": "With Ideal (5d6, best 4 are kept)"
"rollideal": "With Ideal (5d6, best 4 are kept)",
"superficial": "Superficial",
"light": "Light",
"serious": "Serious",
"major": "Major",
"impactType": "Impact type",
"impactLevel": "Impact level",
"impactphysical": "Physical",
"impactmental": "Mental",
"impactsocial": "Social"
}
}
}

View File

@ -84,7 +84,16 @@
"confrontation": "Confrontation",
"rollnormal": "Normal (4d6)",
"rollspleen": "Avec le Spleen (5d6, 4 plus bas conservés)",
"rollideal": "Avec l'Idéal (5d6, 4 plus haut conservés)"
"rollideal": "Avec l'Idéal (5d6, 4 plus haut conservés)",
"superficial": "Superficiel",
"light": "Léger",
"serious": "Grave",
"major": "Majeur",
"impactType": "Type d'Impact",
"impactLevel": "Niveau d'impact",
"impactphysical": "Physique",
"impactmental": "Mental",
"impactsocial": "Social"
}
}
}