chore: Add console logs to debug Dice So Nice helper, SFX modes, and effect application.

This commit is contained in:
CPTN Cosmo 2026-02-10 04:11:24 +01:00
parent 5c3fd21ba6
commit 14e8d68d3b
No known key found for this signature in database

View file

@ -35,19 +35,20 @@ Hooks.once('init', () => {
type: String,
choices: {
"none": "None",
"WhiteGlow": "White Glow",
"Darkness": "Darkness",
"GlassImpact": "Glass Impact",
"PlayAnimationBright": "White Glow",
"PlayAnimationDark": "Darkness",
"PlayAnimationImpact": "Glass Impact",
"Confetti": "Confetti",
"DoubleSpirals": "Double Spirals",
"Blaze": "Blaze",
"MagicVortex": "Magic Vortex"
"PlayAnimationParticleSpiral": "Double Spirals",
"PlayAnimationParticleSparkles": "Blaze",
"PlayAnimationParticleVortex": "Magic Vortex"
},
default: 'Blaze'
default: 'PlayAnimationParticleSparkles'
});
});
// Hook to handle conditional settings in the UI
Hooks.on('renderSettingsConfig', (app, html, data) => {
// Search for our specific inputs with safer selectors (ending with key)