Skip to content
Version 2.11.0
↓ Get the launcher

TalentInfo structure

Static data for a single talent / passive ability from the game table.

public struct TalentInfo : IEquatable<TalentInfo>
parameter description
Id Game-table talent id.
Name Localised talent display name.
Description Localised talent description text.
IconPath Addressable path for the talent’s icon sprite.
ProfessionId Profession id this talent belongs to.
name description
TalentInfo(…) Static data for a single talent / passive ability from the game table.
Description { get; set; } Localised talent description text.
IconPath { get; set; } Addressable path for the talent’s icon sprite.
Id { get; set; } Game-table talent id.
Name { get; set; } Localised talent display name.
ProfessionId { get; set; } Profession id this talent belongs to.