ghost-fvtt / fxmaster

A module for Foundry Virtual Tabletop that adds various special effects.
Other
16 stars 11 forks source link

[Feature Request] Enable API to specify value of "soft" for turning particle effects on/off #635

Open dovrosenberg opened 8 months ago

dovrosenberg commented 8 months ago

Description

When turning on/off particle effects via the API, it would be helpful if there were a way to specify whether or not to use the "soft" activation - ideally on an effect by effect basis. I would imagine this could be a parameter to the hook call or (for effect by effect) an additional effect option.

Context

For users of SimpleWeather who want to use FXMaster, it can take a very long time after the weather change is made before the FX become visible on the screen.

I'd be happy to submit a pull request if you wanted to tell me how you'd want it approached.