Vixen
c7401864
csharp
public sealed class QuestTemplate

One quest, compiled.

Read the guide page for this →

Fields and properties (10)

  • public QuestDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public RequirementSet Requirements

    What has to be true to accept it.

  • public ReadOnlySpan<StageTemplate> Stages

    Its stages, in order.

  • public QuestReward Reward

    What turning it in pays.

  • public GameplayTag Tag

    What having turned it in is, or None.

  • public ReadOnlySpan<GameplayTag> GrantsTags

    Tags being on it grants.

  • public QuestRepeat Repeat

    How often it can be done.

  • public bool IsShareable

    Whether a party member can be handed it.

Used by (5)

  • ReferenceTestsMmo.Content.Tests
  • ActiveQuestVixen.Gameplay.Quests
  • QuestJournalVixen.Gameplay.Quests
  • QuestJournalTestsVixen.Gameplay.Quests.Tests
  • QuestLibraryVixen.Gameplay.Quests