Vixen
c7401864
csharp
public sealed class TalentNodeDefinition

One node of a talent tree.

Read the guide page for this →

Fields and properties (8)

  • public string Id

    What it is called within its tree. Unique there.

  • public string DisplayName

    What it is called in the UI.

  • public int MaximumRanks

    How many times it can be taken.

  • public int CostPerRank

    What each rank costs.

  • public int RequiredPoints

    How many points must be spent in this tree before it opens. The row gate.

  • public List<TalentPrerequisiteDefinition> Requires

    What else must be taken first.

  • public List<ModifierDefinition> Modifiers

    What it does to the character's stats, per rank taken.

  • public List<string> GrantsTags

    Tags having any rank of it grants.

Used by (9)

  • ContentVixen.Gameplay.Progression.Tests
  • ProgressionLibraryVixen.Gameplay.Progression
  • SectionContentVixen.Live.Gameplay.Tests
  • TalentNodeVixen.Gameplay.Progression
  • TalentTreeDefinitionVixen.Gameplay.Progression
  • TalentTreeTestsVixen.Gameplay.Progression.Tests
  • TypeRegistrationVixen.Gameplay.Progression
  • Vixen_Gameplay_Progression_TalentNodeDefinitionSerializerVixen.Gameplay.Progression
  • Vixen_Gameplay_Progression_TalentTreeDefinitionSerializerVixen.Gameplay.Progression