Skip to content
Version 2.11.0
↓ Get the launcher

DamageAttrInfo structure

Static data for a damage-attribute definition from the game table.

public struct DamageAttrInfo : IEquatable<DamageAttrInfo>
parameter description
Id Game-table damage attribute id.
Name Localised damage attribute name.
ElementKind Elemental kind integer corresponding to DamageElement.
BaseValue Base damage value for this attribute.
name description
DamageAttrInfo(…) Static data for a damage-attribute definition from the game table.
BaseValue { get; set; } Base damage value for this attribute.
ElementKind { get; set; } Elemental kind integer corresponding to DamageElement.
Id { get; set; } Game-table damage attribute id.
Name { get; set; } Localised damage attribute name.