interface _StatusEffectConfig {
    hud?: boolean | { actorTypes?: string[] };
    icon?: string;
    id: string;
    label?: string;
}

Properties

Properties

hud?: boolean | { actorTypes?: string[] }

Should this effect appear in the Token HUD? This effect is only selectable in the Token HUD if the Token's Actor sub-type is one of the configured ones.

icon?: string

DEPRECATED alias for "img".

id: string

A string identifier for the effect.

label?: string

DEPRECATED alias for "name".