caewok / fvtt-token-visibility

Advanced token visibility rules for Foundry VTT
MIT License
4 stars 8 forks source link

Cover calculation compatibility with Rideable #67

Closed Saibot393 closed 7 months ago

Saibot393 commented 10 months ago

Adds the setting "Mounts and Riders Grant Cover" allowing GMs to remove Rideable Mounts/Riders from the cover calculations for a given token. I tried to implement the changes as non invasive as possible and to stick to your structure, i hope i haven't missed something.

caewok commented 7 months ago

I had to take a different approach given a rather large module refactor, but I added some compatibility for both Alt. Token Visibility and Alt. Token Cover. Basically, it is just ignoring the riders/mounts for purposes of blocking vision or granting cover.

I did not (yet) add settings to turn this on/off. If a use case comes up for sometimes having a mount or rider block vision or grant cover to its associated partner, we can revisit whether a setting is the right answer. Thanks!