Confrontation stuff
This commit is contained in:
23
lang/en.json
23
lang/en.json
@ -1,11 +1,13 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypePersonnage": "PC"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeTrait": "Trait",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeEquipment": "Equipment"
|
||||
"TYPES": {
|
||||
"Actor":{
|
||||
"Personnage": "PC"
|
||||
},
|
||||
"Item": {
|
||||
"Trait": "Trait",
|
||||
"Weapon": "Weapon",
|
||||
"Equipment": "Equipment"
|
||||
}
|
||||
},
|
||||
"ECRY": {
|
||||
"chat": {
|
||||
@ -78,7 +80,12 @@
|
||||
"traitmalus": "Malus traits",
|
||||
"applyideal": "Apply ideal",
|
||||
"applyspleen": "Apply spleen",
|
||||
"skilltranscendence": "Self Transcendence"
|
||||
"skilltranscendence": "Self Transcendence",
|
||||
"confrontation": "Confrontation",
|
||||
"rollnormal": "Normal (4d6)",
|
||||
"rollspleen": "With Spleen (5d6, worst 4 are kept)",
|
||||
"rollideal": "With Ideal (5d6, best 4 are kept)"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
22
lang/fr.json
22
lang/fr.json
@ -1,11 +1,13 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypePersonnage": "PC"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeTrait": "Trait",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeEquipment": "Equipment"
|
||||
"TYPES": {
|
||||
"Actor":{
|
||||
"Personnage": "PJ"
|
||||
},
|
||||
"Item": {
|
||||
"Trait": "Trait",
|
||||
"Weapon": "Arme",
|
||||
"Equipment": "Equipement"
|
||||
}
|
||||
},
|
||||
"ECRY": {
|
||||
"chat": {
|
||||
@ -78,7 +80,11 @@
|
||||
"traitmalus": "Traits malus",
|
||||
"applyideal": "Utiliser l'idéal",
|
||||
"applyspleen": "Utiliser le spleen",
|
||||
"skilltranscendence": "Dépassement de soi"
|
||||
"skilltranscendence": "Dépassement de soi",
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user