mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Added Aura type to action areas
This commit is contained in:
parent
329d820aab
commit
ab4fb6970f
8 changed files with 45 additions and 11 deletions
|
|
@ -119,6 +119,10 @@ export const advantageState = {
|
|||
export const areaTypes = {
|
||||
placed: {
|
||||
id: 'placed',
|
||||
label: 'Placed Area'
|
||||
label: 'DAGGERHEART.CONFIG.AreaTypes.placed.label'
|
||||
},
|
||||
aura: {
|
||||
id: 'aura',
|
||||
label: 'DAGGERHEART.CONFIG.AreaTypes.aura.label'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue