Enum LootType
Enumeration of an item's loot and steal state.
public enum LootType : byte
Fields
Blessed = 2Unstealable. Unlootable, always.
Cursed = 3Stealable. Lootable, always.
Newbied = 1Unstealable. Unlootable, unless owned by a murderer.
Regular = 0Stealable. Lootable.