Merge branch 'conditions' into 'dev'

Implement token conditions

See merge request teaml5r/l5r5e!42
This commit is contained in:
Vlyan
2025-09-04 07:53:36 +00:00
committed by GitLab
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
*/