mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Changed to just use a features field
This commit is contained in:
parent
ad9e0aa558
commit
a370a97d8d
5 changed files with 58 additions and 42 deletions
|
|
@ -1322,7 +1322,9 @@ export const featureTypes = {
|
|||
|
||||
export const featureSubTypes = {
|
||||
primary: 'primary',
|
||||
secondary: 'secondary'
|
||||
secondary: 'secondary',
|
||||
hope: 'hope',
|
||||
class: 'class'
|
||||
};
|
||||
|
||||
export const actionTypes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue