Added enrichment for Ancestries and Communities

This commit is contained in:
WBHarry 2026-02-15 14:37:45 +01:00
parent ca434d33f1
commit 4d8ad45555
32 changed files with 95 additions and 29 deletions

View file

@ -2361,7 +2361,8 @@
},
"Ancestry": {
"primaryFeature": "Primary Feature",
"secondaryFeature": "Secondary Feature"
"secondaryFeature": "Secondary Feature",
"featuresLabel": "Ancestry Features"
},
"Armor": {
"baseScore": "Base Score",
@ -2427,6 +2428,9 @@
}
}
},
"Community": {
"featuresLabel": "Community Feature"
},
"Consumable": {
"consumeOnUse": "Consume On Use",
"destroyOnEmpty": "Destroy On Empty"