add new quests

This commit is contained in:
Chomp 2022-01-10 23:37:29 +00:00
parent 0a56b14ddc
commit 029256a323
2 changed files with 63 additions and 10 deletions

View File

@ -197,8 +197,10 @@ namespace QuestValidator.Common.Helpers
{ Quest.AnAppleADayKeepsTheDoctorAway, "5d6fb2c086f77449da599c24"},
{ Quest.Mentor, "5d6fbc2886f77449d825f9d3"},
{ Quest.TheStylishOne, "5dc53acb86f77469c740c893"},
{ Quest.TextileP1, "5e381b0286f77420e3417a74"},
{ Quest.TextileP2, "5e4d515e86f77438b2195244"},
{ Quest.TextileP1Usec, "5e381b0286f77420e3417a74"},
{ Quest.TextileP2Usec, "5e4d4ac186f774264f758336"},
{ Quest.TextileP1Bear, "5e383a6386f77465910ce1f3"},
{ Quest.TextileP2Bear, "5e4d515e86f77438b2195244"},
{ Quest.BunkerP1, "5ede55112c95834b583f052a"},
{ Quest.BunkerP2, "5ede567cfa6dc072ce15d6e3"},
{ Quest.Anesthesia, "5eda19f0edce541157209cee"},
@ -235,8 +237,23 @@ namespace QuestValidator.Common.Helpers
{ Quest.Escort, "60e71b62a0beca400d69efc4"},
{ Quest.Calibration, "60e71d23c1bfa3050473b8e6"},
{ Quest.MutualInterest, "60e71c9ad54b755a3b53eb66"},
//{ Quest.TextileP1, "5e383a6386f77465910ce1f3"},
//{ Quest.TextileP2, "5e4d4ac186f774264f758336"}
{ Quest.EasyJobPart1, "6179ac7511973d018217d0b9" },
{ Quest.EasyJobPart2, "6179acbdc760af5ad2053585" },
{ Quest.EnergyCrisis, "6179b3a12153c15e937d52bc" },
{ Quest.CommunicationDifficulties, "6179ad74bca27a099552e03a" },
{ Quest.Overpopulation, "6179aff8f57fb279792c60a1" },
{ Quest.SeasideVacation, "6179ad56c760af5ad2053587" },
{ Quest.CorporateSecrets, "6179b3bdc7560e13d23eeb8d" },
{ Quest.Counteraction, "6179b5eabca27a099552e052" },
{ Quest.HuntsmanPathOutcasts, "6179ad0a6e9dd54ac275e3f2" },
{ Quest.MissingCargo, "6179b4f16e9dd54ac275e407" },
{ Quest.RevisionPart2, "6179b4d1bca27a099552e04e" },
{ Quest.OurOwnLand, "6179b5b06e9dd54ac275e409" },
{ Quest.TheHermit, "61904daa7d0d857927447b9c" },
{ Quest.LongRoad, "6193850f60b34236ee0483de" },
{ Quest.CargoXP4, "61958c366726521dd96828ec" },
{ Quest.LostContact, "6179afd0bca27a099552e040"},
{ Quest.ActionTest, "613708a7f8333a5d15594368"}
};
private static readonly Dictionary<string, string> questNames = new Dictionary<string, string>
@ -434,8 +451,10 @@ namespace QuestValidator.Common.Helpers
{ "5d6fb2c086f77449da599c24", "An apple a day - keeps the doctor away"},
{ "5d6fbc2886f77449d825f9d3", "Mentor"},
{ "5dc53acb86f77469c740c893", "The stylish one"},
{ "5e381b0286f77420e3417a74", "Textile Part 1"},
{ "5e4d515e86f77438b2195244", "Textile Part 2"},
{ "5e381b0286f77420e3417a74", "Textile Part 1 - Usec"},
{ "5e4d4ac186f774264f758336", "Textile Part 2 - Usec"},
{ "5e383a6386f77465910ce1f3", "Textile Part 1 - Bear"},
{ "5e4d515e86f77438b2195244", "Textile Part 2 - Bear"},
{ "5ede55112c95834b583f052a", "Bunker Part 1"},
{ "5ede567cfa6dc072ce15d6e3", "Bunker Part 2"},
{ "5eda19f0edce541157209cee", "Anesthesia"},
@ -470,8 +489,23 @@ namespace QuestValidator.Common.Helpers
{ "60e71b62a0beca400d69efc4", "Escort"},
{ "60e71d23c1bfa3050473b8e6", "Calibration"},
{ "60e71c9ad54b755a3b53eb66", "Mutual Interest"},
{ "5e383a6386f77465910ce1f3", "Textile - Part 1"},
{ "5e4d4ac186f774264f758336", "Textile - Part 2"}
{ "6179ac7511973d018217d0b9", "Easy Job Part 1" },
{ "6179acbdc760af5ad2053585", "Easy Job Part 2" },
{ "6179b3a12153c15e937d52bc", "Energy Crisis" },
{ "6179ad74bca27a099552e03a", "Communication Difficulties" },
{ "6179aff8f57fb279792c60a1", "Overpopulation" },
{ "6179ad56c760af5ad2053587", "Seaside Vacation" },
{ "6179b3bdc7560e13d23eeb8d", "Corporate Secrets" },
{ "6179b5eabca27a099552e052", "Counteraction" },
{ "6179ad0a6e9dd54ac275e3f2", "Huntsman Path Outcasts" },
{ "6179b4f16e9dd54ac275e407", "MissingCargo" },
{ "6179b4d1bca27a099552e04e", "Revision Part 2" },
{ "6179b5b06e9dd54ac275e409", "Our Own Land" },
{ "61904daa7d0d857927447b9c", "The Hermit" },
{ "6193850f60b34236ee0483de", "Long Road" },
{ "61958c366726521dd96828ec", "Cargo X Part 4" },
{ "6179afd0bca27a099552e040", "Lost Contact"},
{ "613708a7f8333a5d15594368", "Action Test"}
};
public static string GetNameById(string id)

View File

@ -194,8 +194,8 @@
AnAppleADayKeepsTheDoctorAway = 189,
Mentor = 190,
TheStylishOne = 191,
TextileP1 = 192,
TextileP2 = 193,
TextileP1Usec = 192,
TextileP2Usec = 193,
BunkerP1 = 194,
BunkerP2 = 195,
Anesthesia = 196,
@ -232,5 +232,24 @@
Escort = 227,
Calibration = 228,
MutualInterest = 229,
TextileP1Bear = 230,
TextileP2Bear = 231,
EasyJobPart1 = 232,
EasyJobPart2 = 233,
EnergyCrisis = 234,
CommunicationDifficulties = 235,
Overpopulation = 236,
SeasideVacation = 237,
CorporateSecrets = 238,
Counteraction = 239,
HuntsmanPathOutcasts = 240,
MissingCargo = 241,
RevisionPart2 = 242,
OurOwnLand = 243,
TheHermit = 244,
LongRoad = 245,
CargoXP4 = 246,
LostContact = 247,
ActionTest = 248,
}
}