[Feature] Item Description Enrichment (#1666)

* Added enrichment for Ancestries and Communities

* Fixed remainder

* Bit of padding

* Increased left padding
This commit is contained in:
WBHarry 2026-02-22 21:32:35 +01:00 committed by GitHub
parent 267de9a8cf
commit 56cc16b39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 350 additions and 54 deletions

View file

@ -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",