Item Attributes

potionAmplifier

This attribute defines the amplifier of the potion defined in the potion attribute. For example the higher the amplifier for the moveSpeed potion is, the faster the player walks with the potion. It is for food only.

Examples

// Default value
potionAmplifier[0] = 0;
// ...
potionAmplifier[31] = 0;

potionAmplifier[9] = 1;

potionAmplifier[26] = 5;