Skip to content
Version 2.11.0
↓ Get the launcher

EquipInfo structure

Static data for a single equipment piece from the game table.

public struct EquipInfo : IEquatable<EquipInfo>
parameter description
Id Game-table equipment id.
Name Localised equipment display name.
Slot Equipment slot index.
BaseAttrs Array of base attribute ids granted by this equipment piece.
name description
EquipInfo(…) Static data for a single equipment piece from the game table.
BaseAttrs { get; set; } Array of base attribute ids granted by this equipment piece.
Id { get; set; } Game-table equipment id.
Name { get; set; } Localised equipment display name.
Slot { get; set; } Equipment slot index.