Item Browser v0.5

This commit is contained in:
Dapoolp 2025-08-05 01:15:16 +02:00
parent 8cfa88b1e3
commit 845d72e20c
16 changed files with 880 additions and 30 deletions

View file

@ -11,6 +11,7 @@ export default class RegisterHandlebarsHelpers {
damageSymbols: this.damageSymbols,
rollParsed: this.rollParsed,
hasProperty: foundry.utils.hasProperty,
getProperty: foundry.utils.getProperty,
setVar: this.setVar,
empty: this.empty
});