ItemConfigPillEffectClass
This corresponds to the number in the "class" tag in the "pocketitems.xml" file. The "+" or "-"
part of the tag is contained within the ItemConfigPillEffectType
enum.
Enumeration Members
JOKE
• JOKE = 0
Defined in
ItemConfigPillEffectClass.ts:6
MINOR
• MINOR = 1
Defined in
ItemConfigPillEffectClass.ts:7
MEDIUM
• MEDIUM = 2
Defined in
ItemConfigPillEffectClass.ts:8
MAJOR
• MAJOR = 3
Defined in
ItemConfigPillEffectClass.ts:9
MODDED
• MODDED = 4
This is not a real ItemConfigPillEffectClass
. Due to limitations in the API, getting the real
class of modded pill effects is not possible, so this value is returned instead by the
getPillEffectClass
helper function.