Vixen
caa30e12
csharp
public sealed class ProgressionModule

The progression library as a module a game composes.

Read the guide page for this →

Remarks

Five definition types and no stats. A level is not an attribute — it is a durable number a requirement asks about, and making it one would put it in the modifier algebra where a buff could raise it.

Fields and properties (4)

  • public const string ProfessionRoot

    The tag every profession's tag sits under.

  • public const string FactionRoot

    The tag every faction's tag sits under.

  • public const string SpecialisationRoot

    The tag every specialisation's tag sits under.

  • public string Name

    What it is called, in a diagnostic and in the composition report.

Methods (1)

Used by (2)

  • MmoModulesMmo.Shared
  • ProgressionModuleTestsVixen.Gameplay.Progression.Tests