Eranziel / foundryvtt-lancer

A Foundry VTT game system for LANCER RPG.
GNU General Public License v3.0
107 stars 64 forks source link

[BUG] Disable vision effects of Invisible and Blind #670

Closed Eranziel closed 5 months ago

Eranziel commented 5 months ago

Describe the bug Foundry automatically applies vision mechanics to tokens with statuses named "invisible" or "blind". These are undesirable in Lancer due to the expected open information in the system rules as written.

@cirrahn related on Discord that this behaviour can be disabled by setting some values in CONFIG:

CONFIG.specialStatusEffects.INVISIBLE = CONFIG.specialStatusEffects.BLIND = "ignored"

This should be implemented as part of Lancer's status setup.