dev7355608 / perfect-vision

Foundry VTT Module: Lighting Drawings and Vision Limitation.
https://foundryvtt.com/packages/perfect-vision
MIT License
53 stars 10 forks source link

Allow showing sequencer animation on templates with sigh limitation #333

Closed pgervais70 closed 1 year ago

pgervais70 commented 1 year ago

Description

I’m working on Fog Cloud spell and I have a AA setup on it that displays a fog sequencer effect for it. If I set sight limitation to 0 on the template. The tokens inside don’t see anything and the tokens outside just see a black section where the template is positioned. It would be nice if the sequencer animation could be visible. Something similar to terrain wall.

Context

No response

dev7355608 commented 1 year ago

What you probably want to do it increase the scale of the effect that is attached to the template so that a token from the outside can see the edge of the fog to be able to tell that this is fog and not a wall. image

There might be an option to render the entire fog effect above the fog of war layer such that is visible at all times like the template itself. Perfect Vision doesn't have any control over how the effect is rendered tough.

pgervais70 commented 1 year ago

Thanks, I will try to play with the different options in sequencer to find one that satisfies my need.