Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Enums/Traders.cs
T
Cj 371c9d58f0 Repeatable quest generation MongoID conversion (#439)
* Update repeatable quest generation for mongoid, add new server localizations, switch `Traders` to MongoId

* Give error default value
2025-07-02 12:44:49 +01:00

19 lines
881 B
C#

using SPTarkov.Server.Core.Models.Common;
namespace SPTarkov.Server.Core.Models.Enums;
public static class Traders
{
public static MongoId PRAPOR = new("54cb50c76803fa8b248b4571");
public static MongoId THERAPIST = new("54cb57776803fa99248b456e");
public static MongoId FENCE = new("579dc571d53a0658a154fbec");
public static MongoId SKIER = new("58330581ace78e27b8b10cee");
public static MongoId PEACEKEEPER = new("5935c25fb3acc3127c3d8cd9");
public static MongoId MECHANIC = new("5a7c2eca46aef81a7ca2145d");
public static MongoId RAGMAN = new("5ac3b934156ae10c4430e83c");
public static MongoId JAEGER = new("5c0647fdd443bc2504c2d371");
public static MongoId LIGHTHOUSEKEEPER = new("638f541a29ffd1183d187f57");
public static MongoId BTR = new("656f0f98d80a697f855d34b1");
public static MongoId REF = new("6617beeaa9cfa777ca915b7c");
}