CONCOCTIONGEAR_POTENCY: {
    GREAT: "great";
    MILD: "mild";
    NOT_APPLICABLE: "na";
    STRONG: "strong";
}

Map of concoction-gear potency key → value.

Type declaration

  • ReadonlyGREAT: "great"

    The concoction has a great potency.

  • ReadonlyMILD: "mild"

    The concoction has a mild potency.

  • ReadonlyNOT_APPLICABLE: "na"

    The concoction does not have a potency.

  • ReadonlySTRONG: "strong"

    The concoction has a strong potency.