mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Temp
This commit is contained in:
parent
ad9e0aa558
commit
29ce21d606
11 changed files with 198 additions and 65 deletions
|
|
@ -1350,3 +1350,18 @@ export const itemResourceTypes = {
|
|||
label: 'DAGGERHEART.CONFIG.ItemResourceType.diceValue'
|
||||
}
|
||||
};
|
||||
|
||||
export const beastformTypes = {
|
||||
normal: {
|
||||
id: 'normal',
|
||||
label: 'DAGGERHEART.CONFIG.BeastformType.normal'
|
||||
},
|
||||
evolved: {
|
||||
id: 'evolved',
|
||||
label: 'DAGGERHEART.CONFIG.BeastformType.evolved'
|
||||
},
|
||||
hybrid: {
|
||||
id: 'hybrid',
|
||||
label: 'DAGGERHEART.CONFIG.BeastformType.hybrid'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue