bottledata#
Variables#
Functions#
Enumerations#
BottleFlag BTF_REVIVE = 0
BottleFlag BTF_USEWHENFULL = 1
BottleFlag BTF_CURESWORDJINX = 2
BottleFlag BTF_CUREITEMJINX = 3
BottleFlag BTF_CURESHIELDJINX = 4
BottleFlag BTF_MAX = 5
Variable descriptions#
The refill counters of this bottle type.
The amount to refill each counter (0-65535)
Whether the given counter refill is a percentage of max, instead of a direct value.
What bottle type will remain in the bottle after drinking the current type.
Function descriptions#
void GetName(char32[] str) 🔗 Source
Loads the name of the bottledata into the provided string buffer.
void SetName(char32[] str) 🔗 Source
Sets the name of the bottledata to the provided string.