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. |
Public Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData