forked from chomp/ChompQuestVerifier
Update quest object to match live
This commit is contained in:
parent
7cc82ed685
commit
19c65814b2
@ -14,6 +14,7 @@ namespace QuestValidator.Models
|
|||||||
public string QuestName { get; set; }
|
public string QuestName { get; set; }
|
||||||
public string _id { get; set; }
|
public string _id { get; set; }
|
||||||
public bool canShowNotificationsInGame { get; set; }
|
public bool canShowNotificationsInGame { get; set; }
|
||||||
|
public string changeQuestMessageText { get;set;}
|
||||||
public Conditions conditions { get; set; }
|
public Conditions conditions { get; set; }
|
||||||
public string description { get;set;}
|
public string description { get;set;}
|
||||||
public string failMessageText { get; set; }
|
public string failMessageText { get; set; }
|
||||||
@ -31,6 +32,8 @@ namespace QuestValidator.Models
|
|||||||
public string successMessageText { get; set; }
|
public string successMessageText { get; set; }
|
||||||
public string templateId { get; set; }
|
public string templateId { get; set; }
|
||||||
public Rewards rewards { get; set; }
|
public Rewards rewards { get; set; }
|
||||||
|
|
||||||
|
public string? side { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Conditions
|
public class Conditions
|
||||||
@ -131,6 +134,7 @@ namespace QuestValidator.Models
|
|||||||
public int index { get; set; }
|
public int index { get; set; }
|
||||||
public string target { get; set; }
|
public string target { get; set; }
|
||||||
public bool? unknown { get; set; }
|
public bool? unknown { get; set; }
|
||||||
|
public bool? findInRaid {get; set;}
|
||||||
public List<QuestRewardItem> items { get; set; }
|
public List<QuestRewardItem> items { get; set; }
|
||||||
public int? loyaltyLevel { get; set; }
|
public int? loyaltyLevel { get; set; }
|
||||||
public string traderId { get; set; }
|
public string traderId { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user