stwlam / adequate-vision

A serviceable darkvision mode for Foundry VTT's dnd5e system
MIT License
2 stars 4 forks source link

Detection modes LoS with Levels and Alternative Token Visibility #29

Open gurgugnao opened 1 year ago

gurgugnao commented 1 year ago

Hello! Fantastic work! I noticed that Adequate Vision detection modes LoS follow Levels LoS algorithm but not ATV LoS algorithm. Can you fix it?

Blindsight detection mode LoS with Levels and ATV enabled: Visibility is calculated with Levels algorithm (corners) LoS1

See Invisibility detection mode LoS with Levels and ATV enabled: Visibility is calculated with ATV 3D algorithm. Token must move to see the target. LoS2 LoS3

dev7355608 commented 1 year ago

This is something ATV would need to fix or attempt to fix: there probably isn't a good solution with the current detection mode API.

gurgugnao commented 1 year ago

@caewok What do you think about it?