Item Attributes

armorType

This attributes defines whether the armor item is a helmet, a plate, legs or boots.

Examples

// Default value
armorType = "helmet;

armorType = "plate;

armorType = "legs;

armorType = "boots;