Esempio n. 1
0
 public virtual void UpdatePlayer(Player player, QuestData data)
 {
 }
Esempio n. 2
0
 public static void QuestCompletedNotification(QuestData Data)
 {
     Main.NewText("[" + Data.GetBase.Name + "] quest has been completed.", Microsoft.Xna.Framework.Color.Chocolate);
 }
Esempio n. 3
0
 public virtual Action ImportantDialogueMessage(QuestData data, TerraGuardian tg, int GuardianID, string GuardianModID) //Shows up once you talk to the companion. If return an action, will make the dialogue on the action to show up.
 {
     return(null);
 }
Esempio n. 4
0
 public virtual bool IsQuestComplete(QuestData data)
 {
     return(false);
 }
Esempio n. 5
0
 public virtual bool IsQuestStarted(QuestData data)
 {
     return(false);
 }
Esempio n. 6
0
 public virtual string GetQuestCurrentObjective(QuestData data)
 {
     return("");
 }
Esempio n. 7
0
 public virtual string QuestStory(QuestData data)
 {
     return("");
 }
Esempio n. 8
0
 public virtual string Description(QuestData data)
 {
     return("");
 }