forked from chomp/ChompQuestVerifier
Add additional quests
This commit is contained in:
parent
bae9c188cb
commit
994e4fb482
@ -282,7 +282,7 @@ namespace QuestValidator.Common.Helpers
|
||||
{ Quest.HouseArrestPart1, "639135c3744e452011470807" },
|
||||
{ Quest.HouseArrestPart2, "639135cd8ba6894d155e77cb" },
|
||||
{ Quest.Audiophile, "639135bbc115f907b14700a6" },
|
||||
{ Quest.GloryToCPSU, "639135b04ed9512be67647d7" },
|
||||
{ Quest.GloryToCPSUP1, "639135b04ed9512be67647d7" },
|
||||
{ Quest.BalletLover, "639135a7e705511c8a4a1b78" },
|
||||
{ Quest.YouveGotMail, "6391359b9444fb141f4e6ee6" },
|
||||
{ Quest.YourCarNeedsAService, "639135534b15ca31f76bc317" },
|
||||
@ -360,6 +360,26 @@ namespace QuestValidator.Common.Helpers
|
||||
{ Quest.MakeAmendsP1, "6391d90f4ed9512be67647df"},
|
||||
{ Quest.MakeAmendsP2, "6391d912f8e5dd32bf4e3ab2"},
|
||||
{ Quest.MakeAmendsP2Copy, "6391d9144b15ca31f76bc323"},
|
||||
|
||||
{ Quest.HuntsmanPathBigGame, "64e7b971f9d6fa49d6769b44"},
|
||||
{ Quest.GendarmerieSchoolGuard, "64e7b985e34817363c4684d2"},
|
||||
{ Quest.GendarmerieMallCop, "64e7b99017ab941a6f7bf9d7"},
|
||||
{ Quest.GendarmerieTicketsPlease, "64e7b9a4aac4cd0a726562cb"},
|
||||
{ Quest.GendarmerieDistrictPatrol, "64e7b9bffd30422ed03dad38"},
|
||||
{ Quest.OutoOfTime, "64edbb1317ab941a6f7cc247"},
|
||||
{ Quest.BroadcastPart5, "64ee99639878a0569d6ec8c9"},
|
||||
{ Quest.TheDoor, "64ee9df4496db64f9b7a4432"},
|
||||
{ Quest.OverseasTrustPart1, "64f1cc571a5f313cb144bf90"},
|
||||
{ Quest.OverseasTrustPart2, "64f1d6e732bed22c3e0c7423"},
|
||||
{ Quest.AmbulancesAgain, "64f3176921045e77405d63b5"},
|
||||
{ Quest.GloryToCPSUP2, "64f5aac4b63b74469b6c14c2"},
|
||||
{ Quest.TestDriveP3, "64f5deac39e45b527a7c4232"},
|
||||
{ Quest.BeyondTheRedMeatP1, "64f5e20652fc01298e2c61e3"},
|
||||
{ Quest.BeyondTheRedMeatP2, "64f6aafd67e11a7c6206e0d0"},
|
||||
{ Quest.PetsWontNeedIt, "64f731ab83cfca080a361e42"},
|
||||
{ Quest.GunsmithP23, "64f83bb69878a0569d6ecfbe"},
|
||||
{ Quest.GunsmithP24, "64f83bcdde58fc437700d8fa"},
|
||||
{ Quest.GunsmithP25, "64f83bd983cfca080a362c82"},
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> questNames = new Dictionary<string, string>
|
||||
@ -719,6 +739,26 @@ namespace QuestValidator.Common.Helpers
|
||||
{ "64b907d7dd13d43b9d01d6cf", "TerraGroup Trail Part 17-Event" },
|
||||
{ "64b907dc9ff61a79b10fab9e", "TerraGroup Trail Part 18-Event" },
|
||||
{ "64bd4f1d4c2e9f141400bf07", "TerraGroup Trail Part 19-Event" },
|
||||
|
||||
{ "64e7b971f9d6fa49d6769b44", "Huntsman Path Big Game"},
|
||||
{ "64e7b985e34817363c4684d2", "Gendarmerie School Guard"},
|
||||
{ "64e7b99017ab941a6f7bf9d7", "Gendarmerie Mall Cop"},
|
||||
{ "64e7b9a4aac4cd0a726562cb", "Gendarmerie Tickets Please"},
|
||||
{ "64e7b9bffd30422ed03dad38", "Gendarmerie District Patrol"},
|
||||
{ "64edbb1317ab941a6f7cc247", "Out Of Time"},
|
||||
{ "64ee99639878a0569d6ec8c9", "Broadcast Part 5"},
|
||||
{ "64ee9df4496db64f9b7a4432", "The Door"},
|
||||
{ "64f1cc571a5f313cb144bf90", "Overseas trust. Part 1"},
|
||||
{ "64f1d6e732bed22c3e0c7423", "Overseas trust. Part 2"},
|
||||
{ "64f3176921045e77405d63b5", "Ambulances Again"},
|
||||
{ "64f5aac4b63b74469b6c14c2", "Glory To CPSU P2"},
|
||||
{ "64f5deac39e45b527a7c4232", "Test Drive P3"},
|
||||
{ "64f5e20652fc01298e2c61e3", "Beyond The RedMeat P1"},
|
||||
{ "64f6aafd67e11a7c6206e0d0", "Beyond The RedMeat P2"},
|
||||
{ "64f731ab83cfca080a361e42", "Pets Wont Need It"},
|
||||
{ "64f83bb69878a0569d6ecfbe", "Gunsmith P23"},
|
||||
{ "64f83bcdde58fc437700d8fa", "Gunsmith P24"},
|
||||
{ "64f83bd983cfca080a362c82", "Gunsmith P25"},
|
||||
};
|
||||
public static string GetNameById(string id)
|
||||
{
|
||||
|
@ -662,7 +662,7 @@ namespace QuestValidator.Common.Helpers
|
||||
{ Quest.Audiophile, GetQuestData(Quest.Audiophile)
|
||||
.AddPrerequisiteQuest(Quest.BalletLover, QuestStatus.Success)
|
||||
.AddPrerequisiteQuest(Quest.Minibus, QuestStatus.Success) },
|
||||
{ Quest.GloryToCPSU, GetQuestData(Quest.GloryToCPSU)
|
||||
{ Quest.GloryToCPSUP1, GetQuestData(Quest.GloryToCPSUP1)
|
||||
.AddPrerequisiteQuest(Quest.YouveGotMail, QuestStatus.Success)},
|
||||
{ Quest.BalletLover, GetQuestData(Quest.BalletLover)
|
||||
.AddPrerequisiteQuest(Quest.Audit, QuestStatus.Success)},
|
||||
|
@ -271,7 +271,7 @@
|
||||
HouseArrestPart1 = 266,
|
||||
HouseArrestPart2 = 267,
|
||||
Audiophile = 268,
|
||||
GloryToCPSU = 269,
|
||||
GloryToCPSUP1 = 269,
|
||||
BalletLover = 270,
|
||||
YouveGotMail = 271,
|
||||
YourCarNeedsAService = 272,
|
||||
@ -357,6 +357,26 @@
|
||||
TerraGroupTrailP16 = 352,
|
||||
TerraGroupTrailP17 = 353,
|
||||
TerraGroupTrailP18 = 354,
|
||||
TerraGroupTrailP19 = 355
|
||||
TerraGroupTrailP19 = 355,
|
||||
HuntsmanPathBigGame = 356,
|
||||
GendarmerieSchoolGuard = 357,
|
||||
GendarmerieMallCop = 358,
|
||||
GendarmerieTicketsPlease = 359,
|
||||
GendarmerieDistrictPatrol = 360,
|
||||
OutoOfTime = 361,
|
||||
BroadcastPart5 = 362,
|
||||
TheDoor = 363,
|
||||
OverseasTrustPart1 = 364,
|
||||
OverseasTrustPart2 = 365,
|
||||
AmbulancesAgain = 366,
|
||||
GloryToCPSUP2 = 367,
|
||||
SecretComponent = 368,
|
||||
TestDriveP3 = 369,
|
||||
BeyondTheRedMeatP1 = 370,
|
||||
BeyondTheRedMeatP2 = 371,
|
||||
PetsWontNeedIt = 372,
|
||||
GunsmithP23 = 373,
|
||||
GunsmithP24 = 374,
|
||||
GunsmithP25 =375
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user