Table of Contents

Class QuestTranslations

Namespace
Uncreated.Warfare.Quests
Assembly
Uncreated.Warfare.dll
public sealed class QuestTranslations : PropertiesTranslationCollection
Inheritance
QuestTranslations
Inherited Members

Fields

DailyQuestNextDay

[TranslationData("Sent when new daily quests are generated.")]
public readonly Translation DailyQuestNextDay

Field Value

Translation

DailyQuestNextDayWarning

[TranslationData("Sent as a warning before daily quests regenerate. Usually one is sent 1 hour before and 10 minutes before they regenerate.")]
public readonly Translation<TimeSpan> DailyQuestNextDayWarning

Field Value

Translation<TimeSpan>

QuestCompleted

[TranslationData("Sent when a quest is completed.")]
public readonly Translation<string> QuestCompleted

Field Value

Translation<string>

QuestUpdated

[TranslationData("Sent when a quest is updated, example the player got a kill.")]
public readonly Translation<string> QuestUpdated

Field Value

Translation<string>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string