Skip to content
Version 2.11.0
↓ Get the launcher

WeaponInfo structure

Static data for a weapon type from the game table.

public struct WeaponInfo : IEquatable<WeaponInfo>
parameter description
Id Game-table weapon id.
Name Localised weapon display name.
Kind Weapon classification.
BaseDamage Base damage value for this weapon type.
name description
WeaponInfo(…) Static data for a weapon type from the game table.
BaseDamage { get; set; } Base damage value for this weapon type.
Id { get; set; } Game-table weapon id.
Kind { get; set; } Weapon classification.
Name { get; set; } Localised weapon display name.