Vixen
c7401864
csharp
public sealed class ProgressionLibrary

Every progression definition a build knows, compiled once.

Read the guide page for this →

Fields and properties (7)

  • public static ProgressionLibrary Empty

    A library with nothing in it, and the default curve.

  • public ExperienceCurve Curve

    The experience curve. The default one when the catalog authored none.

  • public IEnumerable<TalentTree> Trees

    Every talent tree, in address order.

  • public IEnumerable<RankedTrack<ProfessionDefinition>> Professions

    Every profession, in address order.

  • public IEnumerable<RankedTrack<ReputationDefinition>> Reputations

    Every faction, in address order.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a definition said that cannot be true at once.

  • public IEnumerable<Specialisation> Specialisations

    Every specialisation, in address order.

Methods (5)

Used by (10)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • ContentVixen.Gameplay.Progression.Tests
  • ExperienceCurveTestsVixen.Gameplay.Progression.Tests
  • ProgressionSectionTestsVixen.Live.Gameplay.Tests
  • ProgressionStateVixen.Gameplay.Progression
  • RankedTrackTestsVixen.Gameplay.Progression.Tests
  • TalentTreeTestsVixen.Gameplay.Progression.Tests