fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
47 stars 25 forks source link

[BUG] - .mask() it doesn't work as it should in Foundry v11 #177

Closed quantiq closed 1 year ago

quantiq commented 1 year ago

The effect that is masked on a token is left behind when the token is moved.

Macro: new Sequence() .effect() .file("jb2a.smoke.plumes.01.grey.1") .mask(token) .timeRange(1000, 7000) .attachTo(token) .scale(1.5) .persist() .play();

Video: https://streamable.com/ts3i7d

Haxxer commented 1 year ago

Fixed in 3.0.14