Skip to content

@vttforge/types / StatusEffectConfig

Interface: StatusEffectConfig ​

One entry of CONFIG.statusEffects, which v14 indexes by id.

Indexable ​

[key: string]: unknown

Properties ​

id ​

readonly id: string


img? ​

readonly optional img?: string


name? ​

readonly optional name?: string


system? ​

readonly optional system?: object

changes? ​

optional changes?: readonly Record<string, unknown>[]

MIT licensed.