For the complete documentation index, see llms.txt. This page is also available as Markdown.

EnchantType

List of all available enchants in the game (possibly outdated).

Referenced by the Enchant event.

Can be referenced using either EnchantType.FIRE_1 or "fire_1"

FIRE_1 = "fire_1",
FIRE_2 = "fire_2",
FIRE_3 = "fire_3",
	
STATIC_1 = "static_1",
STATIC_2 = "static_2",
STATIC_3 = "static_3",

EXECUTE_3 = "execute_3",

CRITICAL_STRIKE_1 = "critical_strike_1",
CRITICAL_STRIKE_2 = "critical_strike_2",
CRITICAL_STRIKE_3 = "critical_strike_3",

LIFE_STEAL_1 = "life_steal_1",
LIFE_STEAL_2 = "life_steal_2",
LIFE_STEAL_3 = "life_steal_3",

FOREST_1 = "forest_1",
FOREST_2 = "forest_2",
FOREST_3 = "forest_3",

WIND_3 = "wind_3",
CLOUD_3 = "cloud_3",
GROUNDED_3 = "grounded_3",
PLUNDER_2 = "plunder_2",

Last updated