ItemConfigPillEffectType
Defined in: ItemConfigPillEffectType.ts:5
This corresponds to the suffix of the “class” tag in the “pocketitems.xml” file. “+” is equal to
POSITIVE, “-” is equal to NEGATIVE, and no suffix is equal to NEUTRAL.
Enumeration Members
Section titled “Enumeration Members”POSITIVE
Section titled “POSITIVE”POSITIVE:
0
Defined in: ItemConfigPillEffectType.ts:6
NEGATIVE
Section titled “NEGATIVE”NEGATIVE:
1
Defined in: ItemConfigPillEffectType.ts:7
NEUTRAL
Section titled “NEUTRAL”NEUTRAL:
2
Defined in: ItemConfigPillEffectType.ts:8
MODDED
Section titled “MODDED”MODDED:
3
Defined in: ItemConfigPillEffectType.ts:15
This is not a real ItemConfigPillEffectType. Due to limitations in the API, getting the real
type of modded pill effects is not possible, so this value is returned instead by the
getPillEffectType helper function.
