Skip to content

DispellableTypes Enum

The DispellableTypes enum defines the types of dispel interactions for abilities, indicating whether an effect can be removed and by what kind of dispel.

Enum Values

NameValueDescription
SPELL_DISPELLABLE_NONE0The effect cannot be dispelled.
SPELL_DISPELLABLE_YES_STRONG1The effect can only be removed by strong dispels.
SPELL_DISPELLABLE_YES2The effect can be removed by both basic and strong dispels.
SPELL_DISPELLABLE_NO3The effect cannot be dispelled by any means.