mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Changed from aura to attached. Added functionality to Elemental Aura
This commit is contained in:
parent
e76df049d1
commit
b860e7f1c0
4 changed files with 170 additions and 100 deletions
|
|
@ -121,8 +121,8 @@ export const areaTypes = {
|
|||
id: 'placed',
|
||||
label: 'DAGGERHEART.CONFIG.AreaTypes.placed.label'
|
||||
},
|
||||
aura: {
|
||||
id: 'aura',
|
||||
label: 'DAGGERHEART.CONFIG.AreaTypes.aura.label'
|
||||
attached: {
|
||||
id: 'attached',
|
||||
label: 'DAGGERHEART.CONFIG.AreaTypes.attached.label'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue