2023-08-12 19:08:38 +01:00

81 lines
4.9 KiB
C#

namespace LootDumpProcessor.Model.Processing;
public static class BaseClasses
{
public static string DefaultInventory = "55d7217a4bdc2d86028b456d";
public static string Inventory = "55d720f24bdc2d88028b456d";
public static string Pockets = "557596e64bdc2dc2118b4571";
public static string Weapon = "5422acb9af1c889c16000029";
public static string Headwear = "5a341c4086f77401f2541505";
public static string Armor = "5448e54d4bdc2dcc718b4568";
public static string Vest = "5448e5284bdc2dcb718b4567";
public static string Backpack = "5448e53e4bdc2d60728b4567";
public static string Visors = "5448e5724bdc2ddf718b4568";
public static string Food = "5448e8d04bdc2ddf718b4569";
public static string Drink = "5448e8d64bdc2dce718b4568";
public static string BarterItem = "5448eb774bdc2d0a728b4567";
public static string Info = "5448ecbe4bdc2d60728b4568";
public static string MedKit = "5448f39d4bdc2d0a728b4568";
public static string Drugs = "5448f3a14bdc2d27728b4569";
public static string Stimulator = "5448f3a64bdc2d60728b456a";
public static string Medical = "5448f3ac4bdc2dce718b4569";
public static string MedicalSupplies = "57864c8c245977548867e7f1";
public static string Mod = "5448fe124bdc2da5018b4567";
public static string Stock = "55818a594bdc2db9688b456a";
public static string Foregrip = "55818af64bdc2d5b648b4570";
public static string Mount = "55818b224bdc2dde698b456f";
public static string Muzzle = "5448fe394bdc2d0d028b456c";
public static string Sights = "5448fe7a4bdc2d6f028b456b";
public static string Meds = "543be5664bdc2dd4348b4569";
public static string Money = "543be5dd4bdc2deb348b4569";
public static string Key = "543be5e94bdc2df1348b4568";
public static string KeyMechanical = "5c99f98d86f7745c314214b3";
public static string Keycard = "5c164d2286f774194c5e69fa";
public static string Equipment = "543be5f84bdc2dd4348b456a";
public static string ThrowWeap = "543be6564bdc2df4348b4568";
public static string FoodDrink = "543be6674bdc2df1348b4569";
public static string Pistol = "5447b5cf4bdc2d65278b4567";
public static string Smg = "5447b5e04bdc2d62278b4567";
public static string AssaultRifle = "5447b5f14bdc2d61278b4567";
public static string AssaultCarbine = "5447b5fc4bdc2d87278b4567";
public static string Shotgun = "5447b6094bdc2dc3278b4567";
public static string MarksmanRifle = "5447b6194bdc2d67278b4567";
public static string SniperRifle = "5447b6254bdc2dc3278b4568";
public static string MachineGun = "5447bed64bdc2d97278b4568";
public static string GrenadeLauncher = "5447bedf4bdc2d87278b4568";
public static string SpecialWeapon = "5447bee84bdc2dc3278b4569";
public static string SpecItem = "5447e0e74bdc2d3c308b4567";
public static string Knife = "5447e1d04bdc2dff2f8b4567";
public static string Ammo = "5485a8684bdc2da71d8b4567";
public static string AmmoBox = "543be5cb4bdc2deb348b4568";
public static string LootContainer = "566965d44bdc2d814c8b4571";
public static string MobContainer = "5448bf274bdc2dfc2f8b456a";
public static string SearchableItem = "566168634bdc2d144c8b456c";
public static string Stash = "566abbb64bdc2d144c8b457d";
public static string SortingTable = "6050cac987d3f925bf016837";
public static string LockableContainer = "5671435f4bdc2d96058b4569";
public static string SimpleContainer = "5795f317245977243854e041";
public static string StationaryContainer = "567583764bdc2d98058b456e";
public static string Armband = "5b3f15d486f77432d0509248";
public static string DogTagUsec = "59f32c3b86f77472a31742f0";
public static string DogTagBear = "59f32bb586f774757e1e8442";
public static string Jewelry = "57864a3d24597754843f8721";
public static string Electronics = "57864a66245977548f04a81f";
public static string BuildingMaterial = "57864ada245977548638de91";
public static string Tool = "57864bb7245977548b3b66c2";
public static string HouseholdGoods = "57864c322459775490116fbf";
public static string Lubricant = "57864e4c24597754843f8723";
public static string Battery = "57864ee62459775490116fc1";
public static string FunctionalMod = "550aa4154bdc2dd8348b456b";
public static string GearMod = "55802f3e4bdc2de7118b4584";
public static string MasterMod = "55802f4a4bdc2ddb688b4569";
public static string Other = "590c745b86f7743cc433c5f2";
public static string AssaultScope = "55818add4bdc2d5b648b456f";
public static string ReflexSight = "55818ad54bdc2ddc698b4569";
public static string TacticalCombo = "55818b164bdc2ddc698b456c";
public static string Magazine = "5448bc234bdc2d3c308b4569";
public static string LightLaser = "55818b0e4bdc2dde698b456e";
public static string Silencer = "550aa4cd4bdc2dd8348b456c";
public static string PortableRangeFinder = "61605ddea09d851a0a0c1bbc";
public static string Item = "54009119af1c881c07000029";
}