csharp
public record class ProfessionDefinitionA profession: one skill number and the tiers it passes through.
Fields and properties (4)
public string DisplayNameWhat it is called in the UI.
public string TagWhat having it at all is — Profession.Smithing.
public int MaximumSkillThe highest skill anybody reaches.
public List<ProfessionTierDefinition> TiersIts tiers, in ascending order of skill.
Methods (1)
public override void CollectTags(ICollection<string> tags)Every tag this definition mentions, so the content build can bake the tag table.
Used by (6)
- ContentVixen.Gameplay.Progression.Tests
- ProgressionLibraryVixen.Gameplay.Progression
- ProgressionModuleVixen.Gameplay.Progression
- SectionContentVixen.Live.Gameplay.Tests
- TypeRegistrationVixen.Gameplay.Progression
- Vixen_Gameplay_Progression_ProfessionDefinitionSerializerVixen.Gameplay.Progression