Skip to main content

ItemConfigPillEffectType

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

POSITIVE

POSITIVE = 0

Defined in

ItemConfigPillEffectType.ts:6


NEGATIVE

NEGATIVE = 1

Defined in

ItemConfigPillEffectType.ts:7


NEUTRAL

NEUTRAL = 2

Defined in

ItemConfigPillEffectType.ts:8


MODDED

MODDED = 3

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.

Defined in

ItemConfigPillEffectType.ts:15