chore: Add console logs to debug Dice So Nice helper, SFX modes, and effect application.
This commit is contained in:
parent
5c3fd21ba6
commit
14e8d68d3b
1 changed files with 8 additions and 7 deletions
|
|
@ -35,19 +35,20 @@ Hooks.once('init', () => {
|
||||||
type: String,
|
type: String,
|
||||||
choices: {
|
choices: {
|
||||||
"none": "None",
|
"none": "None",
|
||||||
"WhiteGlow": "White Glow",
|
"PlayAnimationBright": "White Glow",
|
||||||
"Darkness": "Darkness",
|
"PlayAnimationDark": "Darkness",
|
||||||
"GlassImpact": "Glass Impact",
|
"PlayAnimationImpact": "Glass Impact",
|
||||||
"Confetti": "Confetti",
|
"Confetti": "Confetti",
|
||||||
"DoubleSpirals": "Double Spirals",
|
"PlayAnimationParticleSpiral": "Double Spirals",
|
||||||
"Blaze": "Blaze",
|
"PlayAnimationParticleSparkles": "Blaze",
|
||||||
"MagicVortex": "Magic Vortex"
|
"PlayAnimationParticleVortex": "Magic Vortex"
|
||||||
},
|
},
|
||||||
default: 'Blaze'
|
default: 'PlayAnimationParticleSparkles'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Hook to handle conditional settings in the UI
|
// Hook to handle conditional settings in the UI
|
||||||
Hooks.on('renderSettingsConfig', (app, html, data) => {
|
Hooks.on('renderSettingsConfig', (app, html, data) => {
|
||||||
// Search for our specific inputs with safer selectors (ending with key)
|
// Search for our specific inputs with safer selectors (ending with key)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue