Open ColdAnkles opened 5 months ago
I had a crack at implementing this myself in https://github.com/ColdAnkles/maptool/tree/vbl-exclusions Doesn't work, but should illustrate what I'm going for.
I had meant to leave a comment way earlier, sorry it took so long ...
I'm not sold on this particular feature. There's a few reasons, but the core comes down to an existing deficiency in VBL: it doesn't mean anything. The different types of VBL just accomplish some specific effects, but the purpose of the VBL is left abstract. Maybe it reflects game mechanics, maybe it improves players experience at the cost of mechanics, maybe it represents something unforeseen. Because it doesn't have real meaning, two instances of the same type of VBL may have nothing to do with each other, while two instances of different VBL types might be closely related or interchangable. So the VBL type is not a great vehicle for other features.
Here's some examples of what I mean:
There are other FRs that touch on related concepts. The big one in my mind is #4379 - there we talked a bit about how vision, tokens, and VBL could all define how they interact with each other. It's quite a general option, though admittedly the VBL portion would depend on other improvemnts to be feasible (such as this idea).
It sounds like a combination of the related issues - plus one missing link - would fix the general spirit behind this one, albeit with my limited understanding of how VBL works under the hood. The method I would propose is as follows:
In this scenario, VBL drawn directly on the map would be "true" VBL, unable to be overcome by any properties - solely because there's not really a way to attach any properties to map VBL.
Of course I've written all this and then realized that the initial reason for the FREQ was to see through allied creatures, which would not be completely solved via this method - as you can still see the allied tokens. So a final step could be separate VBL and token properties, using the settings from 4379 but decoupling the token visibility from the VBL visibility. This may be an alternative to the second step above, if having VBL while a token is not visible is desired. This could then be the default behavior to keep backwards compatibility.
Describe the Problem
Vision is purely an on/off - if vision is on for the map, tokens without vison can see nothing. There's no method for preventing certain types of VBL from effecting the vision for a certain token.
The Solution you'd like
Tokens can become immune to/exclude specific VBL types/areas from their vision processing.
Do the four kinds of Map VBL effect this tokens visibility. (Wall, Hill, Pit, and Cover) - Perhaps this is better configured in the vision/sight configuration?
Configure which tokens have their VBL ignored - allowing tokens to see through other tokens - desirable for when you want the token VBL for determining cover from other tokens - but want PCs immune to VBL of fellow PCs.
Alternatives that you've considered.
Using macros to enable/disable specific VBL depending on turn order - not great for performance, but does kind of work.
Additional Context
Not the most necessary feature, but helps with a few edge cases I think I might be coming on soon/eventually.