NPC + roll enhancements + calcul intensite

This commit is contained in:
2022-11-01 16:26:53 +01:00
parent 025d7a2740
commit 08a8415cba
10 changed files with 282 additions and 236 deletions

View File

@@ -1,3 +1,6 @@
{
}
"ACTOR": {
"TypePersonnage": "Personnage",
"TypeCreature": "Créature",
"TypeEntite": "Entité de cauchemar",
"TypeVehicule": "Véhicule"
},

19
lang/fr.json Normal file
View File

@@ -0,0 +1,19 @@
{
"ACTOR": {
"TypeCharacter": "Personnage",
"TypePm": "Protagoniste du meneur"
},
"ITEM": {
"TypeCapacite": "Capacité",
"TypeArchetype": "Archétype",
"TypeSpecialite": "Spécialité",
"TypeFamiliarite": "Familiarité",
"TypeNature": "Nature Profonde",
"TypeTrait": "Trait",
"TypeSymbiose": "Symbiose",
"TypeRessource": "Ressource",
"TypeSingularite": "Singularité",
"TypeContact": "Contact",
"TypeEquipement": "Equipement"
}
}