Improve confrontation management

This commit is contained in:
2023-06-01 22:13:04 +02:00
parent b3cbe7b31a
commit 88385d2307
11 changed files with 289 additions and 110 deletions

View File

@ -24,6 +24,9 @@
"bonusmalustraits": "Traits Bonus/Malus",
"spectranscend": "Self-Transcend : "
},
"warn": {
"notenoughdice": "Execution and Preservation must have 2 dices allocated"
},
"ui": {
"traitType": "Trait type",
"niveauTrait": "Trait level",
@ -97,7 +100,13 @@
"impactsocial": "Social",
"impactmalus": "Impact Malus",
"ongoingconfront": "Ongoing confrontation",
"confront":"Confrontation"
"confront":"Confrontation",
"launchconfront": "Launch confrontation",
"execution": "Execution",
"preservation": "Preservation",
"dicepool": "Available dices",
"selectconfront": "Select for confrontation",
"transcendapply": "Apply la Transcend to "
}
}
}