203 lines
5.6 KiB
C#
203 lines
5.6 KiB
C#
namespace QuestValidator.Common.Models
|
|
{
|
|
public enum Quest
|
|
{
|
|
NOQUESTFOUND = 0,
|
|
Debut = 1,
|
|
Checking = 2,
|
|
ShootoutPicnic = 3,
|
|
DeliveryFromThePast = 4,
|
|
BadRepEvidence = 5,
|
|
IceCreamCones = 6,
|
|
PostmanPatP1 = 7,
|
|
PostmanPatP2 = 8,
|
|
ShakingUpTeller = 9,
|
|
Shortage = 10,
|
|
SanitaryStandardsP1 = 11,
|
|
OperationAquarius = 12,
|
|
OperationAquariusP2 = 13,
|
|
Painkiller = 14,
|
|
Pharmacist = 15,
|
|
SupplyPlans = 16,
|
|
KindOfSabotage = 17,
|
|
GeneralWares = 18,
|
|
SanitaryStandardsP2 = 19,
|
|
CarRepair = 20,
|
|
Supplier = 21,
|
|
TheExtortionist = 22,
|
|
Stirrup = 23,
|
|
WhatsOnTheFlashDrive = 24,
|
|
GoldenSwag = 25,
|
|
PolikhimHobo = 26,
|
|
ChemicalP1 = 27,
|
|
ChemicalP2 = 28,
|
|
ChemicalP3 = 29,
|
|
ChemicalP4 = 30,
|
|
OutOfCuriosity = 31,
|
|
BigCustomer = 32,
|
|
BPDepot = 33,
|
|
ThePunisherP1 = 34,
|
|
ThePunisherP2 = 35,
|
|
ThePunisherP3 = 36,
|
|
TrustRegain = 37,
|
|
LoyaltyBuyout = 38,
|
|
NoOffence = 39,
|
|
ThePunisherP4 = 40,
|
|
ThePunisherP5 = 41,
|
|
ThePunisherP6 = 42,
|
|
NoQuestNameGiven = 43,
|
|
SpaTourP1 = 44,
|
|
SpaTourP2 = 45,
|
|
SpaTourP3 = 46,
|
|
SpaTourP4 = 47,
|
|
SpaTourP5 = 48,
|
|
FishingGear = 49,
|
|
TigrSafari = 50,
|
|
ScrapMetal = 51,
|
|
EagleEye = 52,
|
|
HumanitarianSupplies = 53,
|
|
TheCultP1 = 54,
|
|
TheCultP2 = 55,
|
|
SpaTourP6 = 56,
|
|
SpaTourP7 = 57,
|
|
CargoXP1 = 58,
|
|
CargoXP2 = 59,
|
|
CargoXP3 = 60,
|
|
WetJobP1 = 61,
|
|
WetJobP2 = 62,
|
|
WetJobP3 = 63,
|
|
WetJobP4 = 64,
|
|
WetJobP5 = 65,
|
|
WetJobP6 = 66,
|
|
FriendFromTheWestP1 = 67,
|
|
FriendFromTheWestP2 = 68,
|
|
HippocraticVow = 69,
|
|
HealthCarePrivacyP1 = 70,
|
|
HealthCarePrivacyP2 = 71,
|
|
HealthCarePrivacyP3 = 72,
|
|
HealthCarePrivacyP4 = 73,
|
|
HealthCarePrivacyP5 = 74,
|
|
GunsmithP1 = 75,
|
|
GunsmithP2 = 76,
|
|
GunsmithP3 = 77,
|
|
GunsmithP4 = 78,
|
|
GunsmithP5 = 79,
|
|
GunsmithP6 = 80,
|
|
FarmingP1 = 81,
|
|
FarmingP2 = 82,
|
|
FarmingP3 = 83,
|
|
FarmingP4 = 84,
|
|
SignalP1 = 85,
|
|
SignalP2 = 86,
|
|
SignalP3 = 87,
|
|
SignalP4 = 88,
|
|
BadHabit = 89,
|
|
Scout = 90,
|
|
Insider = 91,
|
|
GunsmithP7 = 92,
|
|
GunsmithP8 = 93,
|
|
GunsmithP9 = 94,
|
|
GunsmithP10 = 95,
|
|
GunsmithP11 = 96,
|
|
OnlyBusiness = 97,
|
|
MakeUltraGreatAgain = 98,
|
|
BigSale = 99,
|
|
TheBloodOfWar = 100,
|
|
DressedToKill = 101,
|
|
DatabaseP1 = 102,
|
|
DatabaseP2 = 103,
|
|
SewItGoodP1 = 104,
|
|
SewItGoodP2 = 105,
|
|
SewItGoodP3 = 106,
|
|
SewItGoodP4 = 107,
|
|
TheKeyToSuccess = 108,
|
|
CharismaBringsSuccess = 109,
|
|
NoFussNeeded = 110,
|
|
Gratitude = 111,
|
|
SalesNight = 112,
|
|
Supervisor = 113,
|
|
GunsmithP12 = 114,
|
|
GunsmithP13 = 115,
|
|
GunsmithP14 = 116,
|
|
GunsmithP15 = 117,
|
|
GunsmithP16 = 118,
|
|
TheBloodOfWarP2 = 119,
|
|
LivingHighIsNotACrime = 120,
|
|
HotDelivery = 121,
|
|
Minibus = 122,
|
|
VitaminsP1 = 123,
|
|
VitaminsP2 = 124,
|
|
InformedMeansArmed = 125,
|
|
LendLeaseP1 = 126,
|
|
Chumming = 127,
|
|
TheTarkovShooterP1 = 128,
|
|
TheTarkovShooterP2 = 129,
|
|
TheTarkovShooterP3 = 130,
|
|
TheTarkovShooterP4 = 131,
|
|
TheTarkovShooterP5 = 132,
|
|
TheTarkovShooterP6 = 133,
|
|
TheTarkovShooterP7 = 134,
|
|
TheTarkovShooterP8 = 135,
|
|
Bullshit = 136,
|
|
SilentCaliber = 137,
|
|
Insomnia = 138,
|
|
TestDriveP1 = 139,
|
|
Flint = 140,
|
|
AShooterBornInHeaven = 141,
|
|
PsychoSniper = 142,
|
|
PrivateClinic = 143,
|
|
Athlete = 144,
|
|
LendLeaseP2 = 145,
|
|
Grenadier = 146,
|
|
DecontaminationService = 147,
|
|
PeacekeepingMission = 148,
|
|
TheGuide = 149,
|
|
Fertilizers = 150,
|
|
TheBloodOfWarP3 = 151,
|
|
Scavenger = 152,
|
|
LivingHighIsNotACrimeP2 = 153,
|
|
Setup = 154,
|
|
PerfectMediator = 155,
|
|
Import = 156,
|
|
Collector = 157,
|
|
Introduction = 158,
|
|
Acquaintance = 159,
|
|
TheSurvivalistPathUnprotectedButDangerous = 160,
|
|
TheSurvivalistPathThrifty = 161,
|
|
TheSurvivalistPathZhivchik = 162,
|
|
TheSurvivalistPathWoundedBeast = 163,
|
|
TheSurvivalistPathToughGuy = 164,
|
|
TheSurvivalistPathColdBlooded = 165,
|
|
TheSurvivalistPathZatoichi = 166,
|
|
TheSurvivalistPathEagleOwl = 167,
|
|
TheSurvivalistPathCombatMedic = 168,
|
|
TheSurvivalistPathJunkie = 169,
|
|
HuntsmanPathSecuredPerimeter = 170,
|
|
HuntsmanPathTheTrophy = 171,
|
|
HuntsmanPathWoodsCleaning = 172,
|
|
HuntsmanPathController = 173,
|
|
HuntsmanPathSellOut = 174,
|
|
HuntsmanPathWoodsKeeper = 175,
|
|
HuntsmanPathJustice = 176,
|
|
HuntsmanPathEvilWatchman = 177,
|
|
HuntsmanPathFactoryChief = 178,
|
|
HuntsmanPathEraser = 179,
|
|
HuntsmanPathEraserP2 = 180,
|
|
Ambulance = 181,
|
|
CourtesyVisit = 182,
|
|
ShadyBusiness = 183,
|
|
Nostalgia = 184,
|
|
FishingPlace = 185,
|
|
HuntingTrip = 186,
|
|
Reserv = 187,
|
|
RegulatedMaterials = 188,
|
|
AnAppleADayKeepsTheDoctorAway = 189,
|
|
Mentor = 190,
|
|
TheStylishOne = 191,
|
|
TextileP1 = 192,
|
|
TextileP2 = 193,
|
|
BunkerP1 = 194,
|
|
BunkerP2 = 195,
|
|
}
|
|
}
|