implement token conditions

This commit is contained in:
Bernhard Posselt
2025-09-03 14:11:06 +02:00
parent 54aafefcf4
commit e846a0a30c
19 changed files with 59 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ export default class HooksL5r5e {
}
}
static async init() {
CONFIG.statusEffects = CONFIG.l5r5e.conditions
}
/**
* Do anything once the system is ready
*/