Enhance progression rolls, damage rolls and other fixes
Some checks failed
Release Creation / build (release) Failing after 56s

This commit is contained in:
2025-06-12 20:53:54 +02:00
parent 17be9df64b
commit c08a8c38e9
35 changed files with 1630 additions and 282 deletions

View File

@@ -495,6 +495,15 @@
}
},
"Label": {
"lethalityRoll": "Lethality Roll",
"lethalityWounded": "The target is lethally wounded",
"lethalityNotWounded": "The target is not lethally wounded",
"damageRoll": "Damage Roll",
"vehicle":"Vehicle",
"Weapon": "Weapon",
"ZeroWP": "Zero WP : Automatic failure (ie 0%)",
"LowWP": "Low WP",
"Exhausted": "Exhausted",
"creature": "Creature",
"Rituals": "Rituals",
"Tomes": "Tomes",
@@ -606,7 +615,14 @@
"newArchetype": "New Archetype",
"newSkill": "New Skill",
"newTome": "New Tome",
"newRitual": "New Ritual"
"newRitual": "New Ritual",
"titleResource": "Resource Roll",
"titleStandard": "Standard Roll",
"wpCostLabel": "Willpower points cost",
"noActorFound": "No actor found",
"skillFailed": "Skill roll failed : the skill has been ticked for progression",
"rollProgress": "Roll Progress",
"skillProgress": "Skill Progress"
},
"ChatMessage": {
"exhausted": "Your protagonist is exhausted. He loses [[/r 1d6]] Willpower Points."
@@ -626,7 +642,8 @@
},
"Tooltip": {
"sanBP": ">5 SAN lost in one roll, temporary insanity. If SAN less reaches BP = a Disorder unconscious Breaking and AND reset BP.",
"setBP": "Set the current Breaking Point based on the current SAN value"
"setBP": "Set the current Breaking Point based on the current SAN value",
"addBond": "Add a new Bond"
},
"Chat": {
},