interface EffectChangeData {
    key: string;
    value: string;
    mode: number;
    priority: number;
}

Properties

Properties

key: string

The attribute path in the Actor or Item data which the change modifies

value: string

The value of the change effect

mode: number

The modification mode with which the change is applied

priority: number

The priority level with which this change is applied