public enum PotionTypeAdv { WATER("water"), AWKWARD("awkward"), THICK("thick"), MUNDANE("mundane"), MUNDANE_EXT("mundane_ext"), REGEN("regen"), REGEN_EXT("regen_ext"), REGEN_TWO("regen_two"), REGEN_TWO_EXT("regen_two_ext"), REGEN_SPL("regen_spl"), REGEN_EXT_SPL("regen_ext_spl"), REGEN_TWO_SPL("regen_two_spl"), SWIFT("swift"), SWIFT_EXT("swift_ext"), SWIFT_TWO("swift_two"), SWIFT_TWO_EXT("swift_two_ext"), SWIFT_SPL("swift_spl"), SWIFT_EXT_SPL("swift_ext_spl"), SWIFT_TWO_SPL("swift_two_spl"), FIRE_RES("fire_res"), FIRE_RES_EXT("fire_res_ext"), FIRE_RES_SPL("fire_res_spl"), FIRE_RES_EXT_SPL("fire_res_ext_spl"), POISON("poison"), POISON_EXT("poison_ext"), POISON_TWO("poison_two"), POISON_TWO_EXT("poison_two_ext"), POISON_SPL("poison_spl"), POISON_EXT_SPL("poison_ext_spl"), POISON_TWO_SPL("poison_two_spl"), HEALTH("health"), HEALTH_TWO("health_two"), HEALTH_SPL("health_spl"), HEALTH_TWO_SPL("health_two_spl"), WEAK("weak"), WEAK_EXT("weak_ext"), WEAK_TWO("weak_two"), WEAK_SPL("weak_spl"), WEAK_EXT_SPL("weak_ext_spl"), WEAK_TWO_SPL("weak_two_spl"), STRENGTH("strength"), STRENGTH_EXT("strength_ext"), STRENGTH_TWO("strength_two"), STRENGTH_TWO_EXT("strength_two_ext"), STRENGTH_SPL("strength_spl"), STRENGTH_EXT_SPL("strength_ext_spl"), STRENGTH_TWO_SPL("strength_two_spl"), SLOW("slow"), SLOW_EXT("slow_ext"), SLOW_TWO("slow_two"), SLOW_SPL("slow_spl"), SLOW_EXT_SPL("slow_ext_spl"), SLOW_TWO_SPL("slow_two_spl"), HARM("harm"), HARM_TWO("harm_two"), HARM_SPL("harm_spl"), HARM_TWO_SPL("harm_two_spl"), REV_FIRE_RES("rev_fire_res"), REV_FIRE_RES_SPL("rev_fire_res_spl"), REV_SLOW("rev_slow"), REV_SLOW_SPL("rev_slow_spl"), REV_HEALTH("rev_health"), REV_HEALTH_SPL("rev_health_spl"), REV_HARM("rev_harm"), REV_HARM_SPL("rev_harm_spl"), REV_WEAK("rev_weak"), REV_WEAK_SPL("rev_weak_spl");