mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Some work
This commit is contained in:
parent
9d025bf105
commit
dc9c08911b
60 changed files with 3569 additions and 428 deletions
|
|
@ -43,6 +43,12 @@ export const range = {
|
|||
}
|
||||
};
|
||||
|
||||
export const templateTypes = {
|
||||
...CONST.MEASURED_TEMPLATE_TYPES,
|
||||
EMANATION: 'emanation',
|
||||
INFRONT: 'inFront'
|
||||
};
|
||||
|
||||
export const rangeInclusion = {
|
||||
withinRange: {
|
||||
id: 'withinRange',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue