mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 13:24:16 +02:00
Added enrichment for Ancestries and Communities
This commit is contained in:
parent
ca434d33f1
commit
4d8ad45555
32 changed files with 95 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue