mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Merge branch 'v14-Dev' into v14/effect-stacking
This commit is contained in:
commit
26e650e8f6
81 changed files with 503 additions and 140 deletions
22
lang/en.json
22
lang/en.json
|
|
@ -1223,8 +1223,8 @@
|
|||
"cone": "Cone",
|
||||
"emanation": "Emanation",
|
||||
"inFront": "In Front",
|
||||
"rect": "Rectangle",
|
||||
"ray": "Ray"
|
||||
"rectangle": "Rectangle",
|
||||
"line": "Line"
|
||||
},
|
||||
"TokenSize": {
|
||||
"tiny": "Tiny",
|
||||
|
|
@ -2335,6 +2335,7 @@
|
|||
"single": "Target",
|
||||
"plural": "Targets"
|
||||
},
|
||||
"thingsAndThing": "{things} and {thing}",
|
||||
"title": "Title",
|
||||
"tokenSize": "Token Size",
|
||||
"total": "Total",
|
||||
|
|
@ -2373,7 +2374,8 @@
|
|||
},
|
||||
"Ancestry": {
|
||||
"primaryFeature": "Primary Feature",
|
||||
"secondaryFeature": "Secondary Feature"
|
||||
"secondaryFeature": "Secondary Feature",
|
||||
"featuresLabel": "Ancestry Features"
|
||||
},
|
||||
"Armor": {
|
||||
"baseScore": "Base Score",
|
||||
|
|
@ -2426,7 +2428,12 @@
|
|||
"evolvedImagePlaceholder": "The image for the form selected for evolution will be used"
|
||||
},
|
||||
"Class": {
|
||||
"startingEvasionScore": "Starting Evasion Score",
|
||||
"startingHitPoints": "Starting Hit Points",
|
||||
"classItems": "Class Items",
|
||||
"hopeFeatureLabel": "{class}'s Hope Feature",
|
||||
"hopeFeatures": "Hope Features",
|
||||
"classFeature": "Class Feature",
|
||||
"classFeatures": "Class Features",
|
||||
"guide": {
|
||||
"suggestedEquipment": "Suggested Equipments",
|
||||
|
|
@ -2439,6 +2446,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Community": {
|
||||
"featuresLabel": "Community Feature"
|
||||
},
|
||||
"Consumable": {
|
||||
"consumeOnUse": "Consume On Use",
|
||||
"destroyOnEmpty": "Destroy On Empty"
|
||||
|
|
@ -2454,7 +2464,11 @@
|
|||
"masteryTitle": "Mastery"
|
||||
},
|
||||
"Subclass": {
|
||||
"spellcastingTrait": "Spellcasting Trait"
|
||||
"spellcastingTrait": "Spellcasting Trait",
|
||||
"spellcastTrait": "Spellcast Trait",
|
||||
"foundationFeatures": "Foundation Features",
|
||||
"specializationFeature": "Specialization Feature",
|
||||
"masteryFeature": "Mastery Feature"
|
||||
},
|
||||
"Weapon": {
|
||||
"weaponType": "Weapon Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue