mwg API
    Preparing search index...

    Interface StatusEffectHandle

    ends a StatusEffect early, removing its modifiers immediately rather than at expiry

    interface StatusEffectHandle {
        cancel(): void;
    }
    Index