12 return EClass.sources.quests.map[this.id];
18 public override string idSource
22 return this.id + ((this.phase == 0) ?
"" : (this.phase.ToString() ??
""));
27 public override string GetTitle()
29 string text = base.source.GetText(
"name",
true);
34 for (
int i = this.phase; i > 0; i--)
36 text =
EClass.sources.quests.map[this.id].GetText(
"name",
true);
42 return this.originalSource.GetText(
"name",
false);
46 public override void OnCompleteTask()