mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added implementation of unstoppable
This commit is contained in:
parent
87643dc662
commit
eb573e7ccb
38 changed files with 256 additions and 99 deletions
12
lang/en.json
12
lang/en.json
|
|
@ -130,7 +130,8 @@
|
|||
"RangeDependance": {
|
||||
"hint": "Settings for an optional distance at which this effect should activate",
|
||||
"title": "Range Dependant"
|
||||
}
|
||||
},
|
||||
"immuneStatusText": "Immunity: {status}"
|
||||
},
|
||||
"ACTORS": {
|
||||
"Adversary": {
|
||||
|
|
@ -396,7 +397,8 @@
|
|||
"stressReduction": "Reduce By Stress",
|
||||
"title": "Damage Reduction",
|
||||
"unncessaryStress": "You don't need to expend stress",
|
||||
"usedMarks": "Used Marks"
|
||||
"usedMarks": "Used Marks",
|
||||
"reduceSeverity": "Severity Reduced By {nr}"
|
||||
},
|
||||
"DeathMove": {
|
||||
"selectMove": "Select Move",
|
||||
|
|
@ -1031,7 +1033,8 @@
|
|||
},
|
||||
"ItemResourceType": {
|
||||
"simple": "Simple",
|
||||
"diceValue": "Dice Value"
|
||||
"diceValue": "Dice Value",
|
||||
"die": "Die"
|
||||
},
|
||||
"Range": {
|
||||
"self": {
|
||||
|
|
@ -2526,7 +2529,8 @@
|
|||
"abilityCheckTitle": "{ability} Check"
|
||||
},
|
||||
"effectSummary": {
|
||||
"title": "Effects Applied"
|
||||
"title": "Effects Applied",
|
||||
"immunityTo": "Immunity: {immunities}"
|
||||
},
|
||||
"featureTitle": "Class Feature",
|
||||
"groupRoll": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue