mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
[Feature] Item Description Enrichment (#1666)
* Added enrichment for Ancestries and Communities * Fixed remainder * Bit of padding * Increased left padding
This commit is contained in:
parent
267de9a8cf
commit
56cc16b39a
53 changed files with 350 additions and 54 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -2323,6 +2323,7 @@
|
|||
"single": "Target",
|
||||
"plural": "Targets"
|
||||
},
|
||||
"thingsAndThing": "{things} and {thing}",
|
||||
"title": "Title",
|
||||
"tokenSize": "Token Size",
|
||||
"total": "Total",
|
||||
|
|
@ -2361,7 +2362,8 @@
|
|||
},
|
||||
"Ancestry": {
|
||||
"primaryFeature": "Primary Feature",
|
||||
"secondaryFeature": "Secondary Feature"
|
||||
"secondaryFeature": "Secondary Feature",
|
||||
"featuresLabel": "Ancestry Features"
|
||||
},
|
||||
"Armor": {
|
||||
"baseScore": "Base Score",
|
||||
|
|
@ -2414,7 +2416,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",
|
||||
|
|
@ -2427,6 +2434,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Community": {
|
||||
"featuresLabel": "Community Feature"
|
||||
},
|
||||
"Consumable": {
|
||||
"consumeOnUse": "Consume On Use",
|
||||
"destroyOnEmpty": "Destroy On Empty"
|
||||
|
|
@ -2442,7 +2452,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