TILE_OCCLUSION_MODES: {
    NONE: number;
    FADE: number;
    RADIAL: number;
    VISION: number;
} = OCCLUSION_MODES

Alias for old tile occlusion modes definition

Type declaration

  • NONE: number

    Turns off occlusion, making the tile never fade while tokens are under it.

  • FADE: number

    Causes the whole tile to fade when an actor token moves under it.

    Default Value

    
    
  • RADIAL: number

    Causes the tile to reveal the background in the vicinity of an actor token under it. The radius is determined by the token's size.

  • VISION: number

    Causes the tile to be partially revealed based on the vision of the actor, which does not need to be under the tile to see what's beneath it.

    Remarks

    This is useful for rooves on buildings where players could see through a window or door, viewing only a portion of what is obscured by the roof itself.