mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Subclass now uses a simple Features field
This commit is contained in:
parent
a370a97d8d
commit
9f9ed73bdf
10 changed files with 102 additions and 57 deletions
|
|
@ -1325,8 +1325,8 @@
|
|||
},
|
||||
"DomainCard": {
|
||||
"type": "Type",
|
||||
"foundation": "Foundation",
|
||||
"recallCost": "Recall Cost",
|
||||
"foundationTitle": "Foundation",
|
||||
"specializationTitle": "Specialization",
|
||||
"masteryTitle": "Mastery"
|
||||
},
|
||||
|
|
@ -1541,7 +1541,10 @@
|
|||
"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."
|
||||
"featureNotSecondary": "This feature is used as something else than a Secondary feature and cannot be used here.",
|
||||
"featureNotFoundation": "This feature is used as something else than a Foundation feature and cannot be used here.",
|
||||
"featureNotSpecialization": "This feature is used as something else than a Specialization feature and cannot be used here.",
|
||||
"featureNotMastery": "This feature is used as something else than a Mastery feature and cannot be used here."
|
||||
},
|
||||
"Tooltip": {
|
||||
"openItemWorld": "Open Item World",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue