League-of-Foundry-Developers / torch

Simple torch module for Foundry VTT
10 stars 16 forks source link

Any way to do a one-time light source configuration? #75

Closed TheMightyTeo closed 4 months ago

TheMightyTeo commented 4 months ago

Me and my players are only going to use torches. I, as a GM, want to set the light, which is toggled with your script, more realistic. Add some animations, change the color, delays etc. Is it possible to do? Thanks!

TheMightyTeo commented 4 months ago

Problem solved, thanks. I've made changes in the sources.json file and then specified this file in the 'Additional Light Sources' field in the options.

lupestro commented 4 months ago

@TheMightyTeo I'm glad you found a solution.

One warning, though: The sources.json file inside the module will get updated with every release of the software. If you made a copy, put it elsewhere and then supplied it as 'Additional Light Sources', that's perfect, but if you pointed to it in place within the module, you might find your changes get wiped out with the next patch.