mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
140/141 - Class/Subclass Actions/Effects (#142)
* Added Actions and effects * Added class hopeFeatures and classFeatures
This commit is contained in:
parent
0fbba51ad7
commit
f80a849b73
15 changed files with 281 additions and 74 deletions
|
|
@ -825,7 +825,8 @@
|
|||
"Input": "Input",
|
||||
"Dice": "Dice"
|
||||
},
|
||||
"Max": "Max"
|
||||
"Max": "Max",
|
||||
"NewEffect": "New Effect"
|
||||
},
|
||||
"FeatureType": {
|
||||
"Normal": "Normal",
|
||||
|
|
@ -1145,6 +1146,8 @@
|
|||
"Appearance": "Appearance",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"HopeFeatures": "Hope Features",
|
||||
"Class Features": "Class Features",
|
||||
"Domains": "Domains",
|
||||
"DamageThresholds": {
|
||||
"Title": "Damage Thresholds",
|
||||
|
|
@ -1254,7 +1257,9 @@
|
|||
"Description": "Description",
|
||||
"SubclassFeature": {
|
||||
"Description": "Description",
|
||||
"Abilities": "Abilities"
|
||||
"Abilities": "Abilities",
|
||||
"Actions": "Actions",
|
||||
"Effects": "Effects"
|
||||
}
|
||||
},
|
||||
"Weapon": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue