mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Changed to use DefaultOutcome and added successHope as an alt outcome
This commit is contained in:
parent
482b932cd6
commit
e12d5ce851
6 changed files with 41 additions and 22 deletions
|
|
@ -136,6 +136,8 @@
|
|||
"criticalThreshold": "Critical Threshold",
|
||||
"includeBase": { "label": "Include Item Damage" },
|
||||
"groupAttack": { "label": "Group Attack" },
|
||||
"inheritDefaultDamage": { "label": "Inherit Default Damage" },
|
||||
"inheritDefaultEffects": { "label": "Inherit Default Effects" },
|
||||
"multiplier": "Multiplier",
|
||||
"saveHint": "Set a default Trait to enable Reaction Roll. It can be changed later in Reaction Roll Dialog.",
|
||||
"resultBased": {
|
||||
|
|
@ -1280,11 +1282,11 @@
|
|||
"die": "Die"
|
||||
},
|
||||
"OutcomeType": {
|
||||
"default": "Default Outcome",
|
||||
"successHope": "Success/ Hope",
|
||||
"successFear": "Success/ Fear",
|
||||
"failureHope": "Failure/ Hope",
|
||||
"failureFear": "Failure/ Fear",
|
||||
"simpleOutcome": "Outcome"
|
||||
"failureFear": "Failure/ Fear"
|
||||
},
|
||||
"Range": {
|
||||
"self": {
|
||||
|
|
@ -2359,7 +2361,8 @@
|
|||
"deathMoves": "Deathmoves",
|
||||
"sources": "Sources",
|
||||
"packs": "Packs",
|
||||
"range": "Range"
|
||||
"range": "Range",
|
||||
"outcomes": "Outcomes"
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue