mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Add multiple conditions handler + update Bare Bones domain card
This commit is contained in:
parent
af3a415e56
commit
4a63836c0d
8 changed files with 213 additions and 38 deletions
11
lang/en.json
11
lang/en.json
|
|
@ -1935,6 +1935,7 @@
|
|||
},
|
||||
"actorName": "Actor Name",
|
||||
"amount": "Amount",
|
||||
"and": "AND",
|
||||
"any": "Any",
|
||||
"armor": "Armor",
|
||||
"armors": "Armors",
|
||||
|
|
@ -1947,9 +1948,12 @@
|
|||
"bonus": "Bonus",
|
||||
"burden": "Burden",
|
||||
"conditional": {
|
||||
"label": "Condition",
|
||||
"hint": "(Optionnal) Set a condition that need to be verified to apply effects below.",
|
||||
"notMet": "Condition Not Met"
|
||||
"label": {
|
||||
"single": "Condition",
|
||||
"plural": "Conditions"
|
||||
},
|
||||
"hint": "(Optionnal) Set one or more conditions that need to be verified to apply effects below.",
|
||||
"notMet": "Conditions Not Met"
|
||||
},
|
||||
"continue": "Continue",
|
||||
"criticalSuccess": "Critical Success",
|
||||
|
|
@ -2014,6 +2018,7 @@
|
|||
"newCategory": "New Category",
|
||||
"none": "None",
|
||||
"noTarget": "No current target",
|
||||
"or": "OR",
|
||||
"partner": "Partner",
|
||||
"player": {
|
||||
"single": "Player",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue