mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
new companion sheet templates
This commit is contained in:
parent
9fb9a4af55
commit
502ac1cca5
18 changed files with 857 additions and 21 deletions
|
|
@ -21,7 +21,8 @@ export default class RegisterHandlebarsHelpers {
|
|||
lte: this.lte,
|
||||
gte: this.gte,
|
||||
and: this.and,
|
||||
or: this.or
|
||||
or: this.or,
|
||||
getActor: this.getActor
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -137,4 +138,8 @@ export default class RegisterHandlebarsHelpers {
|
|||
console.log(a);
|
||||
return a;
|
||||
}
|
||||
|
||||
static getActor(actorUuid) {
|
||||
return fromUuid(actorUuid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue