mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Changed to just use a features field
This commit is contained in:
parent
ad9e0aa558
commit
a370a97d8d
5 changed files with 58 additions and 42 deletions
|
|
@ -1537,7 +1537,11 @@
|
|||
"noAvailableArmorMarks": "You have no more available armor marks",
|
||||
"notEnoughStress": "You don't have enough stress",
|
||||
"damageIgnore": "{character} did not take damage",
|
||||
"featureIsMissing": "Feature is missing"
|
||||
"featureIsMissing": "Feature is missing",
|
||||
"featureNotHope": "This feature is used as something else than a Hope feature and cannot be used here.",
|
||||
"featureNotClass": "This feature is used as something else than a Class feature and cannot be used here.",
|
||||
"featureNotPrimary": "This feature is used as something else than a Primary feature and cannot be used here.",
|
||||
"featureNotSecondary": "This feature is used as something else than a Secondary feature and cannot be used here."
|
||||
},
|
||||
"Tooltip": {
|
||||
"openItemWorld": "Open Item World",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue